is_duplicated bool 2
classes | xmi stringlengths 506 392k | ids stringlengths 42 388 | model_type stringclasses 1
value | txt stringlengths 3 77k | labels null | graph stringlengths 176 1.29M |
|---|---|---|---|---|---|---|
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="jkind" nsURI="https://github.com/agacek/jkind-xtext" nsPrefix="jkind">
<eClassifiers xsi:type="ecore:EClass" name="File">
<eStructuralFeatures xsi:type="ecore:EReference" name="typedefs" upperBound="-1"
eType="#//Typedef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1"
eType="#//Constant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Typedef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Field">
<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="Constant" eSuperTypes="#//IdRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1"
eType="#//VariableGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1"
eType="#//VariableGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="locals" upperBound="-1"
eType="#//VariableGroup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="equations" upperBound="-1"
eType="#//Equation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assertions" upperBound="-1"
eType="#//Assertion" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="main" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableGroup">
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//IdRef"/>
<eClassifiers xsi:type="ecore:EClass" name="Equation">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" unique="false" upperBound="-1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assertion">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="IdRef">
<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="AbbreviationType" eSuperTypes="#//Typedef">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RecordType" eSuperTypes="#//Typedef">
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//Field" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="BoolType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="SubrangeType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="low" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="high" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="def" eType="#//Typedef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expr" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectionExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//Field"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="#//IdRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RealExpr" eSuperTypes="#//Expr">
<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="BoolExpr" eSuperTypes="#//Expr">
<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="IfThenElseExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expr" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//Expr" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NodeCallExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//Node"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RecordExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//RecordType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" unique="false"
upperBound="-1" eType="#//Field"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1"
eType="#//Expr" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/JKind.ecore | ecore | jkind
File
typedefs
constants
nodes
Typedef
name
Type
Field
name
Constant
type
expr
Node
name
inputs
outputs
locals
equations
assertions
properties
main
VariableGroup
variables
type
Variable
Equation
lhs
rhs
Property
ref
Assertion
expr
Expr
IdRef
name
AbbreviationType
type
RecordType
fields
types
IntType
BoolType
RealType
SubrangeType
low
high
UserType
def
BinaryExpr
left
op
right
UnaryExpr
op
expr
ProjectionExpr
expr
field
IdExpr
id
IntExpr
val
RealExpr
val
BoolExpr
val
IfThenElseExpr
cond
then
else
NodeCallExpr
node
args
RecordExpr
type
fields
exprs | null | {"directed":true,"nodes":[{"nsPrefix":"jkind","nsURI":"https://github.com/agacek/jkind-xtext","name":"jkind","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typedef","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableGroup","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":"Equation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdRef","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbbreviationType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubrangeType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpr","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpr","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectionExpr","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdExpr","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntExpr","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExpr","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolExpr","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElseExpr","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeCallExpr","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordExpr","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedefs","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":"constants","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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"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},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"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":"type","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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","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":"outputs","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":"locals","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":"equations","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":"assertions","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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"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":"main","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"},{"container":false,"ordered":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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"lhs","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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":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":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"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":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":"high","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":31,"target":2},{"source":31,"target":34},{"source":31,"target":1},{"source":34,"target":2},{"source":32,"target":5},{"source":32,"target":35},{"source":32,"target":1},{"source":35,"target":5},{"source":33,"target":6},{"source":33,"target":36},{"source":33,"target":1},{"source":36,"target":6},{"source":2,"target":0},{"source":2,"target":37},{"source":37,"target":38},{"source":37,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":39},{"source":39,"target":40},{"source":39,"target":4},{"source":5,"target":0},{"source":5,"target":13},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":41,"target":3},{"source":41,"target":44},{"source":41,"target":5},{"source":44,"target":3},{"source":42,"target":12},{"source":42,"target":45},{"source":42,"target":5},{"source":45,"target":12},{"source":43,"target":13},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":46,"target":54},{"source":46,"target":6},{"source":47,"target":7},{"source":47,"target":55},{"source":47,"target":6},{"source":55,"target":7},{"source":48,"target":7},{"source":48,"target":56},{"source":48,"target":6},{"source":56,"target":7},{"source":49,"target":7},{"source":49,"target":57},{"source":49,"target":6},{"source":57,"target":7},{"source":50,"target":9},{"source":50,"target":58},{"source":50,"target":6},{"source":58,"target":9},{"source":51,"target":11},{"source":51,"target":59},{"source":51,"target":6},{"source":59,"target":11},{"source":52,"target":10},{"source":52,"target":60},{"source":52,"target":6},{"source":60,"target":10},{"source":53,"target":61},{"source":53,"target":6},{"source":7,"target":0},{"source":7,"target":62},{"source":7,"target":63},{"source":62,"target":8},{"source":62,"target":64},{"source":62,"target":7},{"source":64,"target":8},{"source":63,"target":3},{"source":63,"target":65},{"source":63,"target":7},{"source":65,"target":3},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":66},{"source":66,"target":13},{"source":9,"target":0},{"source":9,"target":67},{"source":9,"target":68},{"source":67,"target":8},{"source":67,"target":69},{"source":67,"target":9},{"source":69,"target":8},{"source":68,"target":12},{"source":68,"target":70},{"source":68,"target":9},{"source":70,"target":12},{"source":10,"target":0},{"source":10,"target":71},{"source":71,"target":8},{"source":71,"target":72},{"source":71,"target":10},{"source":72,"target":8},{"source":11,"target":0},{"source":11,"target":73},{"source":73,"target":12},{"source":73,"target":74},{"source":73,"target":11},{"source":74,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":75},{"source":75,"target":76},{"source":75,"target":13},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":77},{"source":14,"target":78},{"source":77,"target":3},{"source":77,"target":79},{"source":77,"target":14},{"source":79,"target":3},{"source":78,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":80},{"source":15,"target":81},{"source":15,"target":82},{"source":80,"target":4},{"source":80,"target":83},{"source":80,"target":15},{"source":83,"target":4},{"source":81,"target":3},{"source":81,"target":84},{"source":81,"target":15},{"source":84,"target":3},{"source":82,"target":2},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":85},{"source":85,"target":3},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":86},{"source":86,"target":3},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":87},{"source":87,"target":3},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":88},{"source":19,"target":89},{"source":19,"target":90},{"source":88,"target":91},{"source":88,"target":19},{"source":89,"target":92},{"source":89,"target":19},{"source":90,"target":3},{"source":20,"target":0},{"source":20,"target":3},{"source":20,"target":93},{"source":20,"target":94},{"source":93,"target":2},{"source":93,"target":95},{"source":93,"target":20},{"source":95,"target":2},{"source":94,"target":3},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":96},{"source":21,"target":97},{"source":21,"target":98},{"source":21,"target":99},{"source":96,"target":12},{"source":96,"target":100},{"source":96,"target":21},{"source":100,"target":12},{"source":97,"target":101},{"source":97,"target":21},{"source":98,"target":12},{"source":98,"target":102},{"source":98,"target":21},{"source":102,"target":12},{"source":99,"target":12},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":103},{"source":22,"target":104},{"source":22,"target":105},{"source":103,"target":106},{"source":103,"target":22},{"source":104,"target":12},{"source":104,"target":107},{"source":104,"target":22},{"source":107,"target":12},{"source":105,"target":12},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":108},{"source":23,"target":109},{"source":23,"target":110},{"source":108,"target":12},{"source":108,"target":111},{"source":108,"target":23},{"source":111,"target":12},{"source":109,"target":4},{"source":109,"target":112},{"source":109,"target":23},{"source":112,"target":4},{"source":110,"target":12},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":113},{"source":24,"target":114},{"source":113,"target":13},{"source":113,"target":115},{"source":113,"target":24},{"source":115,"target":13},{"source":114,"target":12},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":116},{"source":25,"target":117},{"source":116,"target":118},{"source":116,"target":25},{"source":117,"target":12},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":119},{"source":26,"target":120},{"source":119,"target":121},{"source":119,"target":26},{"source":120,"target":12},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":122},{"source":27,"target":123},{"source":122,"target":124},{"source":122,"target":27},{"source":123,"target":12},{"source":28,"target":0},{"source":28,"target":12},{"source":28,"target":125},{"source":28,"target":126},{"source":28,"target":127},{"source":28,"target":128},{"source":125,"target":12},{"source":125,"target":129},{"source":125,"target":28},{"source":129,"target":12},{"source":126,"target":12},{"source":126,"target":130},{"source":126,"target":28},{"source":130,"target":12},{"source":127,"target":12},{"source":127,"target":131},{"source":127,"target":28},{"source":131,"target":12},{"source":128,"target":12},{"source":29,"target":0},{"source":29,"target":12},{"source":29,"target":132},{"source":29,"target":133},{"source":29,"target":134},{"source":132,"target":6},{"source":132,"target":135},{"source":132,"target":29},{"source":135,"target":6},{"source":133,"target":12},{"source":133,"target":136},{"source":133,"target":29},{"source":136,"target":12},{"source":134,"target":12},{"source":30,"target":0},{"source":30,"target":12},{"source":30,"target":137},{"source":30,"target":138},{"source":30,"target":139},{"source":30,"target":140},{"source":137,"target":15},{"source":137,"target":141},{"source":137,"target":30},{"source":141,"target":15},{"source":138,"target":4},{"source":138,"target":142},{"source":138,"target":30},{"source":142,"target":4},{"source":139,"target":12},{"source":139,"target":143},{"source":139,"target":30},{"source":143,"target":12},{"source":140,"target":12}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="go" nsURI="http://www.xtext.org/example/mydsl/Go" nsPrefix="go">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="greetings" upperBound="-1"
eType="#//Compilation_initial" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Compilation_initial">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importdecl" upperBound="-1"
eType="#//ImportDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toplevel" upperBound="-1"
eType="#//TopLevelDecl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="dl" eType="#//Declaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fd" eType="#//FunctionDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mt" eType="#//MethodDecl"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Receiver"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="method" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" eType="#//Signature"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//FunctionBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Receiver"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDecl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" eType="#//Signature"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//FunctionBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//ElementType #//BaseType #//KeyType #//TypeAssertion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tp2" eType="#//TypeLit"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tp3" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeLit"/>
<eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//TypeLit"/>
<eClassifiers xsi:type="ecore:EClass" name="ArrayLength" eSuperTypes="#//ArrayType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elemtype" eType="#//ElementType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementType"/>
<eClassifiers xsi:type="ecore:EClass" name="SliceType" eSuperTypes="#//TypeLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="elemtype" eType="#//ElementType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructType" eSuperTypes="#//TypeLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="fielddecl" upperBound="-1"
eType="#//FieldDecl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="indentifierL" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="embedded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdentifierList">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id2" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PointerType" eSuperTypes="#//TypeLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="basetype" eType="#//BaseType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseType"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//TypeLit"/>
<eClassifiers xsi:type="ecore:EClass" name="Signature" eSuperTypes="#//FunctionType">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" eType="#//Parameters"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//Result"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Result">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameteres" eType="#//Parameters"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameters" eSuperTypes="#//Receiver">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterlist" eType="#//ParameterList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterList">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterDecl1" eType="#//ParameterDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterdecl" upperBound="-1"
eType="#//ParameterDecl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterDecl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" 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="InterfaceType" eSuperTypes="#//TypeLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="methodspec" upperBound="-1"
eType="#//MethodSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" eType="#//Signature"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="itn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//TypeLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="keytype" eType="#//KeyType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elemtype" eType="#//ElementType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KeyType"/>
<eClassifiers xsi:type="ecore:EClass" name="ChannelType" eSuperTypes="#//TypeLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="elemtype" eType="#//ElementType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block">
<eStructuralFeatures xsi:type="ecore:EReference" name="stmtl" eType="#//StatementList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatementList">
<eStructuralFeatures xsi:type="ecore:EReference" name="statment" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//Declaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labest" eType="#//LabeledStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simplest" eType="#//SimpleStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gotst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="breakst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="continuest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gotost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="falltst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block1" eType="#//Block"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="if" eType="#//IfStmt" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="switch" eType="#//SwitchStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectst" eType="#//SelectStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forst" eType="#//ForStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deferst" eType="#//DeferStmt"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Declaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="cd" eType="#//ConstDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="td" eType="#//TypeDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vd" eType="#//VarDecl"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledStmt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="inc" eType="#//IncDecStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ass" eType="#//Assignment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ss" eType="#//SendStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="svd" eType="#//ShortVarDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="es" eType="#//ExpressionStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="empty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStmt" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionlist" eType="#//ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="simst" eType="#//SimpleStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifs" eType="#//IfStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block2" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="tss" eType="#//TypeSwitchStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ExprSwitchStmt"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="commclause" upperBound="-1"
eType="#//CommClause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="for" eType="#//ForClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//RangeClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeferStmt"/>
<eClassifiers xsi:type="ecore:EClass" name="ConstDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="constspec" eType="#//ConstSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constspec2" upperBound="-1"
eType="#//ConstSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tp" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionlist" eType="#//ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="typespec" eType="#//TypeSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typespec2" upperBound="-1"
eType="#//TypeSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tp" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDef" eSuperTypes="#//TypeSpec"/>
<eClassifiers xsi:type="ecore:EClass" name="AliasDecl" eSuperTypes="#//TypeSpec"/>
<eClassifiers xsi:type="ecore:EClass" name="VarDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="varspec" eType="#//VarSpec"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="varspec2" upperBound="-1"
eType="#//VarSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tp2" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionlist" eType="#//ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SendStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="ch" eType="#//Channel"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Channel">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IncDecStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exp2" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionlist" eType="#//ExpressionList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="asop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionlist2" eType="#//ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShortVarDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="idl" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="epl" eType="#//ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprSwitchStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="simplestmt" eType="#//SimpleStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exprcase" upperBound="-1"
eType="#//ExprCaseClause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprCaseClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ExprSwitchCase"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statementlist" eType="#//StatementList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprSwitchCase">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionlist" eType="#//ExpressionList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeSwitchStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="simplestm" eType="#//SimpleStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typesg" eType="#//TypeSwitchGuard"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typecc" upperBound="-1"
eType="#//TypeCaseClause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeSwitchGuard">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="per" eType="#//PrimaryExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeCaseClause"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeSwitchCase" eSuperTypes="#//TypeCaseClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="statementlist" eType="#//StatementList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typelist" eType="#//TypeList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeList">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type2" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CommClause"/>
<eClassifiers xsi:type="ecore:EClass" name="CommCase" eSuperTypes="#//CommClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="statementlist2" eType="#//StatementList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sendstmt" eType="#//SendStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="recvstmt" eType="#//RecvStmt"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RecvStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="idl" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="recvexpr" eType="#//RecvExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RecvExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Condition">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//InitStmt"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="poststmt" eType="#//PostStmt"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RangeClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionlist" eType="#//ExpressionList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="idl" eType="#//IdentifierList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="simple" eType="#//SimpleStmt"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="simple" eType="#//SimpleStmt"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionList" eSuperTypes="#//RecvStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression2" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//DeferStmt #//Key #//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="up" eType="#//UnaryExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression2"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression2">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression2" eType="#//Expression2"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="pr" eType="#//PrimaryExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="up" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ue" eType="#//UnaryExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//Operand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pr" eType="#//PrimaryExpr2"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="con" eType="#//Conversion"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="me" eType="#//MethodExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryExpr2">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pr" eType="#//PrimaryExpr2"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Index"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="slice" eType="#//Slice"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeass" eType="#//TypeAssertion"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" eType="#//Arguments"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operand">
<eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//Literal"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operandn" eType="#//OperandName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//ExpressionList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conversion">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="Index">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Slice">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression2" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression3" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression4" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression5" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeAssertion"/>
<eClassifiers xsi:type="ecore:EClass" name="Arguments">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressionlist" eType="#//ExpressionList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal">
<eStructuralFeatures xsi:type="ecore:EReference" name="basic" eType="#//BasicLit"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cl" eType="#//CompositeLit"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fl" eType="#//FunctionLit"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="signature" eType="#//Signature"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionbody" eType="#//FunctionBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeLit">
<eStructuralFeatures xsi:type="ecore:EReference" name="literalt" eType="#//LiteralType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="literalv" eType="#//LiteralValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralType">
<eStructuralFeatures xsi:type="ecore:EReference" name="structtype" eType="#//StructType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arraytype" eType="#//ArrayType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementype" eType="#//ElementType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="slicetype" eType="#//SliceType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maptype" eType="#//MapType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralValue" eSuperTypes="#//Key #//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementlist" eType="#//ElementList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementList"/>
<eClassifiers xsi:type="ecore:EClass" name="KeyedElement" eSuperTypes="#//ElementList">
<eStructuralFeatures xsi:type="ecore:EReference" name="keyedelement" upperBound="-1"
eType="#//KeyedElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//Element"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Key" eSuperTypes="#//KeyedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldn" 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="BasicLit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="intd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="floatd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imagd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="runed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bool" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReceiverType" eSuperTypes="#//MethodExpr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="methodn" 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="FunctionBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="bc" eType="#//Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperandName">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qi" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//ImportSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports2" upperBound="-1"
eType="#//ImportSpec" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tainahemmanuele/gocompiler/org.xtext.example.go/model/generated/Go.ecore | ecore | go
Model
greetings
Compilation_initial
initial
importdecl
toplevel
TopLevelDecl
dl
fd
mt
MethodDecl
receiver
method
signature
body
Receiver
FunctionDecl
functionn
signature
body
Type
tp
tp2
tp3
TypeLit
ArrayType
ArrayLength
elemtype
exp
ElementType
SliceType
elemtype
StructType
fielddecl
FieldDecl
indentifierL
type
embedded
tag
IdentifierList
id
id2
PointerType
basetype
BaseType
FunctionType
Signature
parameters
result
Result
parameteres
type
Parameters
parameterlist
ParameterList
parameterDecl1
parameterdecl
ParameterDecl
id
type
InterfaceType
methodspec
MethodSpec
mn
signature
itn
MapType
keytype
elemtype
KeyType
ChannelType
elemtype
Block
stmtl
StatementList
statment
Statement
declaration
labest
simplest
gotst
breakst
continuest
gotost
falltst
block1
if
switch
selectst
forst
deferst
Declaration
cd
td
vd
LabeledStmt
label
statement
SimpleStmt
inc
ass
ss
svd
es
empty
ReturnStmt
expressionlist
IfStmt
simst
expression
block
ifs
block2
SwitchStmt
tss
expr
SelectStmt
commclause
ForStmt
condition
for
range
block
DeferStmt
ConstDecl
constspec
constspec2
ConstSpec
id
tp
expressionlist
TypeDecl
typespec
typespec2
TypeSpec
id
tp
TypeDef
AliasDecl
VarDecl
varspec
varspec2
VarSpec
id
tp2
expressionlist
ExpressionStmt
exp
SendStmt
ch
expression
Channel
exp
IncDecStmt
exp
exp2
Assignment
expressionlist
asop
expressionlist2
ShortVarDecl
idl
epl
ExprSwitchStmt
simplestmt
expression
exprcase
ExprCaseClause
expr
statementlist
ExprSwitchCase
expressionlist
TypeSwitchStmt
simplestm
typesg
typecc
TypeSwitchGuard
id
per
TypeCaseClause
TypeSwitchCase
statementlist
typelist
TypeList
type
type2
CommClause
CommCase
statementlist2
sendstmt
recvstmt
RecvStmt
idl
recvexpr
RecvExpr
exp
Condition
exp
ForClause
init
condition
poststmt
RangeClause
expressionlist
idl
expression
InitStmt
simple
PostStmt
simple
ExpressionList
exp
expression2
Expression
up
exp
Expression2
bop
expression
expression2
UnaryExpr
pr
up
ue
PrimaryExpr
op
pr
con
me
PrimaryExpr2
selector
pr
index
slice
typeass
arguments
Operand
literal
operandn
exp
expression
Conversion
type
expression
MethodExpr
Index
expression
Slice
expression
expression2
expression3
expression4
expression5
TypeAssertion
Arguments
expressionlist
type
Literal
basic
cl
fl
FunctionLit
signature
functionbody
CompositeLit
literalt
literalv
LiteralType
structtype
arraytype
elementype
slicetype
maptype
typename
LiteralValue
elementlist
ElementList
KeyedElement
keyedelement
element
Key
fieldn
Element
BasicLit
intd
floatd
imagd
runed
strd
bool
ReceiverType
methodn
type
FunctionBody
bc
OperandName
id
qi
ImportDecl
imports
imports2
ImportSpec
ip | null | {"directed":true,"nodes":[{"nsPrefix":"go","nsURI":"http://www.xtext.org/example/mydsl/Go","name":"go","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":"Compilation_initial","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelDecl","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDecl","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Receiver","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDecl","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLit","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLength","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SliceType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDecl","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierList","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signature","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Result","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameters","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterList","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterDecl","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodSpec","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementList","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStmt","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleStmt","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStmt","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStmt","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStmt","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectStmt","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStmt","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeferStmt","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstDecl","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstSpec","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDecl","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSpec","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AliasDecl","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDecl","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarSpec","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStmt","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendStmt","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Channel","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncDecStmt","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortVarDecl","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprSwitchStmt","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprCaseClause","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprSwitchCase","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSwitchStmt","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSwitchGuard","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeCaseClause","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSwitchCase","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeList","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommClause","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommCase","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecvStmt","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecvExpr","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForClause","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeClause","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitStmt","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostStmt","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionList","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression2","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpr","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpr","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpr2","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conversion","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodExpr","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Index","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slice","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAssertion","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arguments","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionLit","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeLit","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralType","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralValue","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementList","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyedElement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicLit","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceiverType","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionBody","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperandName","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDecl","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportSpec","instanceClass":null,"abstract":false,"id":99,"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":"greetings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importdecl","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":"toplevel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fd","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":"mt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signature","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionn","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":"signature","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tp","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elemtype","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":"exp","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elemtype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fielddecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indentifierL","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"embedded","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":"tag","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":158,"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":"id2","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basetype","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":"parameters","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":"result","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":"parameteres","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterDecl1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterdecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methodspec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mn","changeable":true,"lowerBound":0,"iD":false,"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":"signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"itn","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keytype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elemtype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elemtype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmtl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","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":"labest","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":"simplest","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":"gotst","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"breakst","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"continuest","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gotost","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"falltst","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block1","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":"if","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":"switch","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":"selectst","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":"forst","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":"deferst","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"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"td","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"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":"inc","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":"ass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ss","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"svd","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":"es","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"empty","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":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":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":"block","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":"ifs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tss","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commclause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"for","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constspec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constspec2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"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":"id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"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":"typespec","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":"typespec2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varspec","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":"varspec2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"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":"ch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"container":false,"ordered":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":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"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":"expressionlist","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":"asop","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":"expressionlist2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"epl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simplestmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":true,"unsettable":false,"transient":false,"unique":true,"name":"exprcase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simplestm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typesg","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":"typecc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"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":354,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"per","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typelist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"type2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementlist2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sendstmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recvstmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recvexpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"poststmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idl","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","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":"expression2","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":"up","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":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bop","changeable":true,"lowerBound":0,"iD":false,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pr","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"up","changeable":true,"lowerBound":0,"iD":false,"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":"ue","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","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":"pr","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":"con","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":"me","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operandn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"type","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":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":456,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression4","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression5","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionbody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literalt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literalv","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structtype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arraytype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slicetype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maptype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":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":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementlist","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyedelement","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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fieldn","changeable":true,"lowerBound":0,"iD":false,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intd","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"floatd","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":"imagd","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":"runed","changeable":true,"lowerBound":0,"iD":false,"id":511,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strd","changeable":true,"lowerBound":0,"iD":false,"id":512,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bool","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"methodn","changeable":true,"lowerBound":0,"iD":false,"id":520,"derived":false},{"container":false,"ordered":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":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"id":526,"eClass":"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":527,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qi","changeable":true,"lowerBound":0,"iD":false,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"container":false,"ordered":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":531,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ip","changeable":true,"lowerBound":0,"iD":false,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":1,"target":0},{"source":1,"target":100},{"source":100,"target":2},{"source":100,"target":101},{"source":100,"target":1},{"source":101,"target":2},{"source":2,"target":0},{"source":2,"target":102},{"source":2,"target":103},{"source":2,"target":104},{"source":102,"target":105},{"source":102,"target":2},{"source":103,"target":98},{"source":103,"target":106},{"source":103,"target":2},{"source":106,"target":98},{"source":104,"target":3},{"source":104,"target":107},{"source":104,"target":2},{"source":107,"target":3},{"source":3,"target":0},{"source":3,"target":108},{"source":3,"target":109},{"source":3,"target":110},{"source":108,"target":32},{"source":108,"target":111},{"source":108,"target":3},{"source":111,"target":32},{"source":109,"target":6},{"source":109,"target":112},{"source":109,"target":3},{"source":112,"target":6},{"source":110,"target":4},{"source":110,"target":113},{"source":110,"target":3},{"source":113,"target":4},{"source":4,"target":0},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":117},{"source":114,"target":5},{"source":114,"target":118},{"source":114,"target":4},{"source":118,"target":5},{"source":115,"target":119},{"source":115,"target":4},{"source":116,"target":19},{"source":116,"target":120},{"source":116,"target":4},{"source":120,"target":19},{"source":117,"target":96},{"source":117,"target":121},{"source":117,"target":4},{"source":121,"target":96},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":122},{"source":6,"target":123},{"source":6,"target":124},{"source":122,"target":125},{"source":122,"target":6},{"source":123,"target":19},{"source":123,"target":126},{"source":123,"target":6},{"source":126,"target":19},{"source":124,"target":96},{"source":124,"target":127},{"source":124,"target":6},{"source":127,"target":96},{"source":7,"target":0},{"source":7,"target":11},{"source":7,"target":17},{"source":7,"target":27},{"source":7,"target":83},{"source":7,"target":128},{"source":7,"target":129},{"source":7,"target":130},{"source":7,"target":131},{"source":7,"target":132},{"source":7,"target":133},{"source":7,"target":134},{"source":128,"target":135},{"source":128,"target":7},{"source":129,"target":8},{"source":129,"target":136},{"source":129,"target":7},{"source":136,"target":8},{"source":130,"target":7},{"source":130,"target":137},{"source":130,"target":7},{"source":137,"target":7},{"source":131,"target":11},{"source":132,"target":17},{"source":133,"target":27},{"source":134,"target":83},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":138},{"source":138,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":139},{"source":10,"target":140},{"source":10,"target":141},{"source":139,"target":11},{"source":139,"target":142},{"source":139,"target":10},{"source":142,"target":11},{"source":140,"target":73},{"source":140,"target":143},{"source":140,"target":10},{"source":143,"target":73},{"source":141,"target":9},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":144},{"source":12,"target":145},{"source":144,"target":11},{"source":144,"target":146},{"source":144,"target":12},{"source":146,"target":11},{"source":145,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":147},{"source":13,"target":148},{"source":147,"target":14},{"source":147,"target":149},{"source":147,"target":13},{"source":149,"target":14},{"source":148,"target":8},{"source":14,"target":0},{"source":14,"target":150},{"source":14,"target":151},{"source":14,"target":152},{"source":14,"target":153},{"source":150,"target":15},{"source":150,"target":154},{"source":150,"target":14},{"source":154,"target":15},{"source":151,"target":7},{"source":151,"target":155},{"source":151,"target":14},{"source":155,"target":7},{"source":152,"target":156},{"source":152,"target":14},{"source":153,"target":157},{"source":153,"target":14},{"source":15,"target":0},{"source":15,"target":158},{"source":15,"target":159},{"source":158,"target":160},{"source":158,"target":15},{"source":159,"target":161},{"source":159,"target":15},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":162},{"source":16,"target":163},{"source":162,"target":17},{"source":162,"target":164},{"source":162,"target":16},{"source":164,"target":17},{"source":163,"target":8},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":165},{"source":165,"target":8},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":166},{"source":19,"target":167},{"source":19,"target":168},{"source":166,"target":21},{"source":166,"target":169},{"source":166,"target":19},{"source":169,"target":21},{"source":167,"target":20},{"source":167,"target":170},{"source":167,"target":19},{"source":170,"target":20},{"source":168,"target":18},{"source":20,"target":0},{"source":20,"target":171},{"source":20,"target":172},{"source":171,"target":21},{"source":171,"target":173},{"source":171,"target":20},{"source":173,"target":21},{"source":172,"target":7},{"source":172,"target":174},{"source":172,"target":20},{"source":174,"target":7},{"source":21,"target":0},{"source":21,"target":5},{"source":21,"target":175},{"source":21,"target":176},{"source":175,"target":22},{"source":175,"target":177},{"source":175,"target":21},{"source":177,"target":22},{"source":176,"target":5},{"source":22,"target":0},{"source":22,"target":178},{"source":22,"target":179},{"source":178,"target":23},{"source":178,"target":180},{"source":178,"target":22},{"source":180,"target":23},{"source":179,"target":23},{"source":179,"target":181},{"source":179,"target":22},{"source":181,"target":23},{"source":23,"target":0},{"source":23,"target":182},{"source":23,"target":183},{"source":182,"target":184},{"source":182,"target":23},{"source":183,"target":7},{"source":183,"target":185},{"source":183,"target":23},{"source":185,"target":7},{"source":24,"target":0},{"source":24,"target":8},{"source":24,"target":186},{"source":24,"target":187},{"source":186,"target":25},{"source":186,"target":188},{"source":186,"target":24},{"source":188,"target":25},{"source":187,"target":8},{"source":25,"target":0},{"source":25,"target":189},{"source":25,"target":190},{"source":25,"target":191},{"source":189,"target":192},{"source":189,"target":25},{"source":190,"target":19},{"source":190,"target":193},{"source":190,"target":25},{"source":193,"target":19},{"source":191,"target":194},{"source":191,"target":25},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":195},{"source":26,"target":196},{"source":26,"target":197},{"source":195,"target":27},{"source":195,"target":198},{"source":195,"target":26},{"source":198,"target":27},{"source":196,"target":11},{"source":196,"target":199},{"source":196,"target":26},{"source":199,"target":11},{"source":197,"target":8},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":8},{"source":28,"target":200},{"source":28,"target":201},{"source":200,"target":11},{"source":200,"target":202},{"source":200,"target":28},{"source":202,"target":11},{"source":201,"target":8},{"source":29,"target":0},{"source":29,"target":203},{"source":203,"target":30},{"source":203,"target":204},{"source":203,"target":29},{"source":204,"target":30},{"source":30,"target":0},{"source":30,"target":205},{"source":205,"target":31},{"source":205,"target":206},{"source":205,"target":30},{"source":206,"target":31},{"source":31,"target":0},{"source":31,"target":207},{"source":31,"target":208},{"source":31,"target":209},{"source":31,"target":210},{"source":31,"target":211},{"source":31,"target":212},{"source":31,"target":213},{"source":31,"target":214},{"source":31,"target":215},{"source":31,"target":216},{"source":31,"target":217},{"source":31,"target":218},{"source":31,"target":219},{"source":31,"target":220},{"source":207,"target":32},{"source":207,"target":221},{"source":207,"target":31},{"source":221,"target":32},{"source":208,"target":33},{"source":208,"target":222},{"source":208,"target":31},{"source":222,"target":33},{"source":209,"target":34},{"source":209,"target":223},{"source":209,"target":31},{"source":223,"target":34},{"source":210,"target":224},{"source":210,"target":31},{"source":211,"target":225},{"source":211,"target":31},{"source":212,"target":226},{"source":212,"target":31},{"source":213,"target":227},{"source":213,"target":31},{"source":214,"target":228},{"source":214,"target":31},{"source":215,"target":29},{"source":215,"target":229},{"source":215,"target":31},{"source":229,"target":29},{"source":216,"target":36},{"source":216,"target":230},{"source":216,"target":31},{"source":230,"target":36},{"source":217,"target":37},{"source":217,"target":231},{"source":217,"target":31},{"source":231,"target":37},{"source":218,"target":38},{"source":218,"target":232},{"source":218,"target":31},{"source":232,"target":38},{"source":219,"target":39},{"source":219,"target":233},{"source":219,"target":31},{"source":233,"target":39},{"source":220,"target":40},{"source":220,"target":234},{"source":220,"target":31},{"source":234,"target":40},{"source":32,"target":0},{"source":32,"target":235},{"source":32,"target":236},{"source":32,"target":237},{"source":235,"target":41},{"source":235,"target":238},{"source":235,"target":32},{"source":238,"target":41},{"source":236,"target":43},{"source":236,"target":239},{"source":236,"target":32},{"source":239,"target":43},{"source":237,"target":47},{"source":237,"target":240},{"source":237,"target":32},{"source":240,"target":47},{"source":33,"target":0},{"source":33,"target":241},{"source":33,"target":242},{"source":241,"target":243},{"source":241,"target":33},{"source":242,"target":31},{"source":242,"target":244},{"source":242,"target":33},{"source":244,"target":31},{"source":34,"target":0},{"source":34,"target":245},{"source":34,"target":246},{"source":34,"target":247},{"source":34,"target":248},{"source":34,"target":249},{"source":34,"target":250},{"source":245,"target":52},{"source":245,"target":251},{"source":245,"target":34},{"source":251,"target":52},{"source":246,"target":53},{"source":246,"target":252},{"source":246,"target":34},{"source":252,"target":53},{"source":247,"target":50},{"source":247,"target":253},{"source":247,"target":34},{"source":253,"target":50},{"source":248,"target":54},{"source":248,"target":254},{"source":248,"target":34},{"source":254,"target":54},{"source":249,"target":49},{"source":249,"target":255},{"source":249,"target":34},{"source":255,"target":49},{"source":250,"target":256},{"source":250,"target":34},{"source":35,"target":0},{"source":35,"target":31},{"source":35,"target":257},{"source":35,"target":258},{"source":257,"target":72},{"source":257,"target":259},{"source":257,"target":35},{"source":259,"target":72},{"source":258,"target":31},{"source":36,"target":0},{"source":36,"target":260},{"source":36,"target":261},{"source":36,"target":262},{"source":36,"target":263},{"source":36,"target":264},{"source":260,"target":34},{"source":260,"target":265},{"source":260,"target":36},{"source":265,"target":34},{"source":261,"target":73},{"source":261,"target":266},{"source":261,"target":36},{"source":266,"target":73},{"source":262,"target":29},{"source":262,"target":267},{"source":262,"target":36},{"source":267,"target":29},{"source":263,"target":36},{"source":263,"target":268},{"source":263,"target":36},{"source":268,"target":36},{"source":264,"target":29},{"source":264,"target":269},{"source":264,"target":36},{"source":269,"target":29},{"source":37,"target":0},{"source":37,"target":270},{"source":37,"target":271},{"source":270,"target":58},{"source":270,"target":272},{"source":270,"target":37},{"source":272,"target":58},{"source":271,"target":55},{"source":271,"target":273},{"source":271,"target":37},{"source":273,"target":55},{"source":38,"target":0},{"source":38,"target":274},{"source":274,"target":63},{"source":274,"target":275},{"source":274,"target":38},{"source":275,"target":63},{"source":39,"target":0},{"source":39,"target":276},{"source":39,"target":277},{"source":39,"target":278},{"source":39,"target":279},{"source":276,"target":67},{"source":276,"target":280},{"source":276,"target":39},{"source":280,"target":67},{"source":277,"target":68},{"source":277,"target":281},{"source":277,"target":39},{"source":281,"target":68},{"source":278,"target":69},{"source":278,"target":282},{"source":278,"target":39},{"source":282,"target":69},{"source":279,"target":29},{"source":279,"target":283},{"source":279,"target":39},{"source":283,"target":29},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":284},{"source":41,"target":285},{"source":284,"target":42},{"source":284,"target":286},{"source":284,"target":41},{"source":286,"target":42},{"source":285,"target":42},{"source":285,"target":287},{"source":285,"target":41},{"source":287,"target":42},{"source":42,"target":0},{"source":42,"target":288},{"source":42,"target":289},{"source":42,"target":290},{"source":288,"target":15},{"source":288,"target":291},{"source":288,"target":42},{"source":291,"target":15},{"source":289,"target":7},{"source":289,"target":292},{"source":289,"target":42},{"source":292,"target":7},{"source":290,"target":72},{"source":290,"target":293},{"source":290,"target":42},{"source":293,"target":72},{"source":43,"target":0},{"source":43,"target":294},{"source":43,"target":295},{"source":294,"target":44},{"source":294,"target":296},{"source":294,"target":43},{"source":296,"target":44},{"source":295,"target":44},{"source":295,"target":297},{"source":295,"target":43},{"source":297,"target":44},{"source":44,"target":0},{"source":44,"target":298},{"source":44,"target":299},{"source":298,"target":300},{"source":298,"target":44},{"source":299,"target":7},{"source":299,"target":301},{"source":299,"target":44},{"source":301,"target":7},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":302},{"source":302,"target":44},{"source":46,"target":0},{"source":46,"target":44},{"source":46,"target":303},{"source":303,"target":44},{"source":47,"target":0},{"source":47,"target":304},{"source":47,"target":305},{"source":304,"target":48},{"source":304,"target":306},{"source":304,"target":47},{"source":306,"target":48},{"source":305,"target":48},{"source":305,"target":307},{"source":305,"target":47},{"source":307,"target":48},{"source":48,"target":0},{"source":48,"target":308},{"source":48,"target":309},{"source":48,"target":310},{"source":308,"target":15},{"source":308,"target":311},{"source":308,"target":48},{"source":311,"target":15},{"source":309,"target":7},{"source":309,"target":312},{"source":309,"target":48},{"source":312,"target":7},{"source":310,"target":72},{"source":310,"target":313},{"source":310,"target":48},{"source":313,"target":72},{"source":49,"target":0},{"source":49,"target":314},{"source":314,"target":73},{"source":314,"target":315},{"source":314,"target":49},{"source":315,"target":73},{"source":50,"target":0},{"source":50,"target":316},{"source":50,"target":317},{"source":316,"target":51},{"source":316,"target":318},{"source":316,"target":50},{"source":318,"target":51},{"source":317,"target":73},{"source":317,"target":319},{"source":317,"target":50},{"source":319,"target":73},{"source":51,"target":0},{"source":51,"target":320},{"source":320,"target":73},{"source":320,"target":321},{"source":320,"target":51},{"source":321,"target":73},{"source":52,"target":0},{"source":52,"target":322},{"source":52,"target":323},{"source":322,"target":73},{"source":322,"target":324},{"source":322,"target":52},{"source":324,"target":73},{"source":323,"target":73},{"source":323,"target":325},{"source":323,"target":52},{"source":325,"target":73},{"source":53,"target":0},{"source":53,"target":326},{"source":53,"target":327},{"source":53,"target":328},{"source":326,"target":72},{"source":326,"target":329},{"source":326,"target":53},{"source":329,"target":72},{"source":327,"target":330},{"source":327,"target":53},{"source":328,"target":72},{"source":328,"target":331},{"source":328,"target":53},{"source":331,"target":72},{"source":54,"target":0},{"source":54,"target":332},{"source":54,"target":333},{"source":332,"target":15},{"source":332,"target":334},{"source":332,"target":54},{"source":334,"target":15},{"source":333,"target":72},{"source":333,"target":335},{"source":333,"target":54},{"source":335,"target":72},{"source":55,"target":0},{"source":55,"target":336},{"source":55,"target":337},{"source":55,"target":338},{"source":336,"target":34},{"source":336,"target":339},{"source":336,"target":55},{"source":339,"target":34},{"source":337,"target":73},{"source":337,"target":340},{"source":337,"target":55},{"source":340,"target":73},{"source":338,"target":56},{"source":338,"target":341},{"source":338,"target":55},{"source":341,"target":56},{"source":56,"target":0},{"source":56,"target":342},{"source":56,"target":343},{"source":342,"target":57},{"source":342,"target":344},{"source":342,"target":56},{"source":344,"target":57},{"source":343,"target":30},{"source":343,"target":345},{"source":343,"target":56},{"source":345,"target":30},{"source":57,"target":0},{"source":57,"target":346},{"source":346,"target":72},{"source":346,"target":347},{"source":346,"target":57},{"source":347,"target":72},{"source":58,"target":0},{"source":58,"target":348},{"source":58,"target":349},{"source":58,"target":350},{"source":348,"target":34},{"source":348,"target":351},{"source":348,"target":58},{"source":351,"target":34},{"source":349,"target":59},{"source":349,"target":352},{"source":349,"target":58},{"source":352,"target":59},{"source":350,"target":60},{"source":350,"target":353},{"source":350,"target":58},{"source":353,"target":60},{"source":59,"target":0},{"source":59,"target":354},{"source":59,"target":355},{"source":354,"target":356},{"source":354,"target":59},{"source":355,"target":76},{"source":355,"target":357},{"source":355,"target":59},{"source":357,"target":76},{"source":60,"target":0},{"source":61,"target":0},{"source":61,"target":60},{"source":61,"target":358},{"source":61,"target":359},{"source":61,"target":360},{"source":358,"target":30},{"source":358,"target":361},{"source":358,"target":61},{"source":361,"target":30},{"source":359,"target":62},{"source":359,"target":362},{"source":359,"target":61},{"source":362,"target":62},{"source":360,"target":60},{"source":62,"target":0},{"source":62,"target":363},{"source":62,"target":364},{"source":363,"target":7},{"source":363,"target":365},{"source":363,"target":62},{"source":365,"target":7},{"source":364,"target":7},{"source":364,"target":366},{"source":364,"target":62},{"source":366,"target":7},{"source":63,"target":0},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":367},{"source":64,"target":368},{"source":64,"target":369},{"source":64,"target":370},{"source":367,"target":30},{"source":367,"target":371},{"source":367,"target":64},{"source":371,"target":30},{"source":368,"target":50},{"source":368,"target":372},{"source":368,"target":64},{"source":372,"target":50},{"source":369,"target":65},{"source":369,"target":373},{"source":369,"target":64},{"source":373,"target":65},{"source":370,"target":63},{"source":65,"target":0},{"source":65,"target":374},{"source":65,"target":375},{"source":374,"target":15},{"source":374,"target":376},{"source":374,"target":65},{"source":376,"target":15},{"source":375,"target":66},{"source":375,"target":377},{"source":375,"target":65},{"source":377,"target":66},{"source":66,"target":0},{"source":66,"target":378},{"source":378,"target":73},{"source":378,"target":379},{"source":378,"target":66},{"source":379,"target":73},{"source":67,"target":0},{"source":67,"target":380},{"source":380,"target":73},{"source":380,"target":381},{"source":380,"target":67},{"source":381,"target":73},{"source":68,"target":0},{"source":68,"target":382},{"source":68,"target":383},{"source":68,"target":384},{"source":382,"target":70},{"source":382,"target":385},{"source":382,"target":68},{"source":385,"target":70},{"source":383,"target":67},{"source":383,"target":386},{"source":383,"target":68},{"source":386,"target":67},{"source":384,"target":71},{"source":384,"target":387},{"source":384,"target":68},{"source":387,"target":71},{"source":69,"target":0},{"source":69,"target":388},{"source":69,"target":389},{"source":69,"target":390},{"source":388,"target":72},{"source":388,"target":391},{"source":388,"target":69},{"source":391,"target":72},{"source":389,"target":15},{"source":389,"target":392},{"source":389,"target":69},{"source":392,"target":15},{"source":390,"target":73},{"source":390,"target":393},{"source":390,"target":69},{"source":393,"target":73},{"source":70,"target":0},{"source":70,"target":394},{"source":394,"target":34},{"source":394,"target":395},{"source":394,"target":70},{"source":395,"target":34},{"source":71,"target":0},{"source":71,"target":396},{"source":396,"target":34},{"source":396,"target":397},{"source":396,"target":71},{"source":397,"target":34},{"source":72,"target":0},{"source":72,"target":65},{"source":72,"target":398},{"source":72,"target":399},{"source":72,"target":400},{"source":398,"target":73},{"source":398,"target":401},{"source":398,"target":72},{"source":401,"target":73},{"source":399,"target":73},{"source":399,"target":402},{"source":399,"target":72},{"source":402,"target":73},{"source":400,"target":65},{"source":73,"target":0},{"source":73,"target":40},{"source":73,"target":92},{"source":73,"target":93},{"source":73,"target":403},{"source":73,"target":404},{"source":73,"target":405},{"source":73,"target":406},{"source":73,"target":407},{"source":403,"target":75},{"source":403,"target":408},{"source":403,"target":73},{"source":408,"target":75},{"source":404,"target":74},{"source":404,"target":409},{"source":404,"target":73},{"source":409,"target":74},{"source":405,"target":40},{"source":406,"target":92},{"source":407,"target":93},{"source":74,"target":0},{"source":74,"target":410},{"source":74,"target":411},{"source":74,"target":412},{"source":410,"target":413},{"source":410,"target":74},{"source":411,"target":73},{"source":411,"target":414},{"source":411,"target":74},{"source":414,"target":73},{"source":412,"target":74},{"source":412,"target":415},{"source":412,"target":74},{"source":415,"target":74},{"source":75,"target":0},{"source":75,"target":416},{"source":75,"target":417},{"source":75,"target":418},{"source":416,"target":76},{"source":416,"target":419},{"source":416,"target":75},{"source":419,"target":76},{"source":417,"target":420},{"source":417,"target":75},{"source":418,"target":75},{"source":418,"target":421},{"source":418,"target":75},{"source":421,"target":75},{"source":76,"target":0},{"source":76,"target":422},{"source":76,"target":423},{"source":76,"target":424},{"source":76,"target":425},{"source":422,"target":78},{"source":422,"target":426},{"source":422,"target":76},{"source":426,"target":78},{"source":423,"target":77},{"source":423,"target":427},{"source":423,"target":76},{"source":427,"target":77},{"source":424,"target":79},{"source":424,"target":428},{"source":424,"target":76},{"source":428,"target":79},{"source":425,"target":80},{"source":425,"target":429},{"source":425,"target":76},{"source":429,"target":80},{"source":77,"target":0},{"source":77,"target":430},{"source":77,"target":431},{"source":77,"target":432},{"source":77,"target":433},{"source":77,"target":434},{"source":77,"target":435},{"source":430,"target":436},{"source":430,"target":77},{"source":431,"target":77},{"source":431,"target":437},{"source":431,"target":77},{"source":437,"target":77},{"source":432,"target":81},{"source":432,"target":438},{"source":432,"target":77},{"source":438,"target":81},{"source":433,"target":82},{"source":433,"target":439},{"source":433,"target":77},{"source":439,"target":82},{"source":434,"target":83},{"source":434,"target":440},{"source":434,"target":77},{"source":440,"target":83},{"source":435,"target":84},{"source":435,"target":441},{"source":435,"target":77},{"source":441,"target":84},{"source":78,"target":0},{"source":78,"target":442},{"source":78,"target":443},{"source":78,"target":444},{"source":78,"target":445},{"source":442,"target":85},{"source":442,"target":446},{"source":442,"target":78},{"source":446,"target":85},{"source":443,"target":97},{"source":443,"target":447},{"source":443,"target":78},{"source":447,"target":97},{"source":444,"target":72},{"source":444,"target":448},{"source":444,"target":78},{"source":448,"target":72},{"source":445,"target":73},{"source":445,"target":449},{"source":445,"target":78},{"source":449,"target":73},{"source":79,"target":0},{"source":79,"target":450},{"source":79,"target":451},{"source":450,"target":7},{"source":450,"target":452},{"source":450,"target":79},{"source":452,"target":7},{"source":451,"target":73},{"source":451,"target":453},{"source":451,"target":79},{"source":453,"target":73},{"source":80,"target":0},{"source":81,"target":0},{"source":81,"target":454},{"source":454,"target":73},{"source":454,"target":455},{"source":454,"target":81},{"source":455,"target":73},{"source":82,"target":0},{"source":82,"target":456},{"source":82,"target":457},{"source":82,"target":458},{"source":82,"target":459},{"source":82,"target":460},{"source":456,"target":73},{"source":456,"target":461},{"source":456,"target":82},{"source":461,"target":73},{"source":457,"target":73},{"source":457,"target":462},{"source":457,"target":82},{"source":462,"target":73},{"source":458,"target":73},{"source":458,"target":463},{"source":458,"target":82},{"source":463,"target":73},{"source":459,"target":73},{"source":459,"target":464},{"source":459,"target":82},{"source":464,"target":73},{"source":460,"target":73},{"source":460,"target":465},{"source":460,"target":82},{"source":465,"target":73},{"source":83,"target":0},{"source":84,"target":0},{"source":84,"target":466},{"source":84,"target":467},{"source":466,"target":72},{"source":466,"target":468},{"source":466,"target":84},{"source":468,"target":72},{"source":467,"target":7},{"source":467,"target":469},{"source":467,"target":84},{"source":469,"target":7},{"source":85,"target":0},{"source":85,"target":470},{"source":85,"target":471},{"source":85,"target":472},{"source":470,"target":94},{"source":470,"target":473},{"source":470,"target":85},{"source":473,"target":94},{"source":471,"target":87},{"source":471,"target":474},{"source":471,"target":85},{"source":474,"target":87},{"source":472,"target":86},{"source":472,"target":475},{"source":472,"target":85},{"source":475,"target":86},{"source":86,"target":0},{"source":86,"target":476},{"source":86,"target":477},{"source":476,"target":19},{"source":476,"target":478},{"source":476,"target":86},{"source":478,"target":19},{"source":477,"target":96},{"source":477,"target":479},{"source":477,"target":86},{"source":479,"target":96},{"source":87,"target":0},{"source":87,"target":480},{"source":87,"target":481},{"source":480,"target":88},{"source":480,"target":482},{"source":480,"target":87},{"source":482,"target":88},{"source":481,"target":89},{"source":481,"target":483},{"source":481,"target":87},{"source":483,"target":89},{"source":88,"target":0},{"source":88,"target":484},{"source":88,"target":485},{"source":88,"target":486},{"source":88,"target":487},{"source":88,"target":488},{"source":88,"target":489},{"source":484,"target":13},{"source":484,"target":490},{"source":484,"target":88},{"source":490,"target":13},{"source":485,"target":9},{"source":485,"target":491},{"source":485,"target":88},{"source":491,"target":9},{"source":486,"target":11},{"source":486,"target":492},{"source":486,"target":88},{"source":492,"target":11},{"source":487,"target":12},{"source":487,"target":493},{"source":487,"target":88},{"source":493,"target":12},{"source":488,"target":26},{"source":488,"target":494},{"source":488,"target":88},{"source":494,"target":26},{"source":489,"target":495},{"source":489,"target":88},{"source":89,"target":0},{"source":89,"target":92},{"source":89,"target":93},{"source":89,"target":496},{"source":89,"target":497},{"source":89,"target":498},{"source":496,"target":90},{"source":496,"target":499},{"source":496,"target":89},{"source":499,"target":90},{"source":497,"target":92},{"source":498,"target":93},{"source":90,"target":0},{"source":91,"target":0},{"source":91,"target":90},{"source":91,"target":500},{"source":91,"target":501},{"source":91,"target":502},{"source":500,"target":91},{"source":500,"target":503},{"source":500,"target":91},{"source":503,"target":91},{"source":501,"target":93},{"source":501,"target":504},{"source":501,"target":91},{"source":504,"target":93},{"source":502,"target":90},{"source":92,"target":0},{"source":92,"target":91},{"source":92,"target":505},{"source":92,"target":506},{"source":505,"target":507},{"source":505,"target":92},{"source":506,"target":91},{"source":93,"target":0},{"source":94,"target":0},{"source":94,"target":508},{"source":94,"target":509},{"source":94,"target":510},{"source":94,"target":511},{"source":94,"target":512},{"source":94,"target":513},{"source":508,"target":514},{"source":508,"target":94},{"source":509,"target":515},{"source":509,"target":94},{"source":510,"target":516},{"source":510,"target":94},{"source":511,"target":517},{"source":511,"target":94},{"source":512,"target":518},{"source":512,"target":94},{"source":513,"target":519},{"source":513,"target":94},{"source":95,"target":0},{"source":95,"target":80},{"source":95,"target":520},{"source":95,"target":521},{"source":95,"target":522},{"source":520,"target":523},{"source":520,"target":95},{"source":521,"target":7},{"source":521,"target":524},{"source":521,"target":95},{"source":524,"target":7},{"source":522,"target":80},{"source":96,"target":0},{"source":96,"target":525},{"source":525,"target":29},{"source":525,"target":526},{"source":525,"target":96},{"source":526,"target":29},{"source":97,"target":0},{"source":97,"target":527},{"source":97,"target":528},{"source":527,"target":529},{"source":527,"target":97},{"source":528,"target":530},{"source":528,"target":97},{"source":98,"target":0},{"source":98,"target":531},{"source":98,"target":532},{"source":531,"target":99},{"source":531,"target":533},{"source":531,"target":98},{"source":533,"target":99},{"source":532,"target":99},{"source":532,"target":534},{"source":532,"target":98},{"source":534,"target":99},{"source":99,"target":0},{"source":99,"target":535},{"source":535,"target":536},{"source":535,"target":99}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="core" nsURI="http://www.storydriven.org/core/0.3.1" nsPrefix="core">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The core package is the root package for the storydriven core meta-model. It defines several abstract super classes which implement an extension mechanism as well as recurring structural features like, e.g., names of elements. The classes in this package are intended to be sub-classed by any meta-model element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CommentableElement" abstract="true"
eSuperTypes="#//ExtendableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract super class for all meta-model elements that may carry a comment in form of a string."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""no comment provided"">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The comment string that can be used to attach arbitrary information to CommentableElements."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExtendableElement" abstract="true" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract base class for the whole story diagram model. The ExtendableElement specifies the extension mechanism that can be used to extend an object by an Extension containing additional attributes and references."/>
</eAnnotations>
<eOperations name="getExtension" ordered="false" lowerBound="1" eType="#//Extension">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return ExtendableElementOperations.getExtension(this, type);"/>
</eAnnotations>
<eParameters name="type" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eOperations>
<eOperations name="provideExtension" ordered="false" lowerBound="1" eType="#//Extension">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return ExtendableElementOperations.provideExtension(this, type);"/>
</eAnnotations>
<eParameters name="type" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eOperations>
<eOperations name="getAnnotation" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAnnotation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return ExtendableElementOperations.getAnnotation(this, source);"/>
</eAnnotations>
<eParameters name="source" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="provideAnnotation" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAnnotation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return ExtendableElementOperations.provideAnnotation(this, source);"/>
</eAnnotations>
<eParameters name="source" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" ordered="false"
upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAnnotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extension" ordered="false"
upperBound="-1" eType="#//Extension" containment="true" eOpposite="#//Extension/extendableBase"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extension" abstract="true" eSuperTypes="#//ExtendableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract super class for an Extension that can be defined for an object."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" ordered="false" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" changeable="false"
volatile="true" transient="true" derived="true">
<eAnnotations source="union"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelBase" ordered="false"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EModelElement"
volatile="true" transient="true" unsettable="true" derived="true">
<eAnnotations source="subsets" references="#//Extension/base"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAnnotation" ordered="false"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAnnotation" volatile="true"
transient="true" unsettable="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendableBase" ordered="false"
eType="#//ExtendableElement" eOpposite="#//ExtendableElement/extension">
<eAnnotations source="subsets" references="#//Extension/base"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ExtendableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract super class for all meta-model elements that carry a name. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name attribute of a meta-model element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//ExtendableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract super class for all meta-model elements that are typed by means of an EClassifier or an EGenericType."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="union"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="genericType" ordered="false"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EGenericType"
unsettable="true" containment="true"/>
</eClassifiers>
<eSubpackages name="expressions" nsURI="http://www.storydriven.org/core/expressions/0.3.1"
nsPrefix="expr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The base package for all expressions which can be used for modeling activities
and patterns."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//CommentableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents any expression in an embedded textual language, e.g. OCL or Java. An expression's type is dynamically derived by an external mechanism (see TypedElement)."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextualExpression" eSuperTypes="#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents any expression in a textual language embedded into Story Diagrams, e.g. OCL or Java ."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionText" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Holds the expression, e.g. in OCL or Java."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="String representation of the used language which has to be unique. Examples are OCL and Java."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="languageVersion" ordered="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="String representation of the used language's version. The format is <Major>.<Minor>[.<Revision>[.<Build>]]
Examples: 1.4 or 3.0.1 or 1.0.2.20101208."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eSubpackages name="common" nsURI="http://www.storydriven.org/core/expressions/common/0.3.1"
nsPrefix="sdcec">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EEnum" name="LogicOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the operators for binary logic expressions. The unary logic expression representing negated expressions is reflected by the NotExpression."/>
</eAnnotations>
<eLiterals name="AND"/>
<eLiterals name="OR" value="1"/>
<eLiterals name="XOR" value="2"/>
<eLiterals name="IMPLY" value="3"/>
<eLiterals name="EQUIVALENT" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComparingOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the operators for comparing expressions. The operators LESS, LESS_OR_EQUAL, EQUAL,
GREATER_OR_EQUAL, GREATER, and UNEQUAL have their usual semantics.
The operator REGULAR_EXPRESSION enables to compare a String contained in the
left hand side of a ComparisonExpression with a regular expression contained in the 
right hand side of the ComparisonExpression."/>
</eAnnotations>
<eLiterals name="LESS"/>
<eLiterals name="LESS_OR_EQUAL" value="1"/>
<eLiterals name="EQUAL" value="2"/>
<eLiterals name="GREATER_OR_EQUAL" value="3"/>
<eLiterals name="GREATER" value="4"/>
<eLiterals name="UNEQUAL" value="5"/>
<eLiterals name="REGULAR_EXPRESSION" value="6">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="For comparison of a String with a regular expression."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ArithmeticOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the operators for arithmetic expressions."/>
</eAnnotations>
<eLiterals name="PLUS"/>
<eLiterals name="MINUS" value="1"/>
<eLiterals name="TIMES" value="2"/>
<eLiterals name="DIVIDE" value="3"/>
<eLiterals name="MODULO" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UnaryOperator">
<eLiterals name="NOT"/>
<eLiterals name="MINUS" value="2"/>
<eLiterals name="INCREMENT" value="3"/>
<eLiterals name="DECREMENT" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents an unary expression."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="enclosedExpression"
ordered="false" lowerBound="1" eType="#//expressions/Expression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the operand of a NotExpression, e.g. a < 5 in NOT (a < 5)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//expressions/common/UnaryOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the operator of the expression."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true"
eSuperTypes="#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents any binary expression like v < 5 or x + 7."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftExpression" ordered="false"
lowerBound="1" eType="#//expressions/Expression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the first operand of a binary expression, e.g. x in the expression x < 5."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightExpression" ordered="false"
lowerBound="1" eType="#//expressions/Expression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the second operand of a binary expression, e.g. 5 in the expression x < 5."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComparisonExpression" eSuperTypes="#//expressions/common/BinaryExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents comparing expressions like a < 5 or a >= 7."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
lowerBound="1" eType="#//expressions/common/ComparingOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the expression's comparing operator, e.g. <, >=, !=."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArithmeticExpression" eSuperTypes="#//expressions/common/BinaryExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents arithmetic expressions like a + 5 or a * 7."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
lowerBound="1" eType="#//expressions/common/ArithmeticOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the expression's arithmetic operator, e.g. +, -, *, /, or MODULO."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicalExpression" eSuperTypes="#//expressions/common/BinaryExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents binary, logic expressions like a AND b and a OR b."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false"
lowerBound="1" eType="#//expressions/common/LogicOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies the expression's logic operator, e.g. AND, OR, or XOR."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralExpression" eSuperTypes="#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents any literal, i.e. a value whose type is an EDataType. Literals are, for example, 5, 3.14, 'c', "text", true."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="String representation of the value, e.g. "5", "3.14", "c", "text", or "true"."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/chalmex/sdm-commons/plugins/org.storydriven.core/model/core.ecore | ecore | core
CommentableElement
comment
"no comment provided"
ExtendableElement
getExtension
type
provideExtension
type
getAnnotation
source
provideAnnotation
source
annotation
extension
Extension
base
modelBase
owningAnnotation
extendableBase
NamedElement
name
TypedElement
type
genericType
expressions
Expression
TextualExpression
expressionText
language
languageVersion
common
LogicOperator
AND
AND
OR
OR
XOR
XOR
IMPLY
IMPLY
EQUIVALENT
EQUIVALENT
ComparingOperator
LESS
LESS
LESS_OR_EQUAL
LESS_OR_EQUAL
EQUAL
EQUAL
GREATER_OR_EQUAL
GREATER_OR_EQUAL
GREATER
GREATER
UNEQUAL
UNEQUAL
REGULAR_EXPRESSION
REGULAR_EXPRESSION
ArithmeticOperator
PLUS
PLUS
MINUS
MINUS
TIMES
TIMES
DIVIDE
DIVIDE
MODULO
MODULO
UnaryOperator
NOT
NOT
MINUS
MINUS
INCREMENT
INCREMENT
DECREMENT
DECREMENT
UnaryExpression
enclosedExpression
operator
BinaryExpression
leftExpression
rightExpression
ComparisonExpression
operator
ArithmeticExpression
operator
LogicalExpression
operator
LiteralExpression
value | null | {"directed":true,"nodes":[{"nsPrefix":"core","nsURI":"http://www.storydriven.org/core/0.3.1","name":"core","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentableElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendableElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"nsPrefix":"expr","nsURI":"http://www.storydriven.org/core/expressions/0.3.1","name":"expressions","id":6,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":"\"no comment provided\"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"\"no comment provided\"","unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"getExtension","lowerBound":1,"id":10,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"provideExtension","lowerBound":1,"id":11,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getAnnotation","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"provideAnnotation","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EParameter"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":21,"many":false,"required":true,"eClass":"EParameter"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":24,"many":false,"required":true,"eClass":"EParameter"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":27,"many":false,"required":true,"eClass":"EParameter"},{"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":"extendableBase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"base","changeable":false,"resolveProxies":true,"lowerBound":1,"id":32,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"modelBase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"owningAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":true},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":false,"resolveProxies":true,"lowerBound":0,"id":43,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"genericType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextualExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"nsPrefix":"sdcec","nsURI":"http://www.storydriven.org/core/expressions/common/0.3.1","name":"common","id":50,"eClass":"EPackage"},{"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":true,"name":"expressionText","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"languageVersion","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicOperator","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparingOperator","instanceClass":null,"id":60,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticOperator","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonExpression","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticExpression","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalExpression","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpression","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"name":"AND","id":69,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":70,"value":1,"literal":"OR","eClass":"EEnumLiteral"},{"name":"XOR","id":71,"value":2,"literal":"XOR","eClass":"EEnumLiteral"},{"name":"IMPLY","id":72,"value":3,"literal":"IMPLY","eClass":"EEnumLiteral"},{"name":"EQUIVALENT","id":73,"value":4,"literal":"EQUIVALENT","eClass":"EEnumLiteral"},{"name":"LESS","id":74,"value":0,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"LESS_OR_EQUAL","id":75,"value":1,"literal":"LESS_OR_EQUAL","eClass":"EEnumLiteral"},{"name":"EQUAL","id":76,"value":2,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"GREATER_OR_EQUAL","id":77,"value":3,"literal":"GREATER_OR_EQUAL","eClass":"EEnumLiteral"},{"name":"GREATER","id":78,"value":4,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"UNEQUAL","id":79,"value":5,"literal":"UNEQUAL","eClass":"EEnumLiteral"},{"name":"REGULAR_EXPRESSION","id":80,"value":6,"literal":"REGULAR_EXPRESSION","eClass":"EEnumLiteral"},{"name":"PLUS","id":81,"value":0,"literal":"PLUS","eClass":"EEnumLiteral"},{"name":"MINUS","id":82,"value":1,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"TIMES","id":83,"value":2,"literal":"TIMES","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":84,"value":3,"literal":"DIVIDE","eClass":"EEnumLiteral"},{"name":"MODULO","id":85,"value":4,"literal":"MODULO","eClass":"EEnumLiteral"},{"name":"NOT","id":86,"value":0,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"MINUS","id":87,"value":2,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":88,"value":3,"literal":"INCREMENT","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":89,"value":4,"literal":"DECREMENT","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enclosedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"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":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":7},{"source":1,"target":8},{"source":7,"target":9},{"source":7,"target":1},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":10,"target":3},{"source":10,"target":17},{"source":10,"target":2},{"source":10,"target":18},{"source":17,"target":3},{"source":18,"target":19},{"source":18,"target":10},{"source":11,"target":3},{"source":11,"target":20},{"source":11,"target":2},{"source":11,"target":21},{"source":20,"target":3},{"source":21,"target":22},{"source":21,"target":11},{"source":12,"target":23},{"source":12,"target":2},{"source":12,"target":24},{"source":24,"target":25},{"source":24,"target":12},{"source":13,"target":26},{"source":13,"target":2},{"source":13,"target":27},{"source":27,"target":28},{"source":27,"target":13},{"source":14,"target":29},{"source":14,"target":2},{"source":15,"target":3},{"source":15,"target":30},{"source":15,"target":2},{"source":15,"target":31},{"source":30,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":31},{"source":3,"target":35},{"source":32,"target":36},{"source":32,"target":3},{"source":33,"target":37},{"source":33,"target":3},{"source":34,"target":38},{"source":34,"target":3},{"source":31,"target":2},{"source":31,"target":39},{"source":31,"target":3},{"source":31,"target":15},{"source":39,"target":2},{"source":35,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":40},{"source":4,"target":41},{"source":40,"target":42},{"source":40,"target":4},{"source":41,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":43,"target":46},{"source":43,"target":5},{"source":44,"target":47},{"source":44,"target":5},{"source":45,"target":2},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":0},{"source":48,"target":6},{"source":48,"target":1},{"source":48,"target":51},{"source":51,"target":1},{"source":49,"target":6},{"source":49,"target":48},{"source":49,"target":52},{"source":49,"target":53},{"source":49,"target":54},{"source":49,"target":55},{"source":52,"target":56},{"source":52,"target":49},{"source":53,"target":57},{"source":53,"target":49},{"source":54,"target":58},{"source":54,"target":49},{"source":55,"target":48},{"source":50,"target":59},{"source":50,"target":60},{"source":50,"target":61},{"source":50,"target":62},{"source":50,"target":63},{"source":50,"target":64},{"source":50,"target":65},{"source":50,"target":66},{"source":50,"target":67},{"source":50,"target":68},{"source":50,"target":6},{"source":59,"target":50},{"source":59,"target":69},{"source":59,"target":70},{"source":59,"target":71},{"source":59,"target":72},{"source":59,"target":73},{"source":69,"target":59},{"source":70,"target":59},{"source":71,"target":59},{"source":72,"target":59},{"source":73,"target":59},{"source":60,"target":50},{"source":60,"target":74},{"source":60,"target":75},{"source":60,"target":76},{"source":60,"target":77},{"source":60,"target":78},{"source":60,"target":79},{"source":60,"target":80},{"source":74,"target":60},{"source":75,"target":60},{"source":76,"target":60},{"source":77,"target":60},{"source":78,"target":60},{"source":79,"target":60},{"source":80,"target":60},{"source":61,"target":50},{"source":61,"target":81},{"source":61,"target":82},{"source":61,"target":83},{"source":61,"target":84},{"source":61,"target":85},{"source":81,"target":61},{"source":82,"target":61},{"source":83,"target":61},{"source":84,"target":61},{"source":85,"target":61},{"source":62,"target":50},{"source":62,"target":86},{"source":62,"target":87},{"source":62,"target":88},{"source":62,"target":89},{"source":86,"target":62},{"source":87,"target":62},{"source":88,"target":62},{"source":89,"target":62},{"source":63,"target":50},{"source":63,"target":48},{"source":63,"target":90},{"source":63,"target":91},{"source":63,"target":92},{"source":90,"target":48},{"source":90,"target":93},{"source":90,"target":63},{"source":93,"target":48},{"source":91,"target":62},{"source":91,"target":94},{"source":91,"target":63},{"source":94,"target":62},{"source":92,"target":48},{"source":64,"target":50},{"source":64,"target":48},{"source":64,"target":95},{"source":64,"target":96},{"source":64,"target":97},{"source":95,"target":48},{"source":95,"target":98},{"source":95,"target":64},{"source":98,"target":48},{"source":96,"target":48},{"source":96,"target":99},{"source":96,"target":64},{"source":99,"target":48},{"source":97,"target":48},{"source":65,"target":50},{"source":65,"target":64},{"source":65,"target":100},{"source":65,"target":101},{"source":100,"target":60},{"source":100,"target":102},{"source":100,"target":65},{"source":102,"target":60},{"source":101,"target":64},{"source":66,"target":50},{"source":66,"target":64},{"source":66,"target":103},{"source":66,"target":104},{"source":103,"target":61},{"source":103,"target":105},{"source":103,"target":66},{"source":105,"target":61},{"source":104,"target":64},{"source":67,"target":50},{"source":67,"target":64},{"source":67,"target":106},{"source":67,"target":107},{"source":106,"target":59},{"source":106,"target":108},{"source":106,"target":67},{"source":108,"target":59},{"source":107,"target":64},{"source":68,"target":50},{"source":68,"target":48},{"source":68,"target":109},{"source":68,"target":110},{"source":109,"target":111},{"source":109,"target":68},{"source":110,"target":48}],"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="roostructure"
nsURI="http://roostructure/1.0" nsPrefix="roostructure">
<eAnnotations source="rooStructure::RooEntity" references="#//EClass">
<details key="testAutomatically"/>
<details key="table"/>
<details key="identifierField"/>
<details key="identifierColumn"/>
<details key="identifierType"/>
<details key="inheritanceType"/>
<details key="mappedSuperClass"/>
<details key="serializable"/>
</eAnnotations>
<eAnnotations source="rooStructure::RooEnumConstant" references="#//eLiterals">
<details key="permitReservedWords"/>
</eAnnotations>
<eAnnotations source="rooStructure::RooEnumType" references="#//EEnum">
<details key="path"/>
<details key="permitReservedWords"/>
</eAnnotations>
<eAnnotations source="rooStructure::RooFieldReference" references="#//EReference">
<details key="joinColumnName"/>
<details key="cardinality"/>
<details key="fetch"/>
</eAnnotations>
<eAnnotations source="rooStructure::RooFieldSet" references="#//EReference">
<details key="mappedBy"/>
<details key="cardinality"/>
<details key="fetch"/>
</eAnnotations>
<eAnnotations source="rooStructure::RooFieldString" references="#//EAttribute">
<details key="regexp"/>
<details key="sizeMin"/>
<details key="sizeMax"/>
<details key="transient"/>
<details key="notNull"/>
<details key="nullRequired"/>
<details key="comment"/>
<details key="permitReservedWords"/>
<details key="class"/>
</eAnnotations>
<eAnnotations source="rooStructure::RooFieldBoolean" references="#//EAttribute">
<details key="assertFalse"/>
<details key="assertTrue"/>
<details key="primitive"/>
<details key="column"/>
<details key="transient"/>
<details key="notNull"/>
<details key="nullRequired"/>
<details key="comment"/>
<details key="permitReservedWords"/>
<details key="class"/>
</eAnnotations>
<eAnnotations source="rooStructure::RooFieldDate" references="#//EAttribute">
<details key="future"/>
<details key="past"/>
<details key="persistenceType"/>
<details key="dateFormat"/>
<details key="timeFormat"/>
<details key="column"/>
<details key="transient"/>
<details key="notNull"/>
<details key="nullRequired"/>
<details key="comment"/>
<details key="permitReservedWords"/>
<details key="class"/>
</eAnnotations>
<eAnnotations source="rooStructure::RooFieldEnum" references="#//EAttribute">
<details key="enumType"/>
<details key="transient"/>
<details key="notNull"/>
<details key="nullRequired"/>
<details key="comment"/>
<details key="permitReservedWords"/>
<details key="class"/>
</eAnnotations>
<eAnnotations source="rooStructure::RooFieldNumber" references="#//EAttribute">
<details key="decimalMin"/>
<details key="decimalMax"/>
<details key="digitsInteger"/>
<details key="digitsFraction"/>
<details key="min"/>
<details key="max"/>
<details key="primitive"/>
<details key="column"/>
<details key="_numberType"/>
<details key="transient"/>
<details key="notNull"/>
<details key="nullRequired"/>
<details key="comment"/>
<details key="permitReservedWords"/>
<details key="class"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="EClass"/>
<eClassifiers xsi:type="ecore:EClass" name="eLiterals"/>
<eClassifiers xsi:type="ecore:EClass" name="EEnum"/>
<eClassifiers xsi:type="ecore:EClass" name="EAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="EReference"/>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/rooStructure.ecore | ecore | roostructure
EClass
eLiterals
EEnum
EAttribute
EReference | null | {"directed":true,"nodes":[{"nsPrefix":"roostructure","nsURI":"http://roostructure/1.0","name":"roostructure","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"eLiterals","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="seff" nsURI="mpcm.paradigm.behaviour.seff" nsPrefix="mpcm.paradigm.behaviour.seff">
<eClassifiers xsi:type="ecore:EClass" name="Behaviour" eSuperTypes="../../de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Misha: this class should be renamed. It has 

Models the behaviour of a component service as a sequence of internal actions with resource demands, control flow constructs, and external
calls. Therefore, the class contains a chain of AbstractActions. The emphasis in this type of behaviour is on the resource demands attached to internal actions, which mainly influence performance analysis.
Each action in a ResourceDemandingBehaviour references a predecessor and a successor action. Exceptions are the first and last action, which do not reference a predecessor and a successor respectively. A behaviour is valid, if there is a continuous path from the first to last action, which includes all actions. The chain must not include cycles. To specify control flow branches, loops, or forks, component developers need to use special types of actions, which contain nested inner ResourceDemandingBehaviours to specify the behaviour inside branches or loop bodies. Any ResourceDemandingBehaviour can have at most one starting and one finishing action."/>
</eAnnotations>
<eOperations name="ExactlyOneStopAction" 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.steps_Behaviour->select(s|s.oclIsTypeOf(StopAction))->size() = 1"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="ExactlyOneStartAction" 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.steps_Behaviour->select(s|s.oclIsTypeOf(StartAction))->size() = 1"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel">
<details key="body" value="not self.steps_Behaviour->select(s|not s.oclIsTypeOf(StartAction) and not s.oclIsTypeOf(StopAction))->exists(a|a.oclAsType(AbstractAction).predecessor_AbstractAction.oclIsUndefined()) and not self.steps_Behaviour->select(s|not s.oclIsTypeOf(StartAction) and not s.oclIsTypeOf(StopAction))->exists(a|a.oclAsType(AbstractAction).successor_AbstractAction.oclIsUndefined())"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractLoopAction_ResourceDemandingBehaviour"
ordered="false" eType="#//AbstractLoopAction" eOpposite="#//AbstractLoopAction/bodyBehaviour_Loop"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractBranchTransition_ResourceDemandingBehaviour"
ordered="false" eType="#//AbstractBranchTransition" eOpposite="#//AbstractBranchTransition/branchBehaviour_BranchTransition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="steps_Behaviour" ordered="false"
upperBound="-1" eType="#//AbstractAction" containment="true" eOpposite="#//AbstractAction/resourceDemandingBehaviour_AbstractAction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractAction" abstract="true" eSuperTypes="../../mpcm.paradigm.base/model/base.ecore#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="AbstractActions&nbsp;model&nbsp;either&nbsp;a&nbsp;service's&nbsp;internal&nbsp;computations&nbsp;or&nbsp;calls&nbsp;to&nbsp;external&nbsp;(i.e.,&nbsp;required)&nbsp;services,&nbsp;or&nbsp;describe&nbsp;some&nbsp;form&nbsp;of&nbsp;control&nbsp;flow&nbsp;alteration&nbsp;(i.e.,&nbsp;branching,&nbsp;loop,&nbsp;or&nbsp;fork).&nbsp;The&nbsp;following&nbsp;first&nbsp;clarifies&nbsp;the&nbsp;notions&nbsp;of&nbsp;internal&nbsp;and&nbsp;external&nbsp;actions,&nbsp;whose&nbsp;meta-classes&nbsp;both&nbsp;inherit&nbsp;from&nbsp;AbstractAction.<br />
The&nbsp;RDSEFF&nbsp;defines&nbsp;the&nbsp;control&nbsp;flow&nbsp;between&nbsp;internal&nbsp;and&nbsp;external&nbsp;actions&nbsp;with&nbsp;the&nbsp;predecessor/successor&nbsp;relationship&nbsp;between&nbsp;AbstractActions&nbsp;to&nbsp;model&nbsp;sequential&nbsp;executions.&nbsp;Additionally,&nbsp;special&nbsp;actions&nbsp;for&nbsp;branching,&nbsp;loops,&nbsp;and&nbsp;forks&nbsp;allow&nbsp;other&nbsp;kinds&nbsp;of&nbsp;control&nbsp;flow.&nbsp;Other&nbsp;than&nbsp;flowcharts&nbsp;or&nbsp;UML&nbsp;activity&nbsp;diagrams,&nbsp;the&nbsp;RDSEFF&nbsp;language&nbsp;(as&nbsp;well&nbsp;as&nbsp;the&nbsp;usage&nbsp;model&nbsp;language)&nbsp;requires&nbsp;developers&nbsp;to&nbsp;make&nbsp;the&nbsp;branching,&nbsp;loop,&nbsp;fork&nbsp;bodies&nbsp;explicit&nbsp;using&nbsp;nested&nbsp;ResourceDemandingBehaviours.&nbsp;It&nbsp;disallows&nbsp;backward&nbsp;references&nbsp;in&nbsp;the&nbsp;chain&nbsp;of&nbsp;AbstractActions,&nbsp;which&nbsp;are&nbsp;basically<br />
goto&nbsp;statements&nbsp;and&nbsp;can&nbsp;lead&nbsp;to&nbsp;ambiguities&nbsp;and&nbsp;difficult&nbsp;maintainability.&nbsp;For&nbsp;example,&nbsp;this&nbsp;might&nbsp;lead&nbsp;to&nbsp;intertwined&nbsp;control&nbsp;flows&nbsp;as&nbsp;in&nbsp;the&nbsp;example&nbsp;in&nbsp;Fig.&nbsp;4.9(a),&nbsp;where&nbsp;both&nbsp;the&nbsp;sequences&nbsp;'abcabcdbcd'&nbsp;and&nbsp;'abcdbcabcd'&nbsp;could&nbsp;be&nbsp;occur&nbsp;if&nbsp;each&nbsp;backward&nbsp;reference&nbsp;is&nbsp;executed&nbsp;once,&nbsp;which&nbsp;might&nbsp;lead&nbsp;to&nbsp;different&nbsp;execution&nbsp;times.&nbsp;Backward&nbsp;references&nbsp;also&nbsp;allow&nbsp;the&nbsp;specification&nbsp;of&nbsp;loops&nbsp;with&nbsp;multiple&nbsp;entry&nbsp;points&nbsp;as&nbsp;in&nbsp;Fig.&nbsp;4.9(b).&nbsp;This&nbsp;is&nbsp;not&nbsp;desirable,&nbsp;as&nbsp;the&nbsp;number&nbsp;of&nbsp;loop&nbsp;iterations&nbsp;cannot&nbsp;be&nbsp;specified&nbsp;directly&nbsp;in&nbsp;these&nbsp;cases,&nbsp;which&nbsp;is&nbsp;however&nbsp;necessary&nbsp;for&nbsp;accurate&nbsp;performance&nbsp;prediction.&nbsp;If&nbsp;a&nbsp;developer&nbsp;would&nbsp;specify&nbsp;that&nbsp;each&nbsp;backward&nbsp;link&nbsp;in&nbsp;Fig.&nbsp;4.9(b)&nbsp;is&nbsp;executed&nbsp;only&nbsp;once,&nbsp;both&nbsp;sequences&nbsp;'ababc'&nbsp;and&nbsp;'abcababc'&nbsp;would&nbsp;be&nbsp;possible&nbsp;although&nbsp;they&nbsp;would&nbsp;have&nbsp;different&nbsp;execution&nbsp;times,&nbsp;as&nbsp;'a'&nbsp;is&nbsp;executed&nbsp;three&nbsp;times&nbsp;in&nbsp;the&nbsp;latter&nbsp;case.&nbsp;To&nbsp;avoid&nbsp;such&nbsp;ambiguities,&nbsp;control&nbsp;flow&nbsp;in&nbsp;the&nbsp;PCM&nbsp;RDSEFF&nbsp;and&nbsp;usage&nbsp;model&nbsp;must&nbsp;be&nbsp;specified&nbsp;without&nbsp;backward&nbsp;references&nbsp;in&nbsp;the&nbsp;chain&nbsp;of&nbsp;AbstractActions.&nbsp;Branches,&nbsp;loops,&nbsp;forks,&nbsp;and&nbsp;their&nbsp;respective&nbsp;bodies&nbsp;have&nbsp;to&nbsp;be&nbsp;made&nbsp;explicit&nbsp;in&nbsp;the&nbsp;specification&nbsp;using&nbsp;nested&nbsp;ResourceDemandingBehaviours."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="predecessor_AbstractAction"
ordered="false" eType="#//AbstractAction" eOpposite="#//AbstractAction/successor_AbstractAction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="successor_AbstractAction"
ordered="false" eType="#//AbstractAction" eOpposite="#//AbstractAction/predecessor_AbstractAction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemandingBehaviour_AbstractAction"
ordered="false" eType="#//Behaviour" eOpposite="#//Behaviour/steps_Behaviour"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractInternalControlFlowAction" abstract="true"
eSuperTypes="#//AbstractAction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>
 Abstract parent class of any internal control flow (e.g. InternalAction)
</p>"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StartAction" eSuperTypes="#//AbstractInternalControlFlowAction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="StartActions initiate a scenario behaviour and contain only a successor."/>
</eAnnotations>
<eOperations name="StartActionPredecessorMustNotBeDefined" 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.predecessor_AbstractAction.oclIsUndefined()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StopAction" eSuperTypes="#//AbstractInternalControlFlowAction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="StopActions end a scenario behaviour and contain only a predecessor."/>
</eAnnotations>
<eOperations name="StopActionSuccessorMustNotBeDefined" 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.successor_AbstractAction.oclIsUndefined()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InternalAction" eSuperTypes="#//AbstractInternalControlFlowAction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Internal Action Combines the execution of a number of internal computations by a component service in a single model entity. It models calculations inside a component service, which do not include calls to required services. For a desired high abstraction level, an RDSEFF has only one InternalAction for all instructions between two calls to required services. A high abstraction level is needed to keep the model tractable for mathematical analysis methods. However, in principle it is also possible to use multiple InternalActions in direct succession to model on a lower abstraction level and enable more accurate predictions.
InternalActions provide an abstraction from the complete behaviour (i.e., control and data flow) of a component service, as they can hide different possible control and data flows not affecting external service calls and express their resource demands as a single stochastic expression. This abstraction underlies the assumption that the resource demands of a number of instruction can be captured sufficiently accurate enough in one such expression"/>
</eAnnotations>
<eOperations name="MultipleInternalOccurrenceDescriptionsPerFailureTypeNotAllowed"
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.internalFailureOccurrenceDescriptions__InternalAction->forAll(x:mpcm::reliability::InternalFailureOccurrenceDescription,y:mpcm::reliability::InternalFailureOccurrenceDescription | x<>y implies x.softwareInducedFailureType__InternalFailureOccurrenceDescription <> y.softwareInducedFailureType__InternalFailureOccurrenceDescription )
"/>
</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="SumOfInternalActionFailureProbabilitiesMustNotExceed1" 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.internalFailureOccurrenceDescriptions__InternalAction.failureProbability.oclAsType(Real)->sum()<=1.0
"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BranchAction" eSuperTypes="#//AbstractInternalControlFlowAction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The BranchAction splits the RDSEFF control flow with an XOR-semantic, meaning that the control flow continues on exactly one of its attached AbstractBranchTransitions. The RDSEFF supports two different kinds of branch transitions, GuardedBranchTransitions, and ProbabilisticBranchTransitions. RDSEFFs do not allow to use both kinds of transitions on a single BranchAction. Analysis or simulation tools must select exactly one transition based on the included guard or probability, before continuing at a BranchAction."/>
</eAnnotations>
<eOperations name="EitherGuardedBranchesOrProbabilisiticBranchTransitions" 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.branches_Branch->forAll(bt|bt.oclIsTypeOf(ProbabilisticBranchTransition)) 
or self.branches_Branch->forAll(bt|bt.oclIsTypeOf(GuardedBranchTransition))"/>
</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="AllProbabilisticBranchProbabilitiesMustSumUpTo1" 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="if self.branches_Branch->forAll(oclIsTypeOf(ProbabilisticBranchTransition)) then 
	self.branches_Branch->select(pbt|pbt.oclIsTypeOf(ProbabilisticBranchTransition))->collect(pbt|pbt.oclAsType(ProbabilisticBranchTransition).branchProbability)->sum() > 0.9999 
	and self.branches_Branch->select(pbt|pbt.oclIsTypeOf(ProbabilisticBranchTransition))->collect(pbt|pbt.oclAsType(ProbabilisticBranchTransition).branchProbability)->sum() < 1.0001 
	else true 
endif"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="branches_Branch" ordered="false"
upperBound="-1" eType="#//AbstractBranchTransition" containment="true" eOpposite="#//AbstractBranchTransition/branchAction_AbstractBranchTransition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractBranchTransition" abstract="true"
eSuperTypes="../../mpcm.paradigm.base/model/base.ecore#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Two types of branch transitions exist which correspond to the two types of branches. The types cannot be mixed. Either all branch transitions of one BranchAction are probabilistic or guarded."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="branchAction_AbstractBranchTransition"
ordered="false" lowerBound="1" eType="#//BranchAction" eOpposite="#//BranchAction/branches_Branch"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="branchBehaviour_BranchTransition"
ordered="false" lowerBound="1" eType="#//Behaviour" containment="true" eOpposite="#//Behaviour/abstractBranchTransition_ResourceDemandingBehaviour"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForkAction" eSuperTypes="#//AbstractInternalControlFlowAction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>Fork Action Splits the RDSEFF control flow with an AND-semantic, meaning that it invokes several ForkedBehaviours concurrently. ForkActions
allow both asynchronously and synchronously forked behaviours. </p>

<p>By default, the ForkedBehaviours inside a ForkAction are asynchronous. This means that all inner ForkedBehaviours execute concurrently, but the control flow does not wait for them to terminate and continues immediately after their invocation with the successor action of the ForkAction. Thus, in this case, the ForkAction does not wait for any inner ForkedBehaviour. It is furthermore not possible to refer to results or output parameters of asynchronously ForkedBehaviours in the rest of the RDSEFF, as it is unclear when these results will be available.</p>

<p>To model synchronization, a SynchronizationPoint can be added to the ForkAction. Then, all ForkedBehaviours <strong>within</strong> the SynchronizationPoint execute concurrently and the control flow waits for each of these behaviours to terminate before continuing. If a SynchronizationPoint is used, the ForkAction blocks and waits for all ForkedBehaviours inside the SynchronizationPoint before continuing. Thus, in this case, the successor action of the ForkAction is only executed after all ForkedBehaviours inside the SynchronizationPoint have completed execution. Component developers can specify a result of the computations with its attached VariableUsages.</p>

<p>Each ForkedBehaviour can be considered as a program thread. All parameter characterisations from the surrounding RDSEFF are also valid inside the ForkedBehaviours and can be used to parameterise resource demands or control flow constructs. 
The parameter characterisations are the same in each ForkedBehaviour. </p>

<p> The same Fork Action can contain asynchronous and synchronousForkedbehaviours at the same time. In that case, all forked behaviours are started. The control flow waits for all synchronous behaviours to finish execution and only then continues. </p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="asynchronousForkedBehaviours_ForkAction"
ordered="false" upperBound="-1" eType="#//ForkedBehaviour" containment="true"
eOpposite="#//ForkedBehaviour/forkAction_ForkedBehaivour"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="synchronisingBehaviours_ForkAction"
ordered="false" eType="#//SynchronisationPoint" containment="true" eOpposite="#//SynchronisationPoint/forkAction_SynchronisationPoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForkedBehaviour" eSuperTypes="#//Behaviour">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A ForkedBehaviour can be considered as a program thread. All parameter characterisations from the surrounding RDSEFF are also valid inside the ForkedBehaviours and can be used to parameterise resource demands or control flow constructs. The parameter characterisations are the same in each ForkedBehaviour."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="synchronisationPoint_ForkedBehaviour"
ordered="false" eType="#//SynchronisationPoint" eOpposite="#//SynchronisationPoint/synchronousForkedBehaviours_SynchronisationPoint"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forkAction_ForkedBehaivour"
ordered="false" eType="#//ForkAction" eOpposite="#//ForkAction/asynchronousForkedBehaviours_ForkAction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SynchronisationPoint" eSuperTypes="../../de.uka.ipd.sdq.identifier/model/identifier.ecore#//Identifier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Component developers can use a SynchronisationPoint to join synchronously ForkedBehaviours and specify a result of the computations with its attached VariableUsages.
See ForkAction for a more detailed description. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputParameterUsage_SynchronisationPoint"
ordered="false" upperBound="-1" eType="ecore:EClass ../../mpcm.paradigm.variables/model/variables.ecore#//VariableUsage"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="forkAction_SynchronisationPoint"
ordered="false" lowerBound="1" eType="#//ForkAction" eOpposite="#//ForkAction/synchronisingBehaviours_ForkAction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="synchronousForkedBehaviours_SynchronisationPoint"
ordered="false" lowerBound="1" upperBound="-1" eType="#//ForkedBehaviour"
containment="true" eOpposite="#//ForkedBehaviour/synchronisationPoint_ForkedBehaviour"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractLoopAction" abstract="true"
eSuperTypes="#//AbstractInternalControlFlowAction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="<p>
 Abstract parent class of any loop (e.g. LoopAction)
</p>"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyBehaviour_Loop" ordered="false"
lowerBound="1" eType="#//Behaviour" containment="true" eOpposite="#//Behaviour/abstractLoopAction_ResourceDemandingBehaviour"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopAction" eSuperTypes="#//AbstractLoopAction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Models the repeated execution of its inner ResourceDemandingBehaviour for the loop body. The number of repetitions is specified by a random variable evaluating to integer or an IntPMF. The number of iterations specified by the random variable always needs to be bounded, i.e., the probabilities in an IntPMF for iteration numbers above a certain threshold must be zero. Otherwise, it would be possible that certain requests do not terminate, which would complicate performance analyses. The stochastic expression defining the iteration random variable may include references to input or component parameters to model dependencies between the usage profile and the number of loop iterations. Notice, that loop actions should only be modelled if the loop body contains either external service calls or resource demands directed at special resources. Otherwise, control flow loops in component behaviour should be abstracted by subsuming them in InternalAction, which combine a number of instructions. The influence of different iterations length of such internal loops need to be reflected stochastically by the random variable specifying the ParametricResource-Demand of that InternalAction.
Other than Markov chains, RDSEFFs do not specify control flow loops with an reentrance and exit probability on each iteration. Such a specification binds the number of loop iterations to a geometrical distribution, which reflects reality only in very seldom cases. But in many practical cases, the number of iterations is a constant, or the probability for higher iteration numbers is higher than for lower ones. This cannot be expressed directly via a Markov chain (also see [DG00]). 
Inside the ResourceDemandingBehaviour of LoopActions, it is assumed that random variables are stochastically independent. This is not true in reality, and for example leads to wrong predictions if the same random variable is used twice in succession inside a loop body. In this case, the second occurrence is stochastically dependent to the first occurrence, as the value does not change between two occurrences. Therefore, component developers should be aware of such inaccuracies when using random variables twice inside the body behaviour of a LoopAction."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterationCount_LoopAction"
ordered="false" lowerBound="1" eType="ecore:EClass ../../mpcm.paradigm.variables/model/variables.ecore#//PCMRandomVariable"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/layornos/mPCM_build/mpcm.paradigm.seff/model/seff.ecore | ecore | seff
Behaviour
ExactlyOneStopAction
diagnostics
context
ExactlyOneStartAction
diagnostics
context
EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor
diagnostics
context
abstractLoopAction_ResourceDemandingBehaviour
abstractBranchTransition_ResourceDemandingBehaviour
steps_Behaviour
AbstractAction
predecessor_AbstractAction
successor_AbstractAction
resourceDemandingBehaviour_AbstractAction
AbstractInternalControlFlowAction
StartAction
StartActionPredecessorMustNotBeDefined
diagnostics
context
StopAction
StopActionSuccessorMustNotBeDefined
diagnostics
context
InternalAction
MultipleInternalOccurrenceDescriptionsPerFailureTypeNotAllowed
diagnostics
context
SumOfInternalActionFailureProbabilitiesMustNotExceed1
diagnostics
context
BranchAction
EitherGuardedBranchesOrProbabilisiticBranchTransitions
diagnostics
context
AllProbabilisticBranchProbabilitiesMustSumUpTo1
diagnostics
context
branches_Branch
AbstractBranchTransition
branchAction_AbstractBranchTransition
branchBehaviour_BranchTransition
ForkAction
asynchronousForkedBehaviours_ForkAction
synchronisingBehaviours_ForkAction
ForkedBehaviour
synchronisationPoint_ForkedBehaviour
forkAction_ForkedBehaivour
SynchronisationPoint
outputParameterUsage_SynchronisationPoint
forkAction_SynchronisationPoint
synchronousForkedBehaviours_SynchronisationPoint
AbstractLoopAction
bodyBehaviour_Loop
LoopAction
iterationCount_LoopAction | null | {"directed":true,"nodes":[{"nsPrefix":"mpcm.paradigm.behaviour.seff","nsURI":"mpcm.paradigm.behaviour.seff","name":"seff","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behaviour","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAction","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractInternalControlFlowAction","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StopAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractBranchTransition","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkedBehaviour","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronisationPoint","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractLoopAction","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExactlyOneStopAction","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExactlyOneStartAction","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"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":"abstractLoopAction_ResourceDemandingBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"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":"abstractBranchTransition_ResourceDemandingBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps_Behaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EParameter"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EParameter"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyBehaviour_Loop","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"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":"branchBehaviour_BranchTransition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"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":"resourceDemandingBehaviour_AbstractAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor_AbstractAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"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":"successor_AbstractAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"StartActionPredecessorMustNotBeDefined","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"StopActionSuccessorMustNotBeDefined","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":"diagnostics","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EParameter"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleInternalOccurrenceDescriptionsPerFailureTypeNotAllowed","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SumOfInternalActionFailureProbabilitiesMustNotExceed1","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"EitherGuardedBranchesOrProbabilisiticBranchTransitions","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AllProbabilisticBranchProbabilitiesMustSumUpTo1","lowerBound":0,"id":91,"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":"branches_Branch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"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":"branchAction_AbstractBranchTransition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"asynchronousForkedBehaviours_ForkAction","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":true,"unsettable":false,"transient":false,"unique":true,"name":"synchronisingBehaviours_ForkAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":"forkAction_ForkedBehaivour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"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":"forkAction_SynchronisationPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"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":"synchronisationPoint_ForkedBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"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":"synchronousForkedBehaviours_SynchronisationPoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputParameterUsage_SynchronisationPoint","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterationCount_LoopAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":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":14,"target":21},{"source":14,"target":1},{"source":14,"target":22},{"source":14,"target":23},{"source":22,"target":24},{"source":22,"target":14},{"source":23,"target":25},{"source":23,"target":14},{"source":25,"target":26},{"source":25,"target":27},{"source":15,"target":28},{"source":15,"target":1},{"source":15,"target":29},{"source":15,"target":30},{"source":29,"target":31},{"source":29,"target":15},{"source":30,"target":32},{"source":30,"target":15},{"source":32,"target":33},{"source":32,"target":34},{"source":16,"target":35},{"source":16,"target":1},{"source":16,"target":36},{"source":16,"target":37},{"source":36,"target":38},{"source":36,"target":16},{"source":37,"target":39},{"source":37,"target":16},{"source":39,"target":40},{"source":39,"target":41},{"source":17,"target":12},{"source":17,"target":42},{"source":17,"target":1},{"source":17,"target":43},{"source":42,"target":12},{"source":18,"target":8},{"source":18,"target":44},{"source":18,"target":1},{"source":18,"target":45},{"source":44,"target":8},{"source":19,"target":2},{"source":19,"target":46},{"source":19,"target":1},{"source":19,"target":47},{"source":46,"target":2},{"source":2,"target":0},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":47},{"source":2,"target":50},{"source":48,"target":2},{"source":48,"target":51},{"source":48,"target":2},{"source":48,"target":49},{"source":51,"target":2},{"source":49,"target":2},{"source":49,"target":52},{"source":49,"target":2},{"source":49,"target":48},{"source":52,"target":2},{"source":47,"target":1},{"source":47,"target":53},{"source":47,"target":2},{"source":47,"target":19},{"source":53,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":54},{"source":54,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":55},{"source":4,"target":56},{"source":55,"target":57},{"source":55,"target":4},{"source":55,"target":58},{"source":55,"target":59},{"source":58,"target":60},{"source":58,"target":55},{"source":59,"target":61},{"source":59,"target":55},{"source":61,"target":62},{"source":61,"target":63},{"source":56,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":64},{"source":5,"target":65},{"source":64,"target":66},{"source":64,"target":5},{"source":64,"target":67},{"source":64,"target":68},{"source":67,"target":69},{"source":67,"target":64},{"source":68,"target":70},{"source":68,"target":64},{"source":70,"target":71},{"source":70,"target":72},{"source":65,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":73,"target":76},{"source":73,"target":6},{"source":73,"target":77},{"source":73,"target":78},{"source":77,"target":79},{"source":77,"target":73},{"source":78,"target":80},{"source":78,"target":73},{"source":80,"target":81},{"source":80,"target":82},{"source":74,"target":83},{"source":74,"target":6},{"source":74,"target":84},{"source":74,"target":85},{"source":84,"target":86},{"source":84,"target":74},{"source":85,"target":87},{"source":85,"target":74},{"source":87,"target":88},{"source":87,"target":89},{"source":75,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":90,"target":94},{"source":90,"target":7},{"source":90,"target":95},{"source":90,"target":96},{"source":95,"target":97},{"source":95,"target":90},{"source":96,"target":98},{"source":96,"target":90},{"source":98,"target":99},{"source":98,"target":100},{"source":91,"target":101},{"source":91,"target":7},{"source":91,"target":102},{"source":91,"target":103},{"source":102,"target":104},{"source":102,"target":91},{"source":103,"target":105},{"source":103,"target":91},{"source":105,"target":106},{"source":105,"target":107},{"source":92,"target":8},{"source":92,"target":108},{"source":92,"target":7},{"source":92,"target":109},{"source":108,"target":8},{"source":93,"target":3},{"source":8,"target":0},{"source":8,"target":109},{"source":8,"target":45},{"source":8,"target":110},{"source":109,"target":7},{"source":109,"target":111},{"source":109,"target":8},{"source":109,"target":92},{"source":111,"target":7},{"source":45,"target":1},{"source":45,"target":112},{"source":45,"target":8},{"source":45,"target":18},{"source":112,"target":1},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":113},{"source":9,"target":114},{"source":9,"target":115},{"source":113,"target":10},{"source":113,"target":116},{"source":113,"target":9},{"source":113,"target":117},{"source":116,"target":10},{"source":114,"target":11},{"source":114,"target":118},{"source":114,"target":9},{"source":114,"target":119},{"source":118,"target":11},{"source":115,"target":3},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":120},{"source":10,"target":117},{"source":10,"target":121},{"source":120,"target":11},{"source":120,"target":122},{"source":120,"target":10},{"source":120,"target":123},{"source":122,"target":11},{"source":117,"target":9},{"source":117,"target":124},{"source":117,"target":10},{"source":117,"target":113},{"source":124,"target":9},{"source":121,"target":1},{"source":11,"target":0},{"source":11,"target":125},{"source":11,"target":119},{"source":11,"target":123},{"source":11,"target":126},{"source":125,"target":127},{"source":125,"target":11},{"source":119,"target":9},{"source":119,"target":128},{"source":119,"target":11},{"source":119,"target":114},{"source":128,"target":9},{"source":123,"target":10},{"source":123,"target":129},{"source":123,"target":11},{"source":123,"target":120},{"source":129,"target":10},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":43},{"source":12,"target":130},{"source":43,"target":1},{"source":43,"target":131},{"source":43,"target":12},{"source":43,"target":17},{"source":131,"target":1},{"source":130,"target":3},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":132},{"source":13,"target":133},{"source":132,"target":134},{"source":132,"target":13},{"source":133,"target":12}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="base" nsURI="http://www.dlr.de/symo4pd/base/2016/" nsPrefix="base">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The package base contains model components and concepts. All elements which are derived are validated by OCL constrains, like a valid name or description of an ANameItem or a unique id of an ADataItem. All classes in this package are abstract by intension."/>
<details key="source" value="premise_registry.ecore"/>
</eAnnotations>
<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="AVersionedModelRoot" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="For the identification of the meta model version of a modeled system, this static version number is used. It is also used by the model migration in order to identify the necessary migration."/>
<details key="source" value="premise_registry.ecore#AVersinedModelRoot"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metaModel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="0.1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the static identification string of the meta model. This is used to arrage the migration of models. "/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ANameItem" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ANameItem stores for all derived classes such as SystemElement a name and a description. By OCL is additionally checked whether a name and a description provided by the modeler specified for these elements. ANameItem can test with the function equalsName() if another given ANameItem use the same name."/>
<details key="source" value="premise_registry.ecore#ANameItem"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="ValidName" value="Tuple {
	message : String = 'name must be a valid string',
	status : Boolean = name == null
}.status"/>
<details key="ValidDescription" value="Tuple {
	message : String = 'description shall be a valid string',
	status : Boolean = description == null
}.status"/>
</eAnnotations>
<eOperations name="equalName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Implements the equality of element names."/>
<details key="body" value="if(element == null ? false : name.equals(element.getName())) {
	return true;
} else {
	return false;
}"/>
</eAnnotations>
<eParameters name="element" eType="#//ANameItem"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Name of the element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Description of the element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ADataItem" abstract="true" eSuperTypes="#//ANameItem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class describes uniquely identifiable system elements. For the identification of system elements, an identification number is used. ADataItem can test with the function equalsID() if another ADataItem use the same UUID."/>
<details key="source" value="premise_registry.ecore#ADataItem"/>
</eAnnotations>
<eOperations name="equalID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Implements the equality of UUID of ADataItem."/>
<details key="body" value="if(element == null ? false : id.equals(element.getId())) {
	return true;
} else {
	return false;
}"/>
</eAnnotations>
<eParameters name="element" eType="#//ADataItem"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" 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="Id of an system element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AValueDef" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="For types independent storage of data values, this class is used. In addition, the uncertainty of this data can be enclosed."/>
<details key="source" value="premise_registry.ecore#AValueDef"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" 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="Value"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uncertainty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="uncertainty of the data value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AEdge" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines a directed edge to connect two elements. The directions is defined from source to target. The owner of the edge should be the parent of the source and target element."/>
<details key="source"/>
</eAnnotations>
<eTypeParameters name="T">
<eBounds eClassifier="#//ADataItem"/>
</eTypeParameters>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//ADataItem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Source of the edge"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//ADataItem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Target of the edge"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ATrigger" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines a trigger for a transition or a mode."/>
<details key="source" value="premise_element.ecore#ATrigger"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/AxelBerres/SYMO4PD/development/de.symo.model/model/symo_base.ecore | ecore | base
AVersionedModelRoot
metaModel
0.1
ANameItem
equalName
element
name
description
ADataItem
equalID
element
id
AValueDef
value
uncertainty
0
AEdge
T
source
target
ATrigger | null | {"directed":true,"nodes":[{"nsPrefix":"base","nsURI":"http://www.dlr.de/symo4pd/base/2016/","name":"base","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AVersionedModelRoot","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ANameItem","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ADataItem","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AValueDef","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AEdge","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ATrigger","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"0.1","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.1","unsettable":false,"transient":false,"unique":true,"name":"metaModel","changeable":false,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalName","lowerBound":0,"id":9,"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":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EParameter"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalID","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EParameter"},{"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"uncertainty","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"name":"T","id":28,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":7,"target":8},{"source":7,"target":1},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":9,"target":12},{"source":9,"target":2},{"source":9,"target":13},{"source":13,"target":2},{"source":13,"target":14},{"source":13,"target":9},{"source":14,"target":2},{"source":10,"target":15},{"source":10,"target":2},{"source":11,"target":16},{"source":11,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":17,"target":21},{"source":21,"target":3},{"source":21,"target":22},{"source":21,"target":17},{"source":22,"target":3},{"source":18,"target":23},{"source":18,"target":3},{"source":19,"target":2},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":24,"target":26},{"source":24,"target":4},{"source":25,"target":27},{"source":25,"target":4},{"source":5,"target":0},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":28,"target":31},{"source":31,"target":3},{"source":29,"target":3},{"source":29,"target":32},{"source":29,"target":5},{"source":32,"target":3},{"source":30,"target":3},{"source":30,"target":33},{"source":30,"target":5},{"source":33,"target":3},{"source":6,"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="ast"
nsURI="http://etl.sf.net/2006/samples/ej/0.1" nsPrefix="ej">
<eClassifiers xsi:type="ecore:EClass" name="EJBase" abstract="true" eSuperTypes="#//EJElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="documentation" upperBound="-1"
eType="#//DocumentationLine" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeSets" upperBound="-1"
eType="#//AttributeSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeSet" eSuperTypes="#//EJElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="finalModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedTypes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superToTypes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#//EJElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentationLine" eSuperTypes="#//EJElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EJElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" 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="startColumn" 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:EAttribute" name="startOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorFeature" eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Identifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateParameters" upperBound="-1"
eType="#//TemplateParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassBlock" eSuperTypes="#//EJBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="#//ClassifierMemberStatement" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierMemberStatement" abstract="true"
eSuperTypes="#//EJBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorStatement" eSuperTypes="#//BehaviorFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteral" eSuperTypes="#//ClassifierMemberStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Identifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//ClassBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//ClassifierMemberStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="visibilityModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="staticModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldStatement" eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EReference" name="transientModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="volatileModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitStatement" abstract="true" eSuperTypes="#//ClassifierMemberStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InnerClassifier" eSuperTypes="#//ClassifierMemberStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//ClassifierStatement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceInitStatement" eSuperTypes="#//InitStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodStatement" eSuperTypes="#//BehaviorFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="synchronizedModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nativeModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="strictfpModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticInitStatement" eSuperTypes="#//InitStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierStatement" abstract="true"
eSuperTypes="#//EJBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Identifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="visibilityModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateParameters" upperBound="-1"
eType="#//TemplateParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//ClassifierMemberStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassStatement" eSuperTypes="#//ImplemenationClassifierStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="staticModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedType" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementedTypes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumStatement" eSuperTypes="#//ImplemenationClassifierStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ImplemenationClassifierStatement" abstract="true"
eSuperTypes="#//ClassifierStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="strictfpModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceStatement" eSuperTypes="#//ClassifierStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedTypes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportStatement" eSuperTypes="#//TopLevelStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="staticModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageStatement" eSuperTypes="#//TopLevelStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelClassifier" eSuperTypes="#//TopLevelStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//ClassifierStatement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelStatement" abstract="true" eSuperTypes="#//EJBase"/>
<eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//JumpStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="CatchPart" eSuperTypes="#//EJBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//Parameter"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalLoop" abstract="true" eSuperTypes="#//LoopStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//JumpStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultLabel" eType="#//SwitchDefaultPartRef"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="caseValue" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoWhileStatement" eSuperTypes="#//ConditionalLoop"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForeachStatement" eSuperTypes="#//LoopStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Parameter"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="limit" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//ConditionalLoop">
<eStructuralFeatures xsi:type="ecore:EReference" name="initVariableDeclaration"
eType="#//LocalVarStatement" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpressions" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updateExpressions" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifThenPart" lowerBound="1"
upperBound="-1" eType="#//IfThenPart" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="#//MethodBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfThenPart" eSuperTypes="#//EJBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//MethodBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JumpStatement" abstract="true" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Label"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//EJElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" abstract="true" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Label"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalVarStatement" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="finalModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1"
upperBound="-1" eType="#//Variable" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopStatement" abstract="true" eSuperTypes="#//LabeledStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodBlock" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="#//MethodContentStatement" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodClassifier" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//ClassifierStatement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodContentStatement" abstract="true"
eSuperTypes="#//EJBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ScopeStatement" abstract="true" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchCasePart" eSuperTypes="#//SwitchPart">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchDefaultPart" eSuperTypes="#//SwitchPart"/>
<eClassifiers xsi:type="ecore:EClass" name="SwitchPart" abstract="true" eSuperTypes="#//EJBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//LabeledStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1"
eType="#//SwitchPart" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#//ScopeStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//ScopeStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="finallyPart" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="catchPart" upperBound="-1"
eType="#//CatchPart" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//ConditionalLoop"/>
<eClassifiers xsi:type="ecore:EClass" name="AccessOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="accessed" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyRoundOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="functor" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplySquareOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="functor" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayConstructor" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AssignmentOperation" abstract="true"
eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryOp" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value2" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseAndAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseAndOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseComplementOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseOrAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseOrOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseXorAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseXorOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="CastOp" eSuperTypes="#//ClassifierOp"/>
<eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalAndOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalOrOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="DivideAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="DivideOp" eSuperTypes="#//DivisionOp"/>
<eClassifiers xsi:type="ecore:EClass" name="DivisionOp" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="dividend" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="divisor" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoubleLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="EqualOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="FloatLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="GreaterOrEqualOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="GreaterThenOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="Identifier" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quotedValue" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdentityOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceOfOp" eSuperTypes="#//ClassifierOp"/>
<eClassifiers xsi:type="ecore:EClass" name="LeftShiftAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LeftShiftOp" eSuperTypes="#//ShiftOp"/>
<eClassifiers xsi:type="ecore:EClass" name="LessOrEqualOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="LessThenOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicalComplementOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="LongIntegerLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="MinusAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="MinusOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="minuend" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subtrahend" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplyOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="multipliers" lowerBound="2"
upperBound="2" eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplyAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="NewOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classBody" eType="#//ClassBlock"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayConstructor" eType="#//ArrayConstructor"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotEqualOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="NullReference" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="PlusAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="PlusOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="summands" lowerBound="2"
upperBound="2" eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostfixDecrementOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="PostfixIncrementOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="PrefixDecrementOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="PrefixIncrementOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemainderAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="RemainderOp" eSuperTypes="#//DivisionOp"/>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RightShiftAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="RightShiftOp" eSuperTypes="#//ShiftOp"/>
<eClassifiers xsi:type="ecore:EClass" name="ShiftOp" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="distance" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="SuperReference" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThisReference" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryMinusOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="UnaryOp" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryPlusOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="ZeroExtensionRightShiftAssignmentOp"
eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//EJBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ZeroExtensionRightShiftOp" eSuperTypes="#//ShiftOp"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//EJBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Identifier"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="test" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RangeExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="limit" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchDefaultPartRef" eSuperTypes="#//EJElement"/>
<eClassifiers xsi:type="ecore:EClass" name="WildcardType" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="superToTypes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedTypes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//MethodContentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributeDefinition" eSuperTypes="#//ClassifierStatement"/>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/ej-ast.ecore | ecore | ast
EJBase
documentation
attributeSets
AttributeSet
attributes
Parameter
finalModifier
classifier
Variable
initialValue
TemplateParameter
extendedTypes
superToTypes
Modifier
value
DocumentationLine
text
EJElement
startLine
endLine
startColumn
endColumn
startOffset
endOffset
Integer
int
int
Boolean
boolean
boolean
String
java.lang.String
java.lang.String
BehaviorFeature
exceptions
name
parameters
templateParameters
ClassBlock
content
ClassifierMemberStatement
ConstructorStatement
body
EnumLiteral
args
name
body
Feature
visibilityModifier
staticModifier
finalModifier
FieldStatement
transientModifier
volatileModifier
classifier
variables
InitStatement
body
InnerClassifier
classifier
InstanceInitStatement
MethodStatement
body
returnType
abstractModifier
synchronizedModifier
nativeModifier
strictfpModifier
StaticInitStatement
ClassifierStatement
name
visibilityModifier
templateParameters
contents
ClassStatement
staticModifier
extendedType
implementedTypes
EnumStatement
ImplemenationClassifierStatement
strictfpModifier
abstractModifier
finalModifier
InterfaceStatement
extendedTypes
ImportStatement
staticModifier
allModifier
importedPackage
PackageStatement
name
TopLevelClassifier
classifier
TopLevelStatement
BreakStatement
CatchPart
specification
body
ConditionalLoop
condition
ContinueStatement
defaultLabel
caseValue
DoWhileStatement
ExpressionStatement
expression
ForeachStatement
parameter
collection
initial
limit
ForStatement
initVariableDeclaration
initExpressions
updateExpressions
IfStatement
ifThenPart
elsePart
IfThenPart
condition
body
JumpStatement
label
Label
name
LabeledStatement
label
LocalVarStatement
finalModifier
variables
classifier
LoopStatement
body
MethodBlock
content
MethodClassifier
classifier
MethodContentStatement
ScopeStatement
body
SwitchCasePart
values
SwitchDefaultPart
SwitchPart
body
SwitchStatement
value
parts
SynchronizedStatement
value
ThrowStatement
exception
TryStatement
finallyPart
catchPart
WhileStatement
AccessOp
accessed
feature
ApplyRoundOp
functor
args
ApplySquareOp
functor
args
ArrayConstructor
values
AssignmentOp
AssignmentOperation
leftHandSide
value
BinaryOp
value1
value2
BitwiseAndAssignmentOp
BitwiseAndOp
BitwiseComplementOp
BitwiseOrAssignmentOp
BitwiseOrOp
BitwiseXorAssignmentOp
BitwiseXorOp
BooleanLiteral
CastOp
CharacterLiteral
ClassifierOp
value
classifier
ConditionalAndOp
ConditionalOp
condition
thenPart
elsePart
ConditionalOrOp
DivideAssignmentOp
DivideOp
DivisionOp
dividend
divisor
DoubleLiteral
EqualOp
FloatLiteral
GreaterOrEqualOp
GreaterThenOp
Identifier
value
escapedValue
quotedValue
IdentityOp
value
IntegerLiteral
InstanceOfOp
LeftShiftAssignmentOp
LeftShiftOp
LessOrEqualOp
LessThenOp
Literal
value
LogicalComplementOp
LongIntegerLiteral
MinusAssignmentOp
MinusOp
minuend
subtrahend
MultiplyOp
multipliers
MultiplyAssignmentOp
NewOp
classifier
args
classBody
arrayConstructor
NotEqualOp
NullReference
PlusAssignmentOp
PlusOp
summands
PostfixDecrementOp
PostfixIncrementOp
PrefixDecrementOp
PrefixIncrementOp
PrimitiveType
name
RemainderAssignmentOp
RemainderOp
ReturnStatement
value
RightShiftAssignmentOp
RightShiftOp
ShiftOp
value
distance
StringLiteral
SuperReference
name
ThisReference
name
UnaryMinusOp
UnaryOp
value
UnaryPlusOp
ZeroExtensionRightShiftAssignmentOp
Expression
ZeroExtensionRightShiftOp
NamedElement
name
AssertStatement
test
message
RangeExpression
initial
limit
SwitchDefaultPartRef
WildcardType
superToTypes
extendedTypes
EmptyStatement
AttributeDefinition | null | {"directed":true,"nodes":[{"nsPrefix":"ej","nsURI":"http://etl.sf.net/2006/samples/ej/0.1","name":"ast","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EJBase","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeSet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationLine","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EJElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorFeature","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassBlock","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierMemberStatement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorStatement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteral","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldStatement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitStatement","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InnerClassifier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceInitStatement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodStatement","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticInitStatement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierStatement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumStatement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplemenationClassifierStatement","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceStatement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportStatement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageStatement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelClassifier","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelStatement","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchPart","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalLoop","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeachStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenPart","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpStatement","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVarStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodBlock","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodClassifier","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentStatement","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopeStatement","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCasePart","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchDefaultPart","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchPart","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessOp","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyRoundOp","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplySquareOp","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayConstructor","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOp","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOperation","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOp","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseAndAssignmentOp","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseAndOp","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseComplementOp","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseOrAssignmentOp","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseOrOp","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseXorAssignmentOp","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseXorOp","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastOp","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierOp","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndOp","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOp","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrOp","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivideAssignmentOp","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivideOp","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivisionOp","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualOp","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatLiteral","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterOrEqualOp","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThenOp","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentityOp","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfOp","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftShiftAssignmentOp","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftShiftOp","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessOrEqualOp","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThenOp","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalComplementOp","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongIntegerLiteral","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusAssignmentOp","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusOp","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplyOp","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplyAssignmentOp","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewOp","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqualOp","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullReference","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusAssignmentOp","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusOp","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixDecrementOp","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixIncrementOp","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixDecrementOp","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixIncrementOp","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemainderAssignmentOp","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemainderOp","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightShiftAssignmentOp","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightShiftOp","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftOp","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperReference","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisReference","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryMinusOp","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOp","instanceClass":null,"abstract":true,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryPlusOp","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZeroExtensionRightShiftAssignmentOp","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZeroExtensionRightShiftOp","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeExpression","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchDefaultPartRef","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildcardType","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDefinition","instanceClass":null,"abstract":false,"id":135,"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":"documentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalModifier","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":"classifier","changeable":true,"resolveProxies":false,"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":"initialValue","changeable":true,"resolveProxies":false,"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":"extendedTypes","changeable":true,"resolveProxies":false,"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":"superToTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"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":163,"derived":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":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":"startColumn","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endColumn","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startOffset","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endOffset","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":false,"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":"name","changeable":true,"resolveProxies":false,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":false,"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":"name","changeable":true,"resolveProxies":false,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"visibilityModifier","changeable":true,"resolveProxies":false,"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":"staticModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transientModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"volatileModifier","changeable":true,"resolveProxies":false,"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":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":false,"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":"body","changeable":true,"resolveProxies":false,"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":"returnType","changeable":true,"resolveProxies":false,"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":"abstractModifier","changeable":true,"resolveProxies":false,"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":"synchronizedModifier","changeable":true,"resolveProxies":false,"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":"nativeModifier","changeable":true,"resolveProxies":false,"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":"strictfpModifier","changeable":true,"resolveProxies":false,"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"},{"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":"name","changeable":true,"resolveProxies":false,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"visibilityModifier","changeable":true,"resolveProxies":false,"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":"templateParameters","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":"contents","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticModifier","changeable":true,"resolveProxies":false,"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":"extendedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementedTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strictfpModifier","changeable":true,"resolveProxies":false,"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":"abstractModifier","changeable":true,"resolveProxies":false,"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":"finalModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticModifier","changeable":true,"resolveProxies":false,"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":"allModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":false,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":false,"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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":false,"lowerBound":0,"id":277,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultLabel","changeable":true,"resolveProxies":false,"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":"caseValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"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":"expression","changeable":true,"resolveProxies":false,"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":"parameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"resolveProxies":false,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"limit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initVariableDeclaration","changeable":true,"resolveProxies":false,"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":"initExpressions","changeable":true,"resolveProxies":false,"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":"updateExpressions","changeable":true,"resolveProxies":false,"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifThenPart","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"elsePart","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":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":315,"derived":false},{"container":false,"ordered":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":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":false,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"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":"label","changeable":true,"resolveProxies":false,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":329,"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":"variables","changeable":true,"resolveProxies":false,"lowerBound":1,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":false,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":false,"lowerBound":1,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"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":"parts","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":"value","changeable":true,"resolveProxies":false,"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":"exception","changeable":true,"resolveProxies":false,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finallyPart","changeable":true,"resolveProxies":false,"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":"catchPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessed","changeable":true,"resolveProxies":false,"lowerBound":0,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":false,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functor","changeable":true,"resolveProxies":false,"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":"args","changeable":true,"resolveProxies":false,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":false,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":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":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":false,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":393,"derived":false},{"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":"value1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value2","changeable":true,"resolveProxies":false,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":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":412,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"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":"thenPart","changeable":true,"resolveProxies":false,"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":"elsePart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dividend","changeable":true,"resolveProxies":false,"lowerBound":0,"id":428,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"divisor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":429,"derived":false},{"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"},{"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":438,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"escapedValue","changeable":true,"lowerBound":0,"iD":false,"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":"quotedValue","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"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":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":445,"derived":false},{"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"},{"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":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minuend","changeable":true,"resolveProxies":false,"lowerBound":0,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subtrahend","changeable":true,"resolveProxies":false,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multipliers","changeable":true,"resolveProxies":false,"lowerBound":2,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":469,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":470,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayConstructor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"summands","changeable":true,"resolveProxies":false,"lowerBound":2,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":493,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"resolveProxies":false,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"container":false,"ordered":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":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":518,"derived":false},{"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":"test","changeable":true,"resolveProxies":false,"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":"message","changeable":true,"resolveProxies":false,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"resolveProxies":false,"lowerBound":0,"id":526,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"limit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superToTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":532,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":1,"target":0},{"source":1,"target":8},{"source":1,"target":136},{"source":1,"target":137},{"source":1,"target":138},{"source":136,"target":7},{"source":136,"target":139},{"source":136,"target":1},{"source":139,"target":7},{"source":137,"target":2},{"source":137,"target":140},{"source":137,"target":1},{"source":140,"target":2},{"source":138,"target":8},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":141},{"source":2,"target":142},{"source":141,"target":127},{"source":141,"target":143},{"source":141,"target":2},{"source":143,"target":127},{"source":142,"target":8},{"source":3,"target":0},{"source":3,"target":129},{"source":3,"target":144},{"source":3,"target":145},{"source":3,"target":146},{"source":144,"target":6},{"source":144,"target":147},{"source":144,"target":3},{"source":147,"target":6},{"source":145,"target":127},{"source":145,"target":148},{"source":145,"target":3},{"source":148,"target":127},{"source":146,"target":129},{"source":4,"target":0},{"source":4,"target":129},{"source":4,"target":149},{"source":4,"target":150},{"source":149,"target":127},{"source":149,"target":151},{"source":149,"target":4},{"source":151,"target":127},{"source":150,"target":129},{"source":5,"target":0},{"source":5,"target":129},{"source":5,"target":152},{"source":5,"target":153},{"source":5,"target":154},{"source":152,"target":127},{"source":152,"target":155},{"source":152,"target":5},{"source":155,"target":127},{"source":153,"target":127},{"source":153,"target":156},{"source":153,"target":5},{"source":156,"target":127},{"source":154,"target":129},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":157},{"source":6,"target":158},{"source":157,"target":11},{"source":157,"target":159},{"source":157,"target":6},{"source":159,"target":11},{"source":158,"target":8},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":160},{"source":7,"target":161},{"source":160,"target":11},{"source":160,"target":162},{"source":160,"target":7},{"source":162,"target":11},{"source":161,"target":8},{"source":8,"target":0},{"source":8,"target":163},{"source":8,"target":164},{"source":8,"target":165},{"source":8,"target":166},{"source":8,"target":167},{"source":8,"target":168},{"source":163,"target":169},{"source":163,"target":8},{"source":164,"target":170},{"source":164,"target":8},{"source":165,"target":171},{"source":165,"target":8},{"source":166,"target":172},{"source":166,"target":8},{"source":167,"target":173},{"source":167,"target":8},{"source":168,"target":174},{"source":168,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":175},{"source":12,"target":176},{"source":12,"target":177},{"source":12,"target":178},{"source":12,"target":179},{"source":175,"target":127},{"source":175,"target":180},{"source":175,"target":12},{"source":180,"target":127},{"source":176,"target":89},{"source":176,"target":181},{"source":176,"target":12},{"source":181,"target":89},{"source":177,"target":3},{"source":177,"target":182},{"source":177,"target":12},{"source":182,"target":3},{"source":178,"target":5},{"source":178,"target":183},{"source":178,"target":12},{"source":183,"target":5},{"source":179,"target":17},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":184},{"source":13,"target":185},{"source":184,"target":14},{"source":184,"target":186},{"source":184,"target":13},{"source":186,"target":14},{"source":185,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":187},{"source":187,"target":1},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":188},{"source":15,"target":189},{"source":188,"target":48},{"source":188,"target":190},{"source":188,"target":15},{"source":190,"target":48},{"source":189,"target":12},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":191},{"source":16,"target":192},{"source":16,"target":193},{"source":16,"target":194},{"source":191,"target":127},{"source":191,"target":195},{"source":191,"target":16},{"source":195,"target":127},{"source":192,"target":89},{"source":192,"target":196},{"source":192,"target":16},{"source":196,"target":89},{"source":193,"target":13},{"source":193,"target":197},{"source":193,"target":16},{"source":197,"target":13},{"source":194,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":198},{"source":17,"target":199},{"source":17,"target":200},{"source":17,"target":201},{"source":198,"target":6},{"source":198,"target":202},{"source":198,"target":17},{"source":202,"target":6},{"source":199,"target":6},{"source":199,"target":203},{"source":199,"target":17},{"source":203,"target":6},{"source":200,"target":6},{"source":200,"target":204},{"source":200,"target":17},{"source":204,"target":6},{"source":201,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":205},{"source":18,"target":206},{"source":18,"target":207},{"source":18,"target":208},{"source":18,"target":209},{"source":205,"target":6},{"source":205,"target":210},{"source":205,"target":18},{"source":210,"target":6},{"source":206,"target":6},{"source":206,"target":211},{"source":206,"target":18},{"source":211,"target":6},{"source":207,"target":127},{"source":207,"target":212},{"source":207,"target":18},{"source":212,"target":127},{"source":208,"target":4},{"source":208,"target":213},{"source":208,"target":18},{"source":213,"target":4},{"source":209,"target":17},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":214},{"source":19,"target":215},{"source":214,"target":48},{"source":214,"target":216},{"source":214,"target":19},{"source":216,"target":48},{"source":215,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":217},{"source":20,"target":218},{"source":217,"target":24},{"source":217,"target":219},{"source":217,"target":20},{"source":219,"target":24},{"source":218,"target":14},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":220},{"source":220,"target":19},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":221},{"source":22,"target":222},{"source":22,"target":223},{"source":22,"target":224},{"source":22,"target":225},{"source":22,"target":226},{"source":22,"target":227},{"source":221,"target":48},{"source":221,"target":228},{"source":221,"target":22},{"source":228,"target":48},{"source":222,"target":127},{"source":222,"target":229},{"source":222,"target":22},{"source":229,"target":127},{"source":223,"target":6},{"source":223,"target":230},{"source":223,"target":22},{"source":230,"target":6},{"source":224,"target":6},{"source":224,"target":231},{"source":224,"target":22},{"source":231,"target":6},{"source":225,"target":6},{"source":225,"target":232},{"source":225,"target":22},{"source":232,"target":6},{"source":226,"target":6},{"source":226,"target":233},{"source":226,"target":22},{"source":233,"target":6},{"source":227,"target":12},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":234},{"source":234,"target":19},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":235},{"source":24,"target":236},{"source":24,"target":237},{"source":24,"target":238},{"source":24,"target":239},{"source":235,"target":89},{"source":235,"target":240},{"source":235,"target":24},{"source":240,"target":89},{"source":236,"target":6},{"source":236,"target":241},{"source":236,"target":24},{"source":241,"target":6},{"source":237,"target":5},{"source":237,"target":242},{"source":237,"target":24},{"source":242,"target":5},{"source":238,"target":14},{"source":238,"target":243},{"source":238,"target":24},{"source":243,"target":14},{"source":239,"target":1},{"source":25,"target":0},{"source":25,"target":27},{"source":25,"target":244},{"source":25,"target":245},{"source":25,"target":246},{"source":25,"target":247},{"source":244,"target":6},{"source":244,"target":248},{"source":244,"target":25},{"source":248,"target":6},{"source":245,"target":127},{"source":245,"target":249},{"source":245,"target":25},{"source":249,"target":127},{"source":246,"target":127},{"source":246,"target":250},{"source":246,"target":25},{"source":250,"target":127},{"source":247,"target":27},{"source":26,"target":0},{"source":26,"target":27},{"source":26,"target":251},{"source":251,"target":27},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":252},{"source":27,"target":253},{"source":27,"target":254},{"source":27,"target":255},{"source":252,"target":6},{"source":252,"target":256},{"source":252,"target":27},{"source":256,"target":6},{"source":253,"target":6},{"source":253,"target":257},{"source":253,"target":27},{"source":257,"target":6},{"source":254,"target":6},{"source":254,"target":258},{"source":254,"target":27},{"source":258,"target":6},{"source":255,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":259},{"source":28,"target":260},{"source":259,"target":127},{"source":259,"target":261},{"source":259,"target":28},{"source":261,"target":127},{"source":260,"target":24},{"source":29,"target":0},{"source":29,"target":32},{"source":29,"target":262},{"source":29,"target":263},{"source":29,"target":264},{"source":29,"target":265},{"source":262,"target":6},{"source":262,"target":266},{"source":262,"target":29},{"source":266,"target":6},{"source":263,"target":6},{"source":263,"target":267},{"source":263,"target":29},{"source":267,"target":6},{"source":264,"target":127},{"source":264,"target":268},{"source":264,"target":29},{"source":268,"target":127},{"source":265,"target":32},{"source":30,"target":0},{"source":30,"target":32},{"source":30,"target":269},{"source":30,"target":270},{"source":269,"target":127},{"source":269,"target":271},{"source":269,"target":30},{"source":271,"target":127},{"source":270,"target":32},{"source":31,"target":0},{"source":31,"target":32},{"source":31,"target":272},{"source":31,"target":273},{"source":272,"target":24},{"source":272,"target":274},{"source":272,"target":31},{"source":274,"target":24},{"source":273,"target":32},{"source":32,"target":0},{"source":32,"target":1},{"source":32,"target":275},{"source":275,"target":1},{"source":33,"target":0},{"source":33,"target":43},{"source":33,"target":276},{"source":276,"target":43},{"source":34,"target":0},{"source":34,"target":1},{"source":34,"target":277},{"source":34,"target":278},{"source":34,"target":279},{"source":277,"target":3},{"source":277,"target":280},{"source":277,"target":34},{"source":280,"target":3},{"source":278,"target":48},{"source":278,"target":281},{"source":278,"target":34},{"source":281,"target":48},{"source":279,"target":1},{"source":35,"target":0},{"source":35,"target":47},{"source":35,"target":282},{"source":35,"target":283},{"source":282,"target":127},{"source":282,"target":284},{"source":282,"target":35},{"source":284,"target":127},{"source":283,"target":47},{"source":36,"target":0},{"source":36,"target":43},{"source":36,"target":285},{"source":36,"target":286},{"source":36,"target":287},{"source":285,"target":132},{"source":285,"target":288},{"source":285,"target":36},{"source":288,"target":132},{"source":286,"target":127},{"source":286,"target":289},{"source":286,"target":36},{"source":289,"target":127},{"source":287,"target":43},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":290},{"source":290,"target":35},{"source":38,"target":0},{"source":38,"target":50},{"source":38,"target":291},{"source":38,"target":292},{"source":291,"target":127},{"source":291,"target":293},{"source":291,"target":38},{"source":293,"target":127},{"source":292,"target":50},{"source":39,"target":0},{"source":39,"target":47},{"source":39,"target":294},{"source":39,"target":295},{"source":39,"target":296},{"source":39,"target":297},{"source":39,"target":298},{"source":294,"target":3},{"source":294,"target":299},{"source":294,"target":39},{"source":299,"target":3},{"source":295,"target":127},{"source":295,"target":300},{"source":295,"target":39},{"source":300,"target":127},{"source":296,"target":127},{"source":296,"target":301},{"source":296,"target":39},{"source":301,"target":127},{"source":297,"target":127},{"source":297,"target":302},{"source":297,"target":39},{"source":302,"target":127},{"source":298,"target":47},{"source":40,"target":0},{"source":40,"target":35},{"source":40,"target":303},{"source":40,"target":304},{"source":40,"target":305},{"source":40,"target":306},{"source":303,"target":46},{"source":303,"target":307},{"source":303,"target":40},{"source":307,"target":46},{"source":304,"target":127},{"source":304,"target":308},{"source":304,"target":40},{"source":308,"target":127},{"source":305,"target":127},{"source":305,"target":309},{"source":305,"target":40},{"source":309,"target":127},{"source":306,"target":35},{"source":41,"target":0},{"source":41,"target":50},{"source":41,"target":310},{"source":41,"target":311},{"source":41,"target":312},{"source":310,"target":42},{"source":310,"target":313},{"source":310,"target":41},{"source":313,"target":42},{"source":311,"target":48},{"source":311,"target":314},{"source":311,"target":41},{"source":314,"target":48},{"source":312,"target":50},{"source":42,"target":0},{"source":42,"target":1},{"source":42,"target":315},{"source":42,"target":316},{"source":42,"target":317},{"source":315,"target":127},{"source":315,"target":318},{"source":315,"target":42},{"source":318,"target":127},{"source":316,"target":48},{"source":316,"target":319},{"source":316,"target":42},{"source":319,"target":48},{"source":317,"target":1},{"source":43,"target":0},{"source":43,"target":50},{"source":43,"target":320},{"source":43,"target":321},{"source":320,"target":44},{"source":320,"target":322},{"source":320,"target":43},{"source":322,"target":44},{"source":321,"target":50},{"source":44,"target":0},{"source":44,"target":8},{"source":44,"target":323},{"source":44,"target":324},{"source":323,"target":11},{"source":323,"target":325},{"source":323,"target":44},{"source":325,"target":11},{"source":324,"target":8},{"source":45,"target":0},{"source":45,"target":50},{"source":45,"target":326},{"source":45,"target":327},{"source":326,"target":44},{"source":326,"target":328},{"source":326,"target":45},{"source":328,"target":44},{"source":327,"target":50},{"source":46,"target":0},{"source":46,"target":50},{"source":46,"target":329},{"source":46,"target":330},{"source":46,"target":331},{"source":46,"target":332},{"source":329,"target":6},{"source":329,"target":333},{"source":329,"target":46},{"source":333,"target":6},{"source":330,"target":4},{"source":330,"target":334},{"source":330,"target":46},{"source":334,"target":4},{"source":331,"target":127},{"source":331,"target":335},{"source":331,"target":46},{"source":335,"target":127},{"source":332,"target":50},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":336},{"source":47,"target":337},{"source":336,"target":48},{"source":336,"target":338},{"source":336,"target":47},{"source":338,"target":48},{"source":337,"target":45},{"source":48,"target":0},{"source":48,"target":50},{"source":48,"target":339},{"source":48,"target":340},{"source":339,"target":50},{"source":339,"target":341},{"source":339,"target":48},{"source":341,"target":50},{"source":340,"target":50},{"source":49,"target":0},{"source":49,"target":50},{"source":49,"target":342},{"source":49,"target":343},{"source":342,"target":24},{"source":342,"target":344},{"source":342,"target":49},{"source":344,"target":24},{"source":343,"target":50},{"source":50,"target":0},{"source":50,"target":1},{"source":50,"target":345},{"source":345,"target":1},{"source":51,"target":0},{"source":51,"target":50},{"source":51,"target":346},{"source":51,"target":347},{"source":346,"target":48},{"source":346,"target":348},{"source":346,"target":51},{"source":348,"target":48},{"source":347,"target":50},{"source":52,"target":0},{"source":52,"target":54},{"source":52,"target":349},{"source":52,"target":350},{"source":349,"target":127},{"source":349,"target":351},{"source":349,"target":52},{"source":351,"target":127},{"source":350,"target":54},{"source":53,"target":0},{"source":53,"target":54},{"source":53,"target":352},{"source":352,"target":54},{"source":54,"target":0},{"source":54,"target":1},{"source":54,"target":353},{"source":54,"target":354},{"source":353,"target":48},{"source":353,"target":355},{"source":353,"target":54},{"source":355,"target":48},{"source":354,"target":1},{"source":55,"target":0},{"source":55,"target":45},{"source":55,"target":356},{"source":55,"target":357},{"source":55,"target":358},{"source":356,"target":127},{"source":356,"target":359},{"source":356,"target":55},{"source":359,"target":127},{"source":357,"target":54},{"source":357,"target":360},{"source":357,"target":55},{"source":360,"target":54},{"source":358,"target":45},{"source":56,"target":0},{"source":56,"target":51},{"source":56,"target":361},{"source":56,"target":362},{"source":361,"target":127},{"source":361,"target":363},{"source":361,"target":56},{"source":363,"target":127},{"source":362,"target":51},{"source":57,"target":0},{"source":57,"target":50},{"source":57,"target":364},{"source":57,"target":365},{"source":364,"target":127},{"source":364,"target":366},{"source":364,"target":57},{"source":366,"target":127},{"source":365,"target":50},{"source":58,"target":0},{"source":58,"target":51},{"source":58,"target":367},{"source":58,"target":368},{"source":58,"target":369},{"source":367,"target":48},{"source":367,"target":370},{"source":367,"target":58},{"source":370,"target":48},{"source":368,"target":34},{"source":368,"target":371},{"source":368,"target":58},{"source":371,"target":34},{"source":369,"target":51},{"source":59,"target":0},{"source":59,"target":35},{"source":59,"target":372},{"source":372,"target":35},{"source":60,"target":0},{"source":60,"target":127},{"source":60,"target":373},{"source":60,"target":374},{"source":60,"target":375},{"source":373,"target":127},{"source":373,"target":376},{"source":373,"target":60},{"source":376,"target":127},{"source":374,"target":127},{"source":374,"target":377},{"source":374,"target":60},{"source":377,"target":127},{"source":375,"target":127},{"source":61,"target":0},{"source":61,"target":127},{"source":61,"target":378},{"source":61,"target":379},{"source":61,"target":380},{"source":378,"target":127},{"source":378,"target":381},{"source":378,"target":61},{"source":381,"target":127},{"source":379,"target":127},{"source":379,"target":382},{"source":379,"target":61},{"source":382,"target":127},{"source":380,"target":127},{"source":62,"target":0},{"source":62,"target":127},{"source":62,"target":383},{"source":62,"target":384},{"source":62,"target":385},{"source":383,"target":127},{"source":383,"target":386},{"source":383,"target":62},{"source":386,"target":127},{"source":384,"target":127},{"source":384,"target":387},{"source":384,"target":62},{"source":387,"target":127},{"source":385,"target":127},{"source":63,"target":0},{"source":63,"target":127},{"source":63,"target":388},{"source":63,"target":389},{"source":388,"target":127},{"source":388,"target":390},{"source":388,"target":63},{"source":390,"target":127},{"source":389,"target":127},{"source":64,"target":0},{"source":64,"target":65},{"source":64,"target":391},{"source":391,"target":65},{"source":65,"target":0},{"source":65,"target":127},{"source":65,"target":392},{"source":65,"target":393},{"source":65,"target":394},{"source":392,"target":127},{"source":392,"target":395},{"source":392,"target":65},{"source":395,"target":127},{"source":393,"target":127},{"source":393,"target":396},{"source":393,"target":65},{"source":396,"target":127},{"source":394,"target":127},{"source":66,"target":0},{"source":66,"target":127},{"source":66,"target":397},{"source":66,"target":398},{"source":66,"target":399},{"source":397,"target":127},{"source":397,"target":400},{"source":397,"target":66},{"source":400,"target":127},{"source":398,"target":127},{"source":398,"target":401},{"source":398,"target":66},{"source":401,"target":127},{"source":399,"target":127},{"source":67,"target":0},{"source":67,"target":65},{"source":67,"target":402},{"source":402,"target":65},{"source":68,"target":0},{"source":68,"target":66},{"source":68,"target":403},{"source":403,"target":66},{"source":69,"target":0},{"source":69,"target":124},{"source":69,"target":404},{"source":404,"target":124},{"source":70,"target":0},{"source":70,"target":65},{"source":70,"target":405},{"source":405,"target":65},{"source":71,"target":0},{"source":71,"target":66},{"source":71,"target":406},{"source":406,"target":66},{"source":72,"target":0},{"source":72,"target":65},{"source":72,"target":407},{"source":407,"target":65},{"source":73,"target":0},{"source":73,"target":66},{"source":73,"target":408},{"source":408,"target":66},{"source":74,"target":0},{"source":74,"target":97},{"source":74,"target":409},{"source":409,"target":97},{"source":75,"target":0},{"source":75,"target":77},{"source":75,"target":410},{"source":410,"target":77},{"source":76,"target":0},{"source":76,"target":97},{"source":76,"target":411},{"source":411,"target":97},{"source":77,"target":0},{"source":77,"target":127},{"source":77,"target":412},{"source":77,"target":413},{"source":77,"target":414},{"source":412,"target":127},{"source":412,"target":415},{"source":412,"target":77},{"source":415,"target":127},{"source":413,"target":127},{"source":413,"target":416},{"source":413,"target":77},{"source":416,"target":127},{"source":414,"target":127},{"source":78,"target":0},{"source":78,"target":66},{"source":78,"target":417},{"source":417,"target":66},{"source":79,"target":0},{"source":79,"target":127},{"source":79,"target":418},{"source":79,"target":419},{"source":79,"target":420},{"source":79,"target":421},{"source":418,"target":127},{"source":418,"target":422},{"source":418,"target":79},{"source":422,"target":127},{"source":419,"target":127},{"source":419,"target":423},{"source":419,"target":79},{"source":423,"target":127},{"source":420,"target":127},{"source":420,"target":424},{"source":420,"target":79},{"source":424,"target":127},{"source":421,"target":127},{"source":80,"target":0},{"source":80,"target":66},{"source":80,"target":425},{"source":425,"target":66},{"source":81,"target":0},{"source":81,"target":65},{"source":81,"target":426},{"source":426,"target":65},{"source":82,"target":0},{"source":82,"target":83},{"source":82,"target":427},{"source":427,"target":83},{"source":83,"target":0},{"source":83,"target":127},{"source":83,"target":428},{"source":83,"target":429},{"source":83,"target":430},{"source":428,"target":127},{"source":428,"target":431},{"source":428,"target":83},{"source":431,"target":127},{"source":429,"target":127},{"source":429,"target":432},{"source":429,"target":83},{"source":432,"target":127},{"source":430,"target":127},{"source":84,"target":0},{"source":84,"target":97},{"source":84,"target":433},{"source":433,"target":97},{"source":85,"target":0},{"source":85,"target":66},{"source":85,"target":434},{"source":434,"target":66},{"source":86,"target":0},{"source":86,"target":97},{"source":86,"target":435},{"source":435,"target":97},{"source":87,"target":0},{"source":87,"target":66},{"source":87,"target":436},{"source":436,"target":66},{"source":88,"target":0},{"source":88,"target":66},{"source":88,"target":437},{"source":437,"target":66},{"source":89,"target":0},{"source":89,"target":127},{"source":89,"target":438},{"source":89,"target":439},{"source":89,"target":440},{"source":89,"target":441},{"source":438,"target":11},{"source":438,"target":442},{"source":438,"target":89},{"source":442,"target":11},{"source":439,"target":11},{"source":439,"target":443},{"source":439,"target":89},{"source":443,"target":11},{"source":440,"target":11},{"source":440,"target":444},{"source":440,"target":89},{"source":444,"target":11},{"source":441,"target":127},{"source":90,"target":0},{"source":90,"target":127},{"source":90,"target":445},{"source":90,"target":446},{"source":445,"target":127},{"source":445,"target":447},{"source":445,"target":90},{"source":447,"target":127},{"source":446,"target":127},{"source":91,"target":0},{"source":91,"target":97},{"source":91,"target":448},{"source":448,"target":97},{"source":92,"target":0},{"source":92,"target":77},{"source":92,"target":449},{"source":449,"target":77},{"source":93,"target":0},{"source":93,"target":65},{"source":93,"target":450},{"source":450,"target":65},{"source":94,"target":0},{"source":94,"target":119},{"source":94,"target":451},{"source":451,"target":119},{"source":95,"target":0},{"source":95,"target":66},{"source":95,"target":452},{"source":452,"target":66},{"source":96,"target":0},{"source":96,"target":66},{"source":96,"target":453},{"source":453,"target":66},{"source":97,"target":0},{"source":97,"target":127},{"source":97,"target":454},{"source":97,"target":455},{"source":454,"target":11},{"source":454,"target":456},{"source":454,"target":97},{"source":456,"target":11},{"source":455,"target":127},{"source":98,"target":0},{"source":98,"target":124},{"source":98,"target":457},{"source":457,"target":124},{"source":99,"target":0},{"source":99,"target":97},{"source":99,"target":458},{"source":458,"target":97},{"source":100,"target":0},{"source":100,"target":65},{"source":100,"target":459},{"source":459,"target":65},{"source":101,"target":0},{"source":101,"target":127},{"source":101,"target":460},{"source":101,"target":461},{"source":101,"target":462},{"source":460,"target":127},{"source":460,"target":463},{"source":460,"target":101},{"source":463,"target":127},{"source":461,"target":127},{"source":461,"target":464},{"source":461,"target":101},{"source":464,"target":127},{"source":462,"target":127},{"source":102,"target":0},{"source":102,"target":127},{"source":102,"target":465},{"source":102,"target":466},{"source":465,"target":127},{"source":465,"target":467},{"source":465,"target":102},{"source":467,"target":127},{"source":466,"target":127},{"source":103,"target":0},{"source":103,"target":65},{"source":103,"target":468},{"source":468,"target":65},{"source":104,"target":0},{"source":104,"target":127},{"source":104,"target":469},{"source":104,"target":470},{"source":104,"target":471},{"source":104,"target":472},{"source":104,"target":473},{"source":469,"target":127},{"source":469,"target":474},{"source":469,"target":104},{"source":474,"target":127},{"source":470,"target":127},{"source":470,"target":475},{"source":470,"target":104},{"source":475,"target":127},{"source":471,"target":13},{"source":471,"target":476},{"source":471,"target":104},{"source":476,"target":13},{"source":472,"target":63},{"source":472,"target":477},{"source":472,"target":104},{"source":477,"target":63},{"source":473,"target":127},{"source":105,"target":0},{"source":105,"target":66},{"source":105,"target":478},{"source":478,"target":66},{"source":106,"target":0},{"source":106,"target":97},{"source":106,"target":479},{"source":479,"target":97},{"source":107,"target":0},{"source":107,"target":65},{"source":107,"target":480},{"source":480,"target":65},{"source":108,"target":0},{"source":108,"target":127},{"source":108,"target":481},{"source":108,"target":482},{"source":481,"target":127},{"source":481,"target":483},{"source":481,"target":108},{"source":483,"target":127},{"source":482,"target":127},{"source":109,"target":0},{"source":109,"target":124},{"source":109,"target":484},{"source":484,"target":124},{"source":110,"target":0},{"source":110,"target":124},{"source":110,"target":485},{"source":485,"target":124},{"source":111,"target":0},{"source":111,"target":124},{"source":111,"target":486},{"source":486,"target":124},{"source":112,"target":0},{"source":112,"target":124},{"source":112,"target":487},{"source":487,"target":124},{"source":113,"target":0},{"source":113,"target":127},{"source":113,"target":488},{"source":113,"target":489},{"source":488,"target":11},{"source":488,"target":490},{"source":488,"target":113},{"source":490,"target":11},{"source":489,"target":127},{"source":114,"target":0},{"source":114,"target":65},{"source":114,"target":491},{"source":491,"target":65},{"source":115,"target":0},{"source":115,"target":83},{"source":115,"target":492},{"source":492,"target":83},{"source":116,"target":0},{"source":116,"target":50},{"source":116,"target":493},{"source":116,"target":494},{"source":493,"target":127},{"source":493,"target":495},{"source":493,"target":116},{"source":495,"target":127},{"source":494,"target":50},{"source":117,"target":0},{"source":117,"target":65},{"source":117,"target":496},{"source":496,"target":65},{"source":118,"target":0},{"source":118,"target":119},{"source":118,"target":497},{"source":497,"target":119},{"source":119,"target":0},{"source":119,"target":127},{"source":119,"target":498},{"source":119,"target":499},{"source":119,"target":500},{"source":498,"target":127},{"source":498,"target":501},{"source":498,"target":119},{"source":501,"target":127},{"source":499,"target":127},{"source":499,"target":502},{"source":499,"target":119},{"source":502,"target":127},{"source":500,"target":127},{"source":120,"target":0},{"source":120,"target":97},{"source":120,"target":503},{"source":503,"target":97},{"source":121,"target":0},{"source":121,"target":127},{"source":121,"target":504},{"source":121,"target":505},{"source":504,"target":11},{"source":504,"target":506},{"source":504,"target":121},{"source":506,"target":11},{"source":505,"target":127},{"source":122,"target":0},{"source":122,"target":127},{"source":122,"target":507},{"source":122,"target":508},{"source":507,"target":11},{"source":507,"target":509},{"source":507,"target":122},{"source":509,"target":11},{"source":508,"target":127},{"source":123,"target":0},{"source":123,"target":124},{"source":123,"target":510},{"source":510,"target":124},{"source":124,"target":0},{"source":124,"target":127},{"source":124,"target":511},{"source":124,"target":512},{"source":511,"target":127},{"source":511,"target":513},{"source":511,"target":124},{"source":513,"target":127},{"source":512,"target":127},{"source":125,"target":0},{"source":125,"target":124},{"source":125,"target":514},{"source":514,"target":124},{"source":126,"target":0},{"source":126,"target":65},{"source":126,"target":515},{"source":515,"target":65},{"source":127,"target":0},{"source":127,"target":1},{"source":127,"target":516},{"source":516,"target":1},{"source":128,"target":0},{"source":128,"target":119},{"source":128,"target":517},{"source":517,"target":119},{"source":129,"target":0},{"source":129,"target":1},{"source":129,"target":518},{"source":129,"target":519},{"source":518,"target":89},{"source":518,"target":520},{"source":518,"target":129},{"source":520,"target":89},{"source":519,"target":1},{"source":130,"target":0},{"source":130,"target":50},{"source":130,"target":521},{"source":130,"target":522},{"source":130,"target":523},{"source":521,"target":127},{"source":521,"target":524},{"source":521,"target":130},{"source":524,"target":127},{"source":522,"target":127},{"source":522,"target":525},{"source":522,"target":130},{"source":525,"target":127},{"source":523,"target":50},{"source":131,"target":0},{"source":131,"target":127},{"source":131,"target":526},{"source":131,"target":527},{"source":131,"target":528},{"source":526,"target":127},{"source":526,"target":529},{"source":526,"target":131},{"source":529,"target":127},{"source":527,"target":127},{"source":527,"target":530},{"source":527,"target":131},{"source":530,"target":127},{"source":528,"target":127},{"source":132,"target":0},{"source":132,"target":8},{"source":132,"target":531},{"source":531,"target":8},{"source":133,"target":0},{"source":133,"target":127},{"source":133,"target":532},{"source":133,"target":533},{"source":133,"target":534},{"source":532,"target":127},{"source":532,"target":535},{"source":532,"target":133},{"source":535,"target":127},{"source":533,"target":127},{"source":533,"target":536},{"source":533,"target":133},{"source":536,"target":127},{"source":534,"target":127},{"source":134,"target":0},{"source":134,"target":50},{"source":134,"target":537},{"source":537,"target":50},{"source":135,"target":0},{"source":135,"target":24},{"source":135,"target":538},{"source":538,"target":24}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2012, 2013, 2015 - 2017 Profactor GmbH, fortiss GmbH
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
Contributors:
Gerhard Ebenhofer, Alois Zoitl, Gerd Kainz
- initial API and implementation and/or initial documentation
-->
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="monitoring" nsURI="org.eclipse.fordiac" nsPrefix="monitoring">
<eClassifiers xsi:type="ecore:EClass" name="MonitoringBaseElement" abstract="true"
eSuperTypes="#//IEditPartCreator">
<eOperations name="getPortString" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="String hierarchy = ""; 
		for (String element : getPort().getHierarchy()) {
			hierarchy += element; 
			hierarchy += "."; 
		}
		
		String adapter = "";
		if (getPort().getInterfaceElement().eContainer().eContainer() instanceof AdapterFB) {
			adapter += ((PortElementImpl)getPort().eContainer()).getInterfaceElement().getName();
			adapter += ".";
		}
		
		return hierarchy + getPort().getFb().getName() + "." +
				adapter + getPort().getInterfaceElement().getName();"/>
</eAnnotations>
</eOperations>
<eOperations name="getResourceString" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return getPort().getResource().getName();"/>
</eAnnotations>
</eOperations>
<eOperations name="getFBString" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return getPort().getFb().getName();"/>
</eAnnotations>
</eOperations>
<eOperations name="getQualifiedString" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="String hierarchy = ""; 
for (String element : getPort().getHierarchy()) {
	hierarchy += element; 
	hierarchy += "."; 
}

String adapter = "";
if (getPort().getInterfaceElement().eContainer().eContainer() instanceof AdapterFB) {
	adapter += ((PortElementImpl)getPort().eContainer()).getInterfaceElement().getName();
	adapter += ".";
}

return hierarchy + getPort().getFb().getName() + "." +
		adapter + getPort().getInterfaceElement().getName();"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="#//PortElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="offline" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MonitoringElement" eSuperTypes="#//MonitoringBaseElement">
<eOperations name="forceValue">
<eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="force" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forceValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="breakpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="breakpointActive" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="breakpointCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="currentValue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sec" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="usec" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MonitoringAdapterElement" eSuperTypes="#//MonitoringBaseElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//MonitoringElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="monitoredAdapterFB" eType="ecore:EClass ../../org.eclipse.fordiac.ide.model/model/lib.ecore#//AdapterFB"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Breakpoints">
<eStructuralFeatures xsi:type="ecore:EReference" name="breakpoints" upperBound="-1"
eType="#//MonitoringElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IEditPartCreator" instanceClassName="org.eclipse.fordiac.ide.gef.IEditPartCreator"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="PortElement">
<eOperations name="getPortString" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="		String hierarchy = ""; 
		for (String element : getHierarchy()) {
			hierarchy += element; 
			hierarchy += "."; 
		}

		String adapter = "";
		if (interfaceElement.eContainer().eContainer() instanceof AdapterFB) {
			adapter += ((PortElementImpl)eContainer()).interfaceElement.getName();
			adapter += ".";
		}

		return device.getName() + "."
				+ resource.getName() + "." + hierarchy + fb.getName() + "."
				+ adapter + interfaceElement.getName();"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="fb" eType="ecore:EClass ../../org.eclipse.fordiac.ide.model/model/lib.ecore#//FB"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaceElement" eType="ecore:EClass ../../org.eclipse.fordiac.ide.model/model/lib.ecore#//IInterfaceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resource" eType="ecore:EClass ../../org.eclipse.fordiac.ide.model/model/lib.ecore#//Resource"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="device" eType="ecore:EClass ../../org.eclipse.fordiac.ide.model/model/lib.ecore#//Device"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="system" eType="ecore:EClass ../../org.eclipse.fordiac.ide.model/model/lib.ecore#//AutomationSystem"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchy" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdapterPortElement" eSuperTypes="#//PortElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="#//PortElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AdapterMonitoringEvent" eSuperTypes="#//IEditPartCreator ../../org.eclipse.fordiac.ide.model/model/lib.ecore#//Event"/>
<eClassifiers xsi:type="ecore:EClass" name="AdapterMonitoringVarDeclaration" eSuperTypes="#//IEditPartCreator ../../org.eclipse.fordiac.ide.model/model/lib.ecore#//VarDeclaration"/>
</ecore:EPackage>
| github:ecore:/data/ThomasKurz/4DIAC/plugins/org.eclipse.fordiac.ide.monitoring/model/monitoring.ecore | ecore | monitoring
MonitoringBaseElement
getPortString
getResourceString
getFBString
getQualifiedString
port
offline
true
MonitoringElement
forceValue
value
force
false
forceValue
breakpoint
breakpointActive
breakpointCondition
currentValue
sec
usec
MonitoringAdapterElement
elements
monitoredAdapterFB
Breakpoints
breakpoints
IEditPartCreator
org.eclipse.fordiac.ide.gef.IEditPartCreator
org.eclipse.fordiac.ide.gef.IEditPartCreator
PortElement
getPortString
fb
interfaceElement
resource
device
system
hierarchy
AdapterPortElement
ports
AdapterMonitoringEvent
AdapterMonitoringVarDeclaration | null | {"directed":true,"nodes":[{"nsPrefix":"monitoring","nsURI":"org.eclipse.fordiac","name":"monitoring","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MonitoringBaseElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MonitoringElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MonitoringAdapterElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Breakpoints","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.fordiac.ide.gef.IEditPartCreator","defaultValue":null,"instanceClassName":"org.eclipse.fordiac.ide.gef.IEditPartCreator","name":"IEditPartCreator","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdapterPortElement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdapterMonitoringEvent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdapterMonitoringVarDeclaration","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortString","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getResourceString","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFBString","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getQualifiedString","lowerBound":0,"id":13,"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":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"offline","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceValue","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"force","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":"forceValue","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"breakpoint","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"breakpointActive","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":"breakpointCondition","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":"currentValue","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":"sec","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":"usec","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"monitoredAdapterFB","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":"breakpoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPortString","lowerBound":0,"id":50,"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":"fb","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfaceElement","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":"resource","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":"device","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"system","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"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":"hierarchy","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"},{"container":false,"ordered":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":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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":5},{"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":10,"target":17},{"source":10,"target":1},{"source":11,"target":18},{"source":11,"target":1},{"source":12,"target":19},{"source":12,"target":1},{"source":13,"target":20},{"source":13,"target":1},{"source":14,"target":6},{"source":14,"target":21},{"source":14,"target":1},{"source":21,"target":6},{"source":15,"target":22},{"source":15,"target":1},{"source":16,"target":5},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":23,"target":2},{"source":23,"target":33},{"source":33,"target":34},{"source":33,"target":23},{"source":24,"target":35},{"source":24,"target":2},{"source":25,"target":36},{"source":25,"target":2},{"source":26,"target":37},{"source":26,"target":2},{"source":27,"target":38},{"source":27,"target":2},{"source":28,"target":39},{"source":28,"target":2},{"source":29,"target":40},{"source":29,"target":2},{"source":30,"target":41},{"source":30,"target":2},{"source":31,"target":42},{"source":31,"target":2},{"source":32,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":43,"target":2},{"source":43,"target":46},{"source":43,"target":3},{"source":46,"target":2},{"source":44,"target":47},{"source":44,"target":3},{"source":45,"target":1},{"source":4,"target":0},{"source":4,"target":48},{"source":48,"target":2},{"source":48,"target":49},{"source":48,"target":4},{"source":49,"target":2},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":50,"target":57},{"source":50,"target":6},{"source":51,"target":58},{"source":51,"target":6},{"source":52,"target":59},{"source":52,"target":6},{"source":53,"target":60},{"source":53,"target":6},{"source":54,"target":61},{"source":54,"target":6},{"source":55,"target":62},{"source":55,"target":6},{"source":56,"target":63},{"source":56,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":64},{"source":7,"target":65},{"source":64,"target":6},{"source":64,"target":66},{"source":64,"target":7},{"source":66,"target":6},{"source":65,"target":6},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":67},{"source":8,"target":68},{"source":67,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":69},{"source":9,"target":70},{"source":69,"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="scxml" nsURI="http:///scxml.ecore" nsPrefix="scxml">
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="datamodel" upperBound="-1"
eType="#//DataModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1"
eType="#//Transition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onentry" upperBound="-1"
eType="#//OnEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onexit" upperBound="-1"
eType="#//OnExit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" eType="#//InitialState"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="final" upperBound="-1"
eType="#//FinalState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parallel" upperBound="-1"
eType="#//Parallel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="history" upperBound="-1"
eType="#//HistoryState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anchor" upperBound="-1"
eType="#//Anchor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invoke" upperBound="-1"
eType="#//Invoke" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//NamedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//NamedElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cond" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anchor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assign">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceTemplate">
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1"
eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1"
eType="#//State" 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="xmlns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="profile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exmode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" eType="#//InitialState"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="final" upperBound="-1"
eType="#//FinalState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parallel" upperBound="-1"
eType="#//Parallel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datamodel" upperBound="-1"
eType="#//DataModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OnEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assign" upperBound="-1"
eType="#//Assign" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cancel" upperBound="-1"
eType="#//Cancel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="if" upperBound="-1" eType="#//If"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="log" upperBound="-1" eType="#//Log"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1"
eType="#//Param" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="raise" upperBound="-1"
eType="#//Raise" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="send" upperBound="-1" eType="#//Send"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validate" upperBound="-1"
eType="#//Validate" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OnExit">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assign" upperBound="-1"
eType="#//Assign" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cancel" upperBound="-1"
eType="#//Cancel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="if" upperBound="-1" eType="#//If"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="log" upperBound="-1" eType="#//Log"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1"
eType="#//Param" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="raise" upperBound="-1"
eType="#//Raise" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="send" upperBound="-1" eType="#//Send"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validate" upperBound="-1"
eType="#//Validate" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onentry" upperBound="-1"
eType="#//OnEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onexit" upperBound="-1"
eType="#//OnExit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="donedata" eType="#//Donedata"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parallel" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onentry" upperBound="-1"
eType="#//OnEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onexit" upperBound="-1"
eType="#//OnExit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parallel" upperBound="-1"
eType="#//Parallel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="history" upperBound="-1"
eType="#//HistoryState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="anchor" upperBound="-1"
eType="#//Anchor" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HistoryState" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Raise">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="If">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cond" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseif" upperBound="-1"
eType="#//ElseIf" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Else" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assign" upperBound="-1"
eType="#//Assign" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cancel" upperBound="-1"
eType="#//Cancel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="if" upperBound="-1" eType="#//If"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="log" upperBound="-1" eType="#//Log"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1"
eType="#//Param" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="raise" upperBound="-1"
eType="#//Raise" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="send" upperBound="-1" eType="#//Send"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validate" upperBound="-1"
eType="#//Validate" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElseIf">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cond" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Else"/>
<eClassifiers xsi:type="ecore:EClass" name="Log">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schema" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" upperBound="-1" eType="#//Data"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Data">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="src" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Content"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Validate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schema" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Param">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Script"/>
<eClassifiers xsi:type="ecore:EClass" name="Anchor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="snapshot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Send">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eventexpr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetexpr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeexpr" 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="idlocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delayexpr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namelist" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hintsexpr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1"
eType="#//Param" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Content"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cancel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sendid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sendidexpr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Content">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="#//Content" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Donedata">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Content"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1"
eType="#//Param" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Invoke">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Content"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1"
eType="#//Param" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeexpr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="src" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="srcexpr" 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="idlocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namelist" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoforward" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalize" eType="#//Finalize"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Finalize">
<eStructuralFeatures xsi:type="ecore:EReference" name="assign" upperBound="-1"
eType="#//Assign" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cancel" upperBound="-1"
eType="#//Cancel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="if" upperBound="-1" eType="#//If"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="log" upperBound="-1" eType="#//Log"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="param" upperBound="-1"
eType="#//Param" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="raise" upperBound="-1"
eType="#//Raise" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="send" upperBound="-1" eType="#//Send"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validate" upperBound="-1"
eType="#//Validate" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/marcofranke/SCXMLEditor/scxml/model/scxml.ecore | ecore | scxml
NamedElement
datamodel
transition
State
id
onentry
onexit
initial
state
final
parallel
history
anchor
invoke
Transition
target
source
event
cond
anchor
Assign
location
dataid
expr
ServiceTemplate
transition
state
name
xmlns
version
profile
exmode
initial
final
parallel
datamodel
script
OnEntry
script
assign
cancel
if
log
param
raise
send
validate
OnExit
script
assign
cancel
if
log
param
raise
send
validate
InitialState
FinalState
id
onentry
onexit
donedata
Parallel
id
onentry
onexit
parallel
state
history
anchor
HistoryState
id
type
Raise
event
If
cond
elseif
else
assign
cancel
if
log
param
raise
send
validate
ElseIf
cond
Else
Log
label
expr
level
DataModel
schema
data
Data
id
src
expr
content
Validate
location
schema
Param
name
expr
Script
Anchor
type
snapshot
Send
event
eventexpr
target
targetexpr
type
typeexpr
id
idlocation
delay
delayexpr
namelist
hints
hintsexpr
param
content
Cancel
sendid
sendidexpr
Content
content
Donedata
content
param
Invoke
content
param
type
typeexpr
src
srcexpr
id
idlocation
namelist
autoforward
finalize
Finalize
assign
cancel
if
log
param
raise
send
validate | null | {"directed":true,"nodes":[{"nsPrefix":"scxml","nsURI":"http:///scxml.ecore","name":"scxml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceTemplate","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnEntry","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnExit","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parallel","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryState","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Raise","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseIf","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Else","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Log","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataModel","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validate","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Param","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Anchor","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Send","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cancel","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Donedata","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invoke","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Finalize","instanceClass":null,"abstract":false,"id":28,"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":"datamodel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onentry","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":"onexit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initial","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":"state","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":"final","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":"parallel","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":"history","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":"anchor","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":"invoke","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"event","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":"cond","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":"anchor","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"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":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":"dataid","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expr","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":"transition","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":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xmlns","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":"version","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":"profile","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":"exmode","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initial","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":"final","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":"parallel","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":"datamodel","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":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"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":"script","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":"assign","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":"cancel","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":"if","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":"log","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":"param","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":"raise","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":"send","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":"validate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assign","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cancel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"if","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":"log","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":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"raise","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"send","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":"validate","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"},{"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":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":"onentry","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":"onexit","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":"donedata","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":"id","changeable":true,"lowerBound":0,"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":"onentry","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":"onexit","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":"parallel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","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":true,"unsettable":false,"transient":false,"unique":true,"name":"history","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":"anchor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"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":"cond","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":false,"unique":true,"name":"elseif","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":"else","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":"assign","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":"cancel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"log","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"raise","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"send","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":"validate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expr","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":"level","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"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":"schema","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"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":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":"schema","changeable":true,"lowerBound":0,"iD":false,"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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expr","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"snapshot","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"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":"event","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":"eventexpr","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":"target","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":"targetexpr","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeexpr","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idlocation","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delay","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delayexpr","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namelist","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hints","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hintsexpr","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"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":"sendid","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":"sendidexpr","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"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":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeexpr","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"srcexpr","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idlocation","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namelist","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"autoforward","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assign","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":"cancel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"log","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":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":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":"raise","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"send","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validate","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"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":29,"target":17},{"source":29,"target":31},{"source":29,"target":1},{"source":31,"target":17},{"source":30,"target":3},{"source":30,"target":32},{"source":30,"target":1},{"source":32,"target":3},{"source":2,"target":0},{"source":2,"target":1},{"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":33,"target":44},{"source":33,"target":2},{"source":34,"target":6},{"source":34,"target":45},{"source":34,"target":2},{"source":45,"target":6},{"source":35,"target":7},{"source":35,"target":46},{"source":35,"target":2},{"source":46,"target":7},{"source":36,"target":8},{"source":36,"target":47},{"source":36,"target":2},{"source":47,"target":8},{"source":37,"target":2},{"source":37,"target":48},{"source":37,"target":2},{"source":48,"target":2},{"source":38,"target":9},{"source":38,"target":49},{"source":38,"target":2},{"source":49,"target":9},{"source":39,"target":10},{"source":39,"target":50},{"source":39,"target":2},{"source":50,"target":10},{"source":40,"target":11},{"source":40,"target":51},{"source":40,"target":2},{"source":51,"target":11},{"source":41,"target":22},{"source":41,"target":52},{"source":41,"target":2},{"source":52,"target":22},{"source":42,"target":27},{"source":42,"target":53},{"source":42,"target":2},{"source":53,"target":27},{"source":43,"target":1},{"source":3,"target":0},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":54,"target":1},{"source":54,"target":59},{"source":54,"target":3},{"source":59,"target":1},{"source":55,"target":1},{"source":55,"target":60},{"source":55,"target":3},{"source":60,"target":1},{"source":56,"target":61},{"source":56,"target":3},{"source":57,"target":62},{"source":57,"target":3},{"source":58,"target":63},{"source":58,"target":3},{"source":4,"target":0},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":64,"target":67},{"source":64,"target":4},{"source":65,"target":68},{"source":65,"target":4},{"source":66,"target":69},{"source":66,"target":4},{"source":5,"target":0},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":70,"target":3},{"source":70,"target":82},{"source":70,"target":5},{"source":82,"target":3},{"source":71,"target":2},{"source":71,"target":83},{"source":71,"target":5},{"source":83,"target":2},{"source":72,"target":84},{"source":72,"target":5},{"source":73,"target":85},{"source":73,"target":5},{"source":74,"target":86},{"source":74,"target":5},{"source":75,"target":87},{"source":75,"target":5},{"source":76,"target":88},{"source":76,"target":5},{"source":77,"target":8},{"source":77,"target":89},{"source":77,"target":5},{"source":89,"target":8},{"source":78,"target":9},{"source":78,"target":90},{"source":78,"target":5},{"source":90,"target":9},{"source":79,"target":10},{"source":79,"target":91},{"source":79,"target":5},{"source":91,"target":10},{"source":80,"target":17},{"source":80,"target":92},{"source":80,"target":5},{"source":92,"target":17},{"source":81,"target":21},{"source":81,"target":93},{"source":81,"target":5},{"source":93,"target":21},{"source":6,"target":0},{"source":6,"target":94},{"source":6,"target":95},{"source":6,"target":96},{"source":6,"target":97},{"source":6,"target":98},{"source":6,"target":99},{"source":6,"target":100},{"source":6,"target":101},{"source":6,"target":102},{"source":94,"target":21},{"source":94,"target":103},{"source":94,"target":6},{"source":103,"target":21},{"source":95,"target":4},{"source":95,"target":104},{"source":95,"target":6},{"source":104,"target":4},{"source":96,"target":24},{"source":96,"target":105},{"source":96,"target":6},{"source":105,"target":24},{"source":97,"target":13},{"source":97,"target":106},{"source":97,"target":6},{"source":106,"target":13},{"source":98,"target":16},{"source":98,"target":107},{"source":98,"target":6},{"source":107,"target":16},{"source":99,"target":20},{"source":99,"target":108},{"source":99,"target":6},{"source":108,"target":20},{"source":100,"target":12},{"source":100,"target":109},{"source":100,"target":6},{"source":109,"target":12},{"source":101,"target":23},{"source":101,"target":110},{"source":101,"target":6},{"source":110,"target":23},{"source":102,"target":19},{"source":102,"target":111},{"source":102,"target":6},{"source":111,"target":19},{"source":7,"target":0},{"source":7,"target":112},{"source":7,"target":113},{"source":7,"target":114},{"source":7,"target":115},{"source":7,"target":116},{"source":7,"target":117},{"source":7,"target":118},{"source":7,"target":119},{"source":7,"target":120},{"source":112,"target":21},{"source":112,"target":121},{"source":112,"target":7},{"source":121,"target":21},{"source":113,"target":4},{"source":113,"target":122},{"source":113,"target":7},{"source":122,"target":4},{"source":114,"target":24},{"source":114,"target":123},{"source":114,"target":7},{"source":123,"target":24},{"source":115,"target":13},{"source":115,"target":124},{"source":115,"target":7},{"source":124,"target":13},{"source":116,"target":16},{"source":116,"target":125},{"source":116,"target":7},{"source":125,"target":16},{"source":117,"target":20},{"source":117,"target":126},{"source":117,"target":7},{"source":126,"target":20},{"source":118,"target":12},{"source":118,"target":127},{"source":118,"target":7},{"source":127,"target":12},{"source":119,"target":23},{"source":119,"target":128},{"source":119,"target":7},{"source":128,"target":23},{"source":120,"target":19},{"source":120,"target":129},{"source":120,"target":7},{"source":129,"target":19},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":130},{"source":130,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":131},{"source":9,"target":132},{"source":9,"target":133},{"source":9,"target":134},{"source":9,"target":135},{"source":131,"target":136},{"source":131,"target":9},{"source":132,"target":6},{"source":132,"target":137},{"source":132,"target":9},{"source":137,"target":6},{"source":133,"target":7},{"source":133,"target":138},{"source":133,"target":9},{"source":138,"target":7},{"source":134,"target":26},{"source":134,"target":139},{"source":134,"target":9},{"source":139,"target":26},{"source":135,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":140},{"source":10,"target":141},{"source":10,"target":142},{"source":10,"target":143},{"source":10,"target":144},{"source":10,"target":145},{"source":10,"target":146},{"source":10,"target":147},{"source":140,"target":148},{"source":140,"target":10},{"source":141,"target":6},{"source":141,"target":149},{"source":141,"target":10},{"source":149,"target":6},{"source":142,"target":7},{"source":142,"target":150},{"source":142,"target":10},{"source":150,"target":7},{"source":143,"target":10},{"source":143,"target":151},{"source":143,"target":10},{"source":151,"target":10},{"source":144,"target":2},{"source":144,"target":152},{"source":144,"target":10},{"source":152,"target":2},{"source":145,"target":11},{"source":145,"target":153},{"source":145,"target":10},{"source":153,"target":11},{"source":146,"target":22},{"source":146,"target":154},{"source":146,"target":10},{"source":154,"target":22},{"source":147,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":155,"target":158},{"source":155,"target":11},{"source":156,"target":159},{"source":156,"target":11},{"source":157,"target":1},{"source":12,"target":0},{"source":12,"target":160},{"source":160,"target":161},{"source":160,"target":12},{"source":13,"target":0},{"source":13,"target":162},{"source":13,"target":163},{"source":13,"target":164},{"source":13,"target":165},{"source":13,"target":166},{"source":13,"target":167},{"source":13,"target":168},{"source":13,"target":169},{"source":13,"target":170},{"source":13,"target":171},{"source":13,"target":172},{"source":162,"target":173},{"source":162,"target":13},{"source":163,"target":14},{"source":163,"target":174},{"source":163,"target":13},{"source":174,"target":14},{"source":164,"target":15},{"source":164,"target":175},{"source":164,"target":13},{"source":175,"target":15},{"source":165,"target":4},{"source":165,"target":176},{"source":165,"target":13},{"source":176,"target":4},{"source":166,"target":24},{"source":166,"target":177},{"source":166,"target":13},{"source":177,"target":24},{"source":167,"target":13},{"source":167,"target":178},{"source":167,"target":13},{"source":178,"target":13},{"source":168,"target":16},{"source":168,"target":179},{"source":168,"target":13},{"source":179,"target":16},{"source":169,"target":20},{"source":169,"target":180},{"source":169,"target":13},{"source":180,"target":20},{"source":170,"target":12},{"source":170,"target":181},{"source":170,"target":13},{"source":181,"target":12},{"source":171,"target":23},{"source":171,"target":182},{"source":171,"target":13},{"source":182,"target":23},{"source":172,"target":19},{"source":172,"target":183},{"source":172,"target":13},{"source":183,"target":19},{"source":14,"target":0},{"source":14,"target":184},{"source":184,"target":185},{"source":184,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":186},{"source":16,"target":187},{"source":16,"target":188},{"source":186,"target":189},{"source":186,"target":16},{"source":187,"target":190},{"source":187,"target":16},{"source":188,"target":191},{"source":188,"target":16},{"source":17,"target":0},{"source":17,"target":192},{"source":17,"target":193},{"source":192,"target":194},{"source":192,"target":17},{"source":193,"target":18},{"source":193,"target":195},{"source":193,"target":17},{"source":195,"target":18},{"source":18,"target":0},{"source":18,"target":196},{"source":18,"target":197},{"source":18,"target":198},{"source":18,"target":199},{"source":196,"target":200},{"source":196,"target":18},{"source":197,"target":201},{"source":197,"target":18},{"source":198,"target":202},{"source":198,"target":18},{"source":199,"target":25},{"source":199,"target":203},{"source":199,"target":18},{"source":203,"target":25},{"source":19,"target":0},{"source":19,"target":204},{"source":19,"target":205},{"source":204,"target":206},{"source":204,"target":19},{"source":205,"target":207},{"source":205,"target":19},{"source":20,"target":0},{"source":20,"target":208},{"source":20,"target":209},{"source":208,"target":210},{"source":208,"target":20},{"source":209,"target":211},{"source":209,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":212},{"source":22,"target":213},{"source":212,"target":214},{"source":212,"target":22},{"source":213,"target":215},{"source":213,"target":22},{"source":23,"target":0},{"source":23,"target":216},{"source":23,"target":217},{"source":23,"target":218},{"source":23,"target":219},{"source":23,"target":220},{"source":23,"target":221},{"source":23,"target":222},{"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":23,"target":229},{"source":23,"target":230},{"source":216,"target":231},{"source":216,"target":23},{"source":217,"target":232},{"source":217,"target":23},{"source":218,"target":233},{"source":218,"target":23},{"source":219,"target":234},{"source":219,"target":23},{"source":220,"target":235},{"source":220,"target":23},{"source":221,"target":236},{"source":221,"target":23},{"source":222,"target":237},{"source":222,"target":23},{"source":223,"target":238},{"source":223,"target":23},{"source":224,"target":239},{"source":224,"target":23},{"source":225,"target":240},{"source":225,"target":23},{"source":226,"target":241},{"source":226,"target":23},{"source":227,"target":242},{"source":227,"target":23},{"source":228,"target":243},{"source":228,"target":23},{"source":229,"target":20},{"source":229,"target":244},{"source":229,"target":23},{"source":244,"target":20},{"source":230,"target":25},{"source":230,"target":245},{"source":230,"target":23},{"source":245,"target":25},{"source":24,"target":0},{"source":24,"target":246},{"source":24,"target":247},{"source":246,"target":248},{"source":246,"target":24},{"source":247,"target":249},{"source":247,"target":24},{"source":25,"target":0},{"source":25,"target":250},{"source":250,"target":25},{"source":250,"target":251},{"source":250,"target":25},{"source":251,"target":25},{"source":26,"target":0},{"source":26,"target":252},{"source":26,"target":253},{"source":252,"target":25},{"source":252,"target":254},{"source":252,"target":26},{"source":254,"target":25},{"source":253,"target":20},{"source":253,"target":255},{"source":253,"target":26},{"source":255,"target":20},{"source":27,"target":0},{"source":27,"target":256},{"source":27,"target":257},{"source":27,"target":258},{"source":27,"target":259},{"source":27,"target":260},{"source":27,"target":261},{"source":27,"target":262},{"source":27,"target":263},{"source":27,"target":264},{"source":27,"target":265},{"source":27,"target":266},{"source":256,"target":25},{"source":256,"target":267},{"source":256,"target":27},{"source":267,"target":25},{"source":257,"target":20},{"source":257,"target":268},{"source":257,"target":27},{"source":268,"target":20},{"source":258,"target":269},{"source":258,"target":27},{"source":259,"target":270},{"source":259,"target":27},{"source":260,"target":271},{"source":260,"target":27},{"source":261,"target":272},{"source":261,"target":27},{"source":262,"target":273},{"source":262,"target":27},{"source":263,"target":274},{"source":263,"target":27},{"source":264,"target":275},{"source":264,"target":27},{"source":265,"target":276},{"source":265,"target":27},{"source":266,"target":28},{"source":266,"target":277},{"source":266,"target":27},{"source":277,"target":28},{"source":28,"target":0},{"source":28,"target":278},{"source":28,"target":279},{"source":28,"target":280},{"source":28,"target":281},{"source":28,"target":282},{"source":28,"target":283},{"source":28,"target":284},{"source":28,"target":285},{"source":278,"target":4},{"source":278,"target":286},{"source":278,"target":28},{"source":286,"target":4},{"source":279,"target":24},{"source":279,"target":287},{"source":279,"target":28},{"source":287,"target":24},{"source":280,"target":13},{"source":280,"target":288},{"source":280,"target":28},{"source":288,"target":13},{"source":281,"target":16},{"source":281,"target":289},{"source":281,"target":28},{"source":289,"target":16},{"source":282,"target":20},{"source":282,"target":290},{"source":282,"target":28},{"source":290,"target":20},{"source":283,"target":12},{"source":283,"target":291},{"source":283,"target":28},{"source":291,"target":12},{"source":284,"target":23},{"source":284,"target":292},{"source":284,"target":28},{"source":292,"target":23},{"source":285,"target":19},{"source":285,"target":293},{"source":285,"target":28},{"source":293,"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="quiz" nsURI="platform:/plugin/no.hal.quiz.model/model/quiz.ecore"
nsPrefix="quiz">
<eClassifiers xsi:type="ecore:EClass" name="Quiz">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1"
eType="#//AbstractQuizPart" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractQuizPart" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="QuizPartRef" eSuperTypes="#//AbstractQuizPart">
<eStructuralFeatures xsi:type="ecore:EReference" name="partRef" eType="#//QuizPart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuizPart" eSuperTypes="#//AbstractQuizPart">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="questions" upperBound="-1"
eType="#//AbstractQA" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractQA" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="QARef" eSuperTypes="#//AbstractQA">
<eStructuralFeatures xsi:type="ecore:EReference" name="qaRef" eType="#//QA"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QA" eSuperTypes="#//AbstractQA">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="q" eType="#//Question"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="a" eType="#//Answer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Question" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="StringQuestion" eSuperTypes="#//Question">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="question" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XmlQuestion" eSuperTypes="#//Question">
<eStructuralFeatures xsi:type="ecore:EReference" name="xml" eType="#//Xml" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Answer" abstract="true">
<eOperations name="accept" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eParameters name="proposal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OptionAnswer" abstract="true" eSuperTypes="#//Answer"/>
<eClassifiers xsi:type="ecore:EClass" name="SimpleAnswer" abstract="true" eSuperTypes="#//OptionAnswer">
<eTypeParameters name="T"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value">
<eGenericType eTypeParameter="#//SimpleAnswer/T"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringAnswer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regexp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreCase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eGenericSuperTypes eClassifier="#//SimpleAnswer">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumberAnswer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="errorMargin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eGenericSuperTypes eClassifier="#//SimpleAnswer">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanAnswer">
<eGenericSuperTypes eClassifier="#//SimpleAnswer">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eGenericSuperTypes>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XmlAnswer" eSuperTypes="#//OptionAnswer">
<eStructuralFeatures xsi:type="ecore:EReference" name="xml" eType="#//Xml" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OptionsAnswer" eSuperTypes="#//Answer">
<eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1"
eType="#//Option" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Option">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="correct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="option" eType="#//OptionAnswer"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleOptionsAnswer" eSuperTypes="#//OptionsAnswer">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="SingleCorrectOption"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ManyOptionsAnswer" eSuperTypes="#//OptionsAnswer">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="AtLeastOneCorrectOption"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Xml">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//XmlElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XmlContents">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//XmlElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="post" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XmlElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="XmlPIAnswerElement" eSuperTypes="#//XmlElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="answer" containment="true">
<eGenericType eClassifier="#//SimpleAnswer">
<eTypeArguments/>
</eGenericType>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XmlTagElement" eSuperTypes="#//XmlElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="MatchingEndTag"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="startTag" eType="#//XmlTag"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//XmlContents" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endTag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XmlTag">
<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="#//XmlAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XmlAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/hallvard/emfblocks/no.hal.emfblocks.examples/src/no/hal/emfblocks/examples/quiz.ecore | ecore | quiz
Quiz
name
title
parts
AbstractQuizPart
QuizPartRef
partRef
QuizPart
name
title
questions
AbstractQA
QARef
qaRef
QA
name
q
a
Question
StringQuestion
question
XmlQuestion
xml
Answer
accept
proposal
OptionAnswer
SimpleAnswer
T
value
StringAnswer
regexp
ignoreCase
NumberAnswer
errorMargin
BooleanAnswer
XmlAnswer
xml
OptionsAnswer
options
Option
correct
option
SingleOptionsAnswer
ManyOptionsAnswer
Xml
element
XmlContents
element
post
XmlElement
XmlPIAnswerElement
answer
XmlTagElement
startTag
pre
contents
endTag
XmlTag
name
attributes
XmlAttribute
name
value | null | {"directed":true,"nodes":[{"nsPrefix":"quiz","nsURI":"platform:/plugin/no.hal.quiz.model/model/quiz.ecore","name":"quiz","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Quiz","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractQuizPart","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuizPartRef","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuizPart","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractQA","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QARef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QA","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Question","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringQuestion","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlQuestion","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Answer","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionAnswer","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleAnswer","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringAnswer","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberAnswer","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanAnswer","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlAnswer","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionsAnswer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Option","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleOptionsAnswer","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManyOptionsAnswer","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xml","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlContents","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlElement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlPIAnswerElement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlTagElement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlTag","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XmlAttribute","instanceClass":null,"abstract":false,"id":28,"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":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":"title","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":"parts","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":false,"unsettable":false,"transient":false,"unique":true,"name":"partRef","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","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":"questions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qaRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"q","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"question","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xml","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"proposal","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"name":"T","id":66,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"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":"regexp","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ignoreCase","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"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"errorMargin","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xml","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"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":"correct","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"option","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"post","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"answer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"startTag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pre","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endTag","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},{"container":false,"ordered":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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":1},{"source":30,"target":33},{"source":30,"target":1},{"source":31,"target":2},{"source":31,"target":34},{"source":31,"target":1},{"source":34,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":35},{"source":3,"target":36},{"source":35,"target":4},{"source":35,"target":37},{"source":35,"target":3},{"source":37,"target":4},{"source":36,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":38,"target":42},{"source":38,"target":4},{"source":39,"target":43},{"source":39,"target":4},{"source":40,"target":5},{"source":40,"target":44},{"source":40,"target":4},{"source":44,"target":5},{"source":41,"target":2},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":45},{"source":6,"target":46},{"source":45,"target":7},{"source":45,"target":47},{"source":45,"target":6},{"source":47,"target":7},{"source":46,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":48,"target":52},{"source":48,"target":7},{"source":49,"target":8},{"source":49,"target":53},{"source":49,"target":7},{"source":53,"target":8},{"source":50,"target":11},{"source":50,"target":54},{"source":50,"target":7},{"source":54,"target":11},{"source":51,"target":5},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":55},{"source":9,"target":56},{"source":55,"target":57},{"source":55,"target":9},{"source":56,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":58},{"source":10,"target":59},{"source":58,"target":22},{"source":58,"target":60},{"source":58,"target":10},{"source":60,"target":22},{"source":59,"target":8},{"source":11,"target":0},{"source":11,"target":61},{"source":61,"target":62},{"source":61,"target":11},{"source":61,"target":63},{"source":63,"target":64},{"source":63,"target":61},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":65},{"source":65,"target":11},{"source":13,"target":0},{"source":13,"target":66},{"source":13,"target":12},{"source":13,"target":67},{"source":13,"target":68},{"source":67,"target":69},{"source":67,"target":13},{"source":69,"target":66},{"source":68,"target":12},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":70},{"source":14,"target":71},{"source":14,"target":72},{"source":70,"target":73},{"source":70,"target":14},{"source":71,"target":74},{"source":71,"target":14},{"source":72,"target":75},{"source":72,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":76},{"source":15,"target":77},{"source":76,"target":78},{"source":76,"target":15},{"source":77,"target":79},{"source":77,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":80},{"source":80,"target":81},{"source":80,"target":13},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":82},{"source":17,"target":83},{"source":82,"target":22},{"source":82,"target":84},{"source":82,"target":17},{"source":84,"target":22},{"source":83,"target":12},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":85},{"source":18,"target":86},{"source":85,"target":19},{"source":85,"target":87},{"source":85,"target":18},{"source":87,"target":19},{"source":86,"target":11},{"source":19,"target":0},{"source":19,"target":88},{"source":19,"target":89},{"source":88,"target":90},{"source":88,"target":19},{"source":89,"target":12},{"source":89,"target":91},{"source":89,"target":19},{"source":91,"target":12},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":92},{"source":92,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":93},{"source":93,"target":18},{"source":22,"target":0},{"source":22,"target":94},{"source":94,"target":24},{"source":94,"target":95},{"source":94,"target":22},{"source":95,"target":24},{"source":23,"target":0},{"source":23,"target":96},{"source":23,"target":97},{"source":96,"target":24},{"source":96,"target":98},{"source":96,"target":23},{"source":98,"target":24},{"source":97,"target":99},{"source":97,"target":23},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":100},{"source":25,"target":101},{"source":100,"target":13},{"source":100,"target":102},{"source":100,"target":25},{"source":102,"target":103},{"source":102,"target":13},{"source":101,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":104},{"source":26,"target":105},{"source":26,"target":106},{"source":26,"target":107},{"source":26,"target":108},{"source":104,"target":27},{"source":104,"target":109},{"source":104,"target":26},{"source":109,"target":27},{"source":105,"target":110},{"source":105,"target":26},{"source":106,"target":23},{"source":106,"target":111},{"source":106,"target":26},{"source":111,"target":23},{"source":107,"target":112},{"source":107,"target":26},{"source":108,"target":24},{"source":27,"target":0},{"source":27,"target":113},{"source":27,"target":114},{"source":113,"target":115},{"source":113,"target":27},{"source":114,"target":28},{"source":114,"target":116},{"source":114,"target":27},{"source":116,"target":28},{"source":28,"target":0},{"source":28,"target":117},{"source":28,"target":118},{"source":117,"target":119},{"source":117,"target":28},{"source":118,"target":120},{"source":118,"target":28}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="umldi" nsURI="http://www.omg.org/spec/UML/20131001/UMLDI" nsPrefix="umldi">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="UmlDiagram" abstract="true" eSuperTypes="#//UmlDiagramElement ../../org.eclipse.papyrus.dd/model/DI.ecore#//Diagram">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The most general class for UML diagrams."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="topUmlDiagramElement" ordered="false"
upperBound="-1" eType="#//TopUmlDiagramElement" containment="true" eOpposite="#//TopUmlDiagramElement/umlDiagram">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UmlDiagramElement" abstract="true" eSuperTypes="../../org.eclipse.papyrus.dd/model/DI.ecore#//DiagramElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The most general class for UML diagram interchange."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="umlModelElement" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Restricts UMLDiagramElements to show UML Elements, rather than other language elements. "/>
</eAnnotations>
<eAnnotations source="subsets" references="../../org.eclipse.papyrus.dd/model/DI.ecore#//DiagramElement/modelElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sharedUmlStyle" ordered="false"
eType="#//UmlStyle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Restricts shared styles to UMLStyles."/>
</eAnnotations>
<eAnnotations source="subsets" references="../../org.eclipse.papyrus.dd/model/DI.ecore#//DiagramElement/sharedStyle"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="localUmlStyle" ordered="false"
eType="#//UmlStyle" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Restricts owned styles to UMLStyles."/>
</eAnnotations>
<eAnnotations source="subsets" references="../../org.eclipse.papyrus.dd/model/DI.ecore#//DiagramElement/localStyle"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedUmlDiagramElement"
upperBound="-1" eType="#//UmlDiagramElement" changeable="false" volatile="true"
transient="true" derived="true" eOpposite="#//UmlDiagramElement/owningUmlDiagramElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Restricts UMLDiagramElements to own only UMLDiagramElements."/>
</eAnnotations>
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="../../org.eclipse.papyrus.dd/model/DI.ecore#//DiagramElement/ownedDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningUmlDiagramElement"
ordered="false" eType="#//UmlDiagramElement" changeable="false" volatile="true"
transient="true" derived="true" eOpposite="#//UmlDiagramElement/ownedUmlDiagramElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Restricts UMLDiagramElements to be owned by only UMLDiagramElements."/>
</eAnnotations>
<eAnnotations source="union"/>
<eAnnotations source="subsets" references="../../org.eclipse.papyrus.dd/model/DI.ecore#//DiagramElement/owningDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetUmlEdge" upperBound="-1"
eType="#//UmlEdge" eOpposite="#//UmlEdge/targetUmlDiagramElement">
<eAnnotations source="subsets" references="../../org.eclipse.papyrus.dd/model/DI.ecore#//DiagramElement/targetEdge"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceUmlEdge" upperBound="-1"
eType="#//UmlEdge" eOpposite="#//UmlEdge/sourceUmlDiagramElement">
<eAnnotations source="subsets" references="../../org.eclipse.papyrus.dd/model/DI.ecore#//DiagramElement/sourceEdge"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UmlStyle" eSuperTypes="../../org.eclipse.papyrus.dd/model/DI.ecore#//Style">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The most general class for Styles in UML."/>
</eAnnotations>
<eOperations name="fontsizePositive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="body" value="fontSize > 0"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="fontSize must be greater than zero."/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontName" ordered="false"
eType="ecore:EDataType ../../org.eclipse.papyrus.dd/model/DC.ecore#//String">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Name of a font used to render strings."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontSize" ordered="false"
eType="ecore:EDataType ../../org.eclipse.papyrus.dd/model/DC.ecore#//Real">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Size of a font for rendering strings, given in typographical points."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UmlEdge" abstract="true" eSuperTypes="#//TopUmlDiagramElement ../../org.eclipse.papyrus.dd/model/DI.ecore#//Edge">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The most general class for UML diagram elements that are rendered as lines."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceUmlDiagramElement"
ordered="false" lowerBound="1" eType="#//UmlDiagramElement" eOpposite="#//UmlDiagramElement/sourceUmlEdge">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Restricts the sources of UMLEdges to UMLDiagramElements."/>
</eAnnotations>
<eAnnotations source="subsets" references="../../org.eclipse.papyrus.dd/model/DI.ecore#//Edge/sourceDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetUmlDiagramElement"
ordered="false" lowerBound="1" eType="#//UmlDiagramElement" eOpposite="#//UmlDiagramElement/targetUmlEdge">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Restricts the targets of UMLEdges to UMLDiagramElements."/>
</eAnnotations>
<eAnnotations source="subsets" references="../../org.eclipse.papyrus.dd/model/DI.ecore#//Edge/targetDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopUmlDiagramElement" abstract="true"
eSuperTypes="#//UmlDiagramElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="packageCompartment" ordered="false"
eType="#//PackagedElementCompartment" eOpposite="#//PackagedElementCompartment/topUmlDiagramElement">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="umlDiagram" ordered="false"
eType="#//UmlDiagram" eOpposite="#//UmlDiagram/topUmlDiagramElement">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackagedElementCompartment" eSuperTypes="#//UmlCompartment">
<eStructuralFeatures xsi:type="ecore:EReference" name="packageShape" ordered="false"
eType="#//PackageShape" eOpposite="#//PackageShape/packagedElementCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="topUmlDiagramElement" upperBound="-1"
eType="#//TopUmlDiagramElement" containment="true" eOpposite="#//TopUmlDiagramElement/packageCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UmlCompartment" abstract="true" eSuperTypes="#//UmlDiagramElement ../../org.eclipse.papyrus.dd/model/DI.ecore#//Shape"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageShape" eSuperTypes="#//TemplateableElementShape">
<eStructuralFeatures xsi:type="ecore:EReference" name="packagedElementCompartment"
ordered="false" eType="#//PackagedElementCompartment" containment="true" eOpposite="#//PackagedElementCompartment/packageShape">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableElementShape" abstract="true"
eSuperTypes="#//NamedShape">
<eStructuralFeatures xsi:type="ecore:EReference" name="templateParameterCompartment"
ordered="false" eType="#//TemplateParameterCompartment" containment="true"
eOpposite="#//TemplateParameterCompartment/templateableElementShape">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedShape" abstract="true" eSuperTypes="#//UmlShape">
<eStructuralFeatures xsi:type="ecore:EReference" name="nameLabel" ordered="false"
eType="#//NameLabel" containment="true" eOpposite="#//NameLabel/namedElementShape">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UmlShape" abstract="true" eSuperTypes="#//TopUmlDiagramElement ../../org.eclipse.papyrus.dd/model/DI.ecore#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The most general class for UML diagram elements that are not rendered as lines."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NameLabel" eSuperTypes="#//UmlLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="namedElementEdge" ordered="false"
eType="#//NamedEdge" eOpposite="#//NamedEdge/nameLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="namedElementShape" ordered="false"
eType="#//NamedShape" eOpposite="#//NamedShape/nameLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UmlLabel" abstract="true" eSuperTypes="#//UmlDiagramElement ../../org.eclipse.papyrus.dd/model/DI.ecore#//Shape"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedEdge" abstract="true" eSuperTypes="#//UmlEdge">
<eStructuralFeatures xsi:type="ecore:EReference" name="nameLabel" ordered="false"
eType="#//NameLabel" containment="true" eOpposite="#//NameLabel/namedElementEdge">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateParameterCompartment" eSuperTypes="#//UmlCompartment">
<eStructuralFeatures xsi:type="ecore:EReference" name="templateParameterLabel"
ordered="false" upperBound="-1" eType="#//TemplateParameterLabel" containment="true"
eOpposite="#//TemplateParameterLabel/templateParameterCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateableElementShape"
ordered="false" eType="#//TemplateableElementShape" eOpposite="#//TemplateableElementShape/templateParameterCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateParameterLabel" eSuperTypes="#//NameLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="templateParameterCompartment"
ordered="false" eType="#//TemplateParameterCompartment" eOpposite="#//TemplateParameterCompartment/templateParameterLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassDiagram" eSuperTypes="#//StructureDiagram"/>
<eClassifiers xsi:type="ecore:EClass" name="StructureDiagram" abstract="true" eSuperTypes="#//UmlDiagram"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierShape" abstract="true" eSuperTypes="#//TemplateableElementShape">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isIcon" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.papyrus.dd/model/DC.ecore#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstraintShape" eSuperTypes="#//BodyShape #//NamedShape"/>
<eClassifiers xsi:type="ecore:EClass" name="BodyShape" abstract="true" eSuperTypes="#//UmlShape">
<eStructuralFeatures xsi:type="ecore:EReference" name="bodyLabel" ordered="false"
eType="#//BodyLabel" containment="true" eOpposite="#//BodyLabel/constraintShape">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BodyLabel" eSuperTypes="#//UmlLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="constraintShape" ordered="false"
eType="#//BodyShape" eOpposite="#//BodyShape/bodyLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeCompartment" eSuperTypes="#//UmlCompartment">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifierWithAttributesShape"
ordered="false" eType="#//ClassifierWithAttributesShape" eOpposite="#//ClassifierWithAttributesShape/attributeCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeLabel" upperBound="-1"
eType="#//PropertyLabel" containment="true" eOpposite="#//PropertyLabel/attributeCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierWithAttributesShape" abstract="true"
eSuperTypes="#//ClassifierShape">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeCompartment" ordered="false"
eType="#//AttributeCompartment" containment="true" eOpposite="#//AttributeCompartment/classifierWithAttributesShape">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyLabel" eSuperTypes="#//NameLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeCompartment" ordered="false"
eType="#//AttributeCompartment" eOpposite="#//AttributeCompartment/attributeLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCompartment" eSuperTypes="#//UmlCompartment">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifierWithOperationsShape"
ordered="false" eType="#//ClassifierWithOperationsShape" eOpposite="#//ClassifierWithOperationsShape/operationCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="operationLabel" upperBound="-1"
eType="#//OperationLabel" containment="true" eOpposite="#//OperationLabel/operationCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierWithOperationsShape" abstract="true"
eSuperTypes="#//ClassifierWithAttributesShape">
<eStructuralFeatures xsi:type="ecore:EReference" name="operationCompartment" ordered="false"
eType="#//OperationCompartment" containment="true" eOpposite="#//OperationCompartment/classifierWithOperationsShape">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationLabel" eSuperTypes="#//NameLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="operationCompartment" ordered="false"
eType="#//OperationCompartment" eOpposite="#//OperationCompartment/operationLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReceptionCompartment" eSuperTypes="#//UmlCompartment">
<eStructuralFeatures xsi:type="ecore:EReference" name="signalShape" ordered="false"
eType="#//ClassifierWithReceptionsShape" eOpposite="#//ClassifierWithReceptionsShape/receptionCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="receptionLabel" upperBound="-1"
eType="#//ReceptionLabel" containment="true" eOpposite="#//ReceptionLabel/receptionCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierWithReceptionsShape" abstract="true"
eSuperTypes="#//ClassifierWithOperationsShape">
<eStructuralFeatures xsi:type="ecore:EReference" name="receptionCompartment" ordered="false"
eType="#//ReceptionCompartment" containment="true" eOpposite="#//ReceptionCompartment/signalShape">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReceptionLabel" eSuperTypes="#//NameLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="receptionCompartment" ordered="false"
eType="#//ReceptionCompartment" eOpposite="#//ReceptionCompartment/receptionLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralCompartment" eSuperTypes="#//UmlCompartment">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerationShape" ordered="false"
eType="#//EnumerationShape" eOpposite="#//EnumerationShape/literalCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="literalLabel" upperBound="-1"
eType="#//LiteralLabel" containment="true" eOpposite="#//LiteralLabel/literalCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationShape" eSuperTypes="#//ClassifierShape">
<eStructuralFeatures xsi:type="ecore:EReference" name="literalCompartment" ordered="false"
eType="#//LiteralCompartment" containment="true" eOpposite="#//LiteralCompartment/enumerationShape">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralLabel" eSuperTypes="#//NameLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="literalCompartment" ordered="false"
eType="#//LiteralCompartment" eOpposite="#//LiteralCompartment/literalLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleLabel" eSuperTypes="#//NameLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="associationEdge" ordered="false"
eType="#//AssociationEdge" eOpposite="#//AssociationEdge/endRoleLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="instanceSpecificationEdge"
ordered="false" eType="#//InstanceSpecificationEdge" eOpposite="#//InstanceSpecificationEdge/endRoleLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssociationEdge" eSuperTypes="#//NamedEdge">
<eStructuralFeatures xsi:type="ecore:EReference" name="endMultiplicityLabel" ordered="false"
upperBound="2" eType="#//MultiplicityLabel" containment="true" eOpposite="#//MultiplicityLabel/associationEdge">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="endModifierLabel" ordered="false"
upperBound="2" eType="#//ModifierLabel" containment="true" eOpposite="#//ModifierLabel/associationEdge">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="endRoleLabel" ordered="false"
upperBound="2" eType="#//RoleLabel" containment="true" eOpposite="#//RoleLabel/associationEdge">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplicityLabel" eSuperTypes="#//UmlLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyEdge" ordered="false"
eType="#//PropertyEdge" eOpposite="#//PropertyEdge/multiplicityLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="associationEdge" ordered="false"
eType="#//AssociationEdge" eOpposite="#//AssociationEdge/endMultiplicityLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyEdge" eSuperTypes="#//NamedEdge">
<eStructuralFeatures xsi:type="ecore:EReference" name="modifierLabel" ordered="false"
eType="#//ModifierLabel" containment="true" eOpposite="#//ModifierLabel/propertyEdge">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="multiplicityLabel" ordered="false"
eType="#//MultiplicityLabel" containment="true" eOpposite="#//MultiplicityLabel/propertyEdge">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModifierLabel" eSuperTypes="#//UmlLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="associationEdge" ordered="false"
eType="#//AssociationEdge" eOpposite="#//AssociationEdge/endModifierLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalizationSetEdge"
ordered="false" eType="#//GeneralizationSetEdge" eOpposite="#//GeneralizationSetEdge/modifierLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyEdge" ordered="false"
eType="#//PropertyEdge" eOpposite="#//PropertyEdge/modifierLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSetEdge" eSuperTypes="#//NamedEdge">
<eStructuralFeatures xsi:type="ecore:EReference" name="powerLabel" ordered="false"
eType="#//PowerLabel" containment="true" eOpposite="#//PowerLabel/generalizationSetEdge">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifierLabel" ordered="false"
eType="#//ModifierLabel" containment="true" eOpposite="#//ModifierLabel/generalizationSetEdge">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PowerLabel" eSuperTypes="#//UmlLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="generalizationSetEdge"
ordered="false" eType="#//GeneralizationSetEdge" eOpposite="#//GeneralizationSetEdge/powerLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecificationEdge" eSuperTypes="#//NamedEdge">
<eStructuralFeatures xsi:type="ecore:EReference" name="endRoleLabel" upperBound="2"
eType="#//RoleLabel" containment="true" eOpposite="#//RoleLabel/instanceSpecificationEdge">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecificationShape" eSuperTypes="#//NamedShape">
<eStructuralFeatures xsi:type="ecore:EReference" name="slotCompartment" ordered="false"
eType="#//SlotCompartment" containment="true" eOpposite="#//SlotCompartment/instanceSpecificationShape">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SlotCompartment" eSuperTypes="#//UmlCompartment">
<eStructuralFeatures xsi:type="ecore:EReference" name="slotLabel" upperBound="-1"
eType="#//SlotLabel" containment="true" eOpposite="#//SlotLabel/slotCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="instanceSpecificationShape"
ordered="false" eType="#//InstanceSpecificationShape" eOpposite="#//InstanceSpecificationShape/slotCompartment">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SlotLabel" eSuperTypes="#//NameLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="slotCompartment" ordered="false"
eType="#//SlotCompartment" eOpposite="#//SlotCompartment/slotLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassShape" eSuperTypes="#//ClassifierWithReceptionsShape"/>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceShape" eSuperTypes="#//ClassifierWithReceptionsShape"/>
<eClassifiers xsi:type="ecore:EClass" name="DataTypeShape" eSuperTypes="#//ClassifierWithOperationsShape"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeShape" eSuperTypes="#//DataTypeShape"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalShape" eSuperTypes="#//ClassifierWithAttributesShape"/>
<eClassifiers xsi:type="ecore:EClass" name="ModelShape" eSuperTypes="#//PackageShape"/>
<eClassifiers xsi:type="ecore:EClass" name="ContainmentEdge" eSuperTypes="#//UmlEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationEdge" eSuperTypes="#//NamedEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="RealizationEdge" eSuperTypes="#//AbstractionEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractionEdge" eSuperTypes="#//DependencyEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="DependencyEdge" eSuperTypes="#//NamedEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceRealizationEdge" eSuperTypes="#//RealizationEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="UsageEdge" eSuperTypes="#//DependencyEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementImportEdge" eSuperTypes="#//NamedEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageImportEdge" eSuperTypes="#//NamedEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageMergeEdge" eSuperTypes="#//NamedEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="SubstitutionEdge" eSuperTypes="#//RealizationEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlowEdge" eSuperTypes="#//NamedEdge">
<eStructuralFeatures xsi:type="ecore:EReference" name="itemLabel" ordered="false"
eType="#//ItemLabel" containment="true" eOpposite="#//ItemLabel/informationFlowEdge">
<eAnnotations source="subsets" references="#//UmlDiagramElement/ownedUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ItemLabel" eSuperTypes="#//UmlLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="informationFlowEdge" ordered="false"
eType="#//InformationFlowEdge" eOpposite="#//InformationFlowEdge/itemLabel">
<eAnnotations source="subsets" references="#//UmlDiagramElement/owningUmlDiagramElement"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClassEdge" eSuperTypes="#//AssociationEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="CommentShape" eSuperTypes="#//BodyShape"/>
<eClassifiers xsi:type="ecore:EClass" name="AttachmentEdge" eSuperTypes="#//UmlEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClassShape" eSuperTypes="#//ClassShape"/>
<eClassifiers xsi:type="ecore:EClass" name="ComponentShape" eSuperTypes="#//ClassShape"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItemShape" eSuperTypes="#//ClassifierShape"/>
<eClassifiers xsi:type="ecore:EClass" name="RepresentationEdge" eSuperTypes="#//NamedEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationShape" eSuperTypes="#//ClassifierShape"/>
<eClassifiers xsi:type="ecore:EClass" name="DependencyShape" eSuperTypes="#//NamedShape"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationShape" eSuperTypes="#//NamedShape"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationShape" eSuperTypes="#//NamedShape"/>
</ecore:EPackage>
| github:ecore:/data/juancadavid/papyrus/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/model/UMLDI.ecore | ecore | umldi
UmlDiagram
topUmlDiagramElement
UmlDiagramElement
umlModelElement
sharedUmlStyle
localUmlStyle
ownedUmlDiagramElement
owningUmlDiagramElement
targetUmlEdge
sourceUmlEdge
UmlStyle
fontsizePositive
diagnostics
context
fontName
fontSize
UmlEdge
sourceUmlDiagramElement
targetUmlDiagramElement
TopUmlDiagramElement
packageCompartment
umlDiagram
PackagedElementCompartment
packageShape
topUmlDiagramElement
UmlCompartment
PackageShape
packagedElementCompartment
TemplateableElementShape
templateParameterCompartment
NamedShape
nameLabel
UmlShape
NameLabel
namedElementEdge
namedElementShape
UmlLabel
NamedEdge
nameLabel
TemplateParameterCompartment
templateParameterLabel
templateableElementShape
TemplateParameterLabel
templateParameterCompartment
ClassDiagram
StructureDiagram
ClassifierShape
isIcon
ConstraintShape
BodyShape
bodyLabel
BodyLabel
constraintShape
AttributeCompartment
classifierWithAttributesShape
attributeLabel
ClassifierWithAttributesShape
attributeCompartment
PropertyLabel
attributeCompartment
OperationCompartment
classifierWithOperationsShape
operationLabel
ClassifierWithOperationsShape
operationCompartment
OperationLabel
operationCompartment
ReceptionCompartment
signalShape
receptionLabel
ClassifierWithReceptionsShape
receptionCompartment
ReceptionLabel
receptionCompartment
LiteralCompartment
enumerationShape
literalLabel
EnumerationShape
literalCompartment
LiteralLabel
literalCompartment
RoleLabel
associationEdge
instanceSpecificationEdge
AssociationEdge
endMultiplicityLabel
endModifierLabel
endRoleLabel
MultiplicityLabel
propertyEdge
associationEdge
PropertyEdge
modifierLabel
multiplicityLabel
ModifierLabel
associationEdge
generalizationSetEdge
propertyEdge
GeneralizationSetEdge
powerLabel
modifierLabel
PowerLabel
generalizationSetEdge
InstanceSpecificationEdge
endRoleLabel
InstanceSpecificationShape
slotCompartment
SlotCompartment
slotLabel
instanceSpecificationShape
SlotLabel
slotCompartment
ClassShape
InterfaceShape
DataTypeShape
PrimitiveTypeShape
SignalShape
ModelShape
ContainmentEdge
GeneralizationEdge
RealizationEdge
AbstractionEdge
DependencyEdge
InterfaceRealizationEdge
UsageEdge
ElementImportEdge
PackageImportEdge
PackageMergeEdge
SubstitutionEdge
InformationFlowEdge
itemLabel
ItemLabel
informationFlowEdge
AssociationClassEdge
CommentShape
AttachmentEdge
AssociationClassShape
ComponentShape
InformationItemShape
RepresentationEdge
AssociationShape
DependencyShape
TimeObservationShape
DurationObservationShape | null | {"directed":true,"nodes":[{"nsPrefix":"umldi","nsURI":"http://www.omg.org/spec/UML/20131001/UMLDI","name":"umldi","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlDiagram","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlDiagramElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlStyle","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlEdge","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopUmlDiagramElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackagedElementCompartment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlCompartment","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageShape","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableElementShape","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedShape","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlShape","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameLabel","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UmlLabel","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedEdge","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterCompartment","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterLabel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDiagram","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureDiagram","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierShape","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintShape","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyShape","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyLabel","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeCompartment","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierWithAttributesShape","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyLabel","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCompartment","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierWithOperationsShape","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationLabel","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceptionCompartment","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierWithReceptionsShape","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceptionLabel","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralCompartment","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationShape","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralLabel","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleLabel","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationEdge","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityLabel","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyEdge","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifierLabel","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSetEdge","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerLabel","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecificationEdge","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecificationShape","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotCompartment","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotLabel","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassShape","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceShape","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataTypeShape","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeShape","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalShape","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelShape","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainmentEdge","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationEdge","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealizationEdge","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractionEdge","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DependencyEdge","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRealizationEdge","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageEdge","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImportEdge","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImportEdge","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMergeEdge","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubstitutionEdge","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlowEdge","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemLabel","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClassEdge","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentShape","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttachmentEdge","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClassShape","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentShape","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItemShape","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationEdge","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationShape","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DependencyShape","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationShape","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationShape","instanceClass":null,"abstract":false,"id":75,"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":"topUmlDiagramElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"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":"umlDiagram","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":"umlModelElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"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":"sharedUmlStyle","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":true,"unsettable":false,"transient":false,"unique":true,"name":"localUmlStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"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":"ownedUmlDiagramElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"owningUmlDiagramElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetUmlEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceUmlEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetUmlDiagramElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceUmlDiagramElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"fontsizePositive","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontName","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontSize","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"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":"packageCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topUmlDiagramElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"packageShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"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":"packagedElementCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"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":"templateParameterCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"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":"templateableElementShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"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":"nameLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"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":"namedElementShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"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":"namedElementEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"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":"nameLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateParameterLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"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":"templateParameterCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isIcon","changeable":true,"lowerBound":1,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"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":"bodyLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraintShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"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":"classifierWithAttributesShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"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":"attributeCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"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":"attributeCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":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":"classifierWithOperationsShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"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":"operationCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"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":"operationCompartment","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"},{"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":"signalShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receptionLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"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":"receptionCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"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":"receptionCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":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":"enumerationShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literalLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"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":"literalCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"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":"literalCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"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":"associationEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"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":"instanceSpecificationEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endRoleLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endRoleLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endMultiplicityLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endModifierLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"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":"associationEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"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":"associationEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"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":"propertyEdge","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":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicityLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"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":"modifierLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"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":"propertyEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"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":"generalizationSetEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifierLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"powerLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"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":"generalizationSetEdge","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"},{"id":251,"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":"slotCompartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"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":"instanceSpecificationShape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slotLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"slotCompartment","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"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"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":"itemLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"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":"informationFlowEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":2},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":76,"target":5},{"source":76,"target":79},{"source":76,"target":1},{"source":76,"target":80},{"source":79,"target":5},{"source":77,"target":2},{"source":2,"target":0},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":2,"target":84},{"source":2,"target":85},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":81,"target":89},{"source":81,"target":2},{"source":82,"target":3},{"source":82,"target":90},{"source":82,"target":2},{"source":90,"target":3},{"source":83,"target":3},{"source":83,"target":91},{"source":83,"target":2},{"source":91,"target":3},{"source":84,"target":2},{"source":84,"target":92},{"source":84,"target":2},{"source":84,"target":85},{"source":92,"target":2},{"source":85,"target":2},{"source":85,"target":93},{"source":85,"target":2},{"source":85,"target":84},{"source":93,"target":2},{"source":86,"target":4},{"source":86,"target":94},{"source":86,"target":2},{"source":86,"target":95},{"source":94,"target":4},{"source":87,"target":4},{"source":87,"target":96},{"source":87,"target":2},{"source":87,"target":97},{"source":96,"target":4},{"source":3,"target":0},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":100},{"source":3,"target":101},{"source":98,"target":102},{"source":98,"target":3},{"source":98,"target":103},{"source":98,"target":104},{"source":103,"target":105},{"source":103,"target":98},{"source":104,"target":106},{"source":104,"target":98},{"source":106,"target":107},{"source":106,"target":108},{"source":99,"target":109},{"source":99,"target":3},{"source":100,"target":110},{"source":100,"target":3},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":97},{"source":4,"target":95},{"source":4,"target":111},{"source":4,"target":112},{"source":97,"target":2},{"source":97,"target":113},{"source":97,"target":4},{"source":97,"target":87},{"source":113,"target":2},{"source":95,"target":2},{"source":95,"target":114},{"source":95,"target":4},{"source":95,"target":86},{"source":114,"target":2},{"source":111,"target":5},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":115},{"source":5,"target":80},{"source":5,"target":116},{"source":115,"target":6},{"source":115,"target":117},{"source":115,"target":5},{"source":115,"target":118},{"source":117,"target":6},{"source":80,"target":1},{"source":80,"target":119},{"source":80,"target":5},{"source":80,"target":76},{"source":119,"target":1},{"source":116,"target":2},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":120},{"source":6,"target":118},{"source":6,"target":121},{"source":120,"target":8},{"source":120,"target":122},{"source":120,"target":6},{"source":120,"target":123},{"source":122,"target":8},{"source":118,"target":5},{"source":118,"target":124},{"source":118,"target":6},{"source":118,"target":115},{"source":124,"target":5},{"source":121,"target":7},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":125},{"source":7,"target":126},{"source":125,"target":2},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":123},{"source":8,"target":127},{"source":123,"target":6},{"source":123,"target":128},{"source":123,"target":8},{"source":123,"target":120},{"source":128,"target":6},{"source":127,"target":9},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":129},{"source":9,"target":130},{"source":129,"target":15},{"source":129,"target":131},{"source":129,"target":9},{"source":129,"target":132},{"source":131,"target":15},{"source":130,"target":10},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":133},{"source":10,"target":134},{"source":133,"target":12},{"source":133,"target":135},{"source":133,"target":10},{"source":133,"target":136},{"source":135,"target":12},{"source":134,"target":11},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":137},{"source":11,"target":138},{"source":137,"target":5},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":139},{"source":12,"target":136},{"source":12,"target":140},{"source":139,"target":14},{"source":139,"target":141},{"source":139,"target":12},{"source":139,"target":142},{"source":141,"target":14},{"source":136,"target":10},{"source":136,"target":143},{"source":136,"target":12},{"source":136,"target":133},{"source":143,"target":10},{"source":140,"target":13},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":144},{"source":13,"target":145},{"source":144,"target":2},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":142},{"source":14,"target":146},{"source":142,"target":12},{"source":142,"target":147},{"source":142,"target":14},{"source":142,"target":139},{"source":147,"target":12},{"source":146,"target":4},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":148},{"source":15,"target":132},{"source":15,"target":149},{"source":148,"target":16},{"source":148,"target":150},{"source":148,"target":15},{"source":148,"target":151},{"source":150,"target":16},{"source":132,"target":9},{"source":132,"target":152},{"source":132,"target":15},{"source":132,"target":129},{"source":152,"target":9},{"source":149,"target":7},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":151},{"source":16,"target":153},{"source":151,"target":15},{"source":151,"target":154},{"source":151,"target":16},{"source":151,"target":148},{"source":154,"target":15},{"source":153,"target":12},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":155},{"source":155,"target":18},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":156},{"source":156,"target":1},{"source":19,"target":0},{"source":19,"target":9},{"source":19,"target":157},{"source":19,"target":158},{"source":157,"target":159},{"source":157,"target":19},{"source":158,"target":9},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":10},{"source":20,"target":160},{"source":20,"target":161},{"source":160,"target":21},{"source":161,"target":10},{"source":21,"target":0},{"source":21,"target":11},{"source":21,"target":162},{"source":21,"target":163},{"source":162,"target":22},{"source":162,"target":164},{"source":162,"target":21},{"source":162,"target":165},{"source":164,"target":22},{"source":163,"target":11},{"source":22,"target":0},{"source":22,"target":13},{"source":22,"target":165},{"source":22,"target":166},{"source":165,"target":21},{"source":165,"target":167},{"source":165,"target":22},{"source":165,"target":162},{"source":167,"target":21},{"source":166,"target":13},{"source":23,"target":0},{"source":23,"target":7},{"source":23,"target":168},{"source":23,"target":169},{"source":23,"target":170},{"source":168,"target":24},{"source":168,"target":171},{"source":168,"target":23},{"source":168,"target":172},{"source":171,"target":24},{"source":169,"target":25},{"source":169,"target":173},{"source":169,"target":23},{"source":169,"target":174},{"source":173,"target":25},{"source":170,"target":7},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":172},{"source":24,"target":175},{"source":172,"target":23},{"source":172,"target":176},{"source":172,"target":24},{"source":172,"target":168},{"source":176,"target":23},{"source":175,"target":19},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":174},{"source":25,"target":177},{"source":174,"target":23},{"source":174,"target":178},{"source":174,"target":25},{"source":174,"target":169},{"source":178,"target":23},{"source":177,"target":12},{"source":26,"target":0},{"source":26,"target":7},{"source":26,"target":179},{"source":26,"target":180},{"source":26,"target":181},{"source":179,"target":27},{"source":179,"target":182},{"source":179,"target":26},{"source":179,"target":183},{"source":182,"target":27},{"source":180,"target":28},{"source":180,"target":184},{"source":180,"target":26},{"source":180,"target":185},{"source":184,"target":28},{"source":181,"target":7},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":183},{"source":27,"target":186},{"source":183,"target":26},{"source":183,"target":187},{"source":183,"target":27},{"source":183,"target":179},{"source":187,"target":26},{"source":186,"target":24},{"source":28,"target":0},{"source":28,"target":12},{"source":28,"target":185},{"source":28,"target":188},{"source":185,"target":26},{"source":185,"target":189},{"source":185,"target":28},{"source":185,"target":180},{"source":189,"target":26},{"source":188,"target":12},{"source":29,"target":0},{"source":29,"target":7},{"source":29,"target":190},{"source":29,"target":191},{"source":29,"target":192},{"source":190,"target":30},{"source":190,"target":193},{"source":190,"target":29},{"source":190,"target":194},{"source":193,"target":30},{"source":191,"target":31},{"source":191,"target":195},{"source":191,"target":29},{"source":191,"target":196},{"source":195,"target":31},{"source":192,"target":7},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":194},{"source":30,"target":197},{"source":194,"target":29},{"source":194,"target":198},{"source":194,"target":30},{"source":194,"target":190},{"source":198,"target":29},{"source":197,"target":27},{"source":31,"target":0},{"source":31,"target":12},{"source":31,"target":196},{"source":31,"target":199},{"source":196,"target":29},{"source":196,"target":200},{"source":196,"target":31},{"source":196,"target":191},{"source":200,"target":29},{"source":199,"target":12},{"source":32,"target":0},{"source":32,"target":7},{"source":32,"target":201},{"source":32,"target":202},{"source":32,"target":203},{"source":201,"target":33},{"source":201,"target":204},{"source":201,"target":32},{"source":201,"target":205},{"source":204,"target":33},{"source":202,"target":34},{"source":202,"target":206},{"source":202,"target":32},{"source":202,"target":207},{"source":206,"target":34},{"source":203,"target":7},{"source":33,"target":0},{"source":33,"target":19},{"source":33,"target":205},{"source":33,"target":208},{"source":205,"target":32},{"source":205,"target":209},{"source":205,"target":33},{"source":205,"target":201},{"source":209,"target":32},{"source":208,"target":19},{"source":34,"target":0},{"source":34,"target":12},{"source":34,"target":207},{"source":34,"target":210},{"source":207,"target":32},{"source":207,"target":211},{"source":207,"target":34},{"source":207,"target":202},{"source":211,"target":32},{"source":210,"target":12},{"source":35,"target":0},{"source":35,"target":12},{"source":35,"target":212},{"source":35,"target":213},{"source":35,"target":214},{"source":212,"target":36},{"source":212,"target":215},{"source":212,"target":35},{"source":212,"target":216},{"source":215,"target":36},{"source":213,"target":42},{"source":213,"target":217},{"source":213,"target":35},{"source":213,"target":218},{"source":217,"target":42},{"source":214,"target":12},{"source":36,"target":0},{"source":36,"target":14},{"source":36,"target":219},{"source":36,"target":220},{"source":36,"target":216},{"source":36,"target":221},{"source":219,"target":37},{"source":219,"target":222},{"source":219,"target":36},{"source":219,"target":223},{"source":222,"target":37},{"source":220,"target":39},{"source":220,"target":224},{"source":220,"target":36},{"source":220,"target":225},{"source":224,"target":39},{"source":216,"target":35},{"source":216,"target":226},{"source":216,"target":36},{"source":216,"target":212},{"source":226,"target":35},{"source":221,"target":14},{"source":37,"target":0},{"source":37,"target":13},{"source":37,"target":227},{"source":37,"target":223},{"source":37,"target":228},{"source":227,"target":38},{"source":227,"target":229},{"source":227,"target":37},{"source":227,"target":230},{"source":229,"target":38},{"source":223,"target":36},{"source":223,"target":231},{"source":223,"target":37},{"source":223,"target":219},{"source":231,"target":36},{"source":228,"target":13},{"source":38,"target":0},{"source":38,"target":14},{"source":38,"target":232},{"source":38,"target":230},{"source":38,"target":233},{"source":232,"target":39},{"source":232,"target":234},{"source":232,"target":38},{"source":232,"target":235},{"source":234,"target":39},{"source":230,"target":37},{"source":230,"target":236},{"source":230,"target":38},{"source":230,"target":227},{"source":236,"target":37},{"source":233,"target":14},{"source":39,"target":0},{"source":39,"target":13},{"source":39,"target":225},{"source":39,"target":237},{"source":39,"target":235},{"source":39,"target":238},{"source":225,"target":36},{"source":225,"target":239},{"source":225,"target":39},{"source":225,"target":220},{"source":239,"target":36},{"source":237,"target":40},{"source":237,"target":240},{"source":237,"target":39},{"source":237,"target":241},{"source":240,"target":40},{"source":235,"target":38},{"source":235,"target":242},{"source":235,"target":39},{"source":235,"target":232},{"source":242,"target":38},{"source":238,"target":13},{"source":40,"target":0},{"source":40,"target":14},{"source":40,"target":243},{"source":40,"target":241},{"source":40,"target":244},{"source":243,"target":41},{"source":243,"target":245},{"source":243,"target":40},{"source":243,"target":246},{"source":245,"target":41},{"source":241,"target":39},{"source":241,"target":247},{"source":241,"target":40},{"source":241,"target":237},{"source":247,"target":39},{"source":244,"target":14},{"source":41,"target":0},{"source":41,"target":13},{"source":41,"target":246},{"source":41,"target":248},{"source":246,"target":40},{"source":246,"target":249},{"source":246,"target":41},{"source":246,"target":243},{"source":249,"target":40},{"source":248,"target":13},{"source":42,"target":0},{"source":42,"target":14},{"source":42,"target":218},{"source":42,"target":250},{"source":218,"target":35},{"source":218,"target":251},{"source":218,"target":42},{"source":218,"target":213},{"source":251,"target":35},{"source":250,"target":14},{"source":43,"target":0},{"source":43,"target":10},{"source":43,"target":252},{"source":43,"target":253},{"source":252,"target":44},{"source":252,"target":254},{"source":252,"target":43},{"source":252,"target":255},{"source":254,"target":44},{"source":253,"target":10},{"source":44,"target":0},{"source":44,"target":7},{"source":44,"target":256},{"source":44,"target":255},{"source":44,"target":257},{"source":256,"target":45},{"source":256,"target":258},{"source":256,"target":44},{"source":256,"target":259},{"source":258,"target":45},{"source":255,"target":43},{"source":255,"target":260},{"source":255,"target":44},{"source":255,"target":252},{"source":260,"target":43},{"source":257,"target":7},{"source":45,"target":0},{"source":45,"target":12},{"source":45,"target":259},{"source":45,"target":261},{"source":259,"target":44},{"source":259,"target":262},{"source":259,"target":45},{"source":259,"target":256},{"source":262,"target":44},{"source":261,"target":12},{"source":46,"target":0},{"source":46,"target":30},{"source":46,"target":263},{"source":263,"target":30},{"source":47,"target":0},{"source":47,"target":30},{"source":47,"target":264},{"source":264,"target":30},{"source":48,"target":0},{"source":48,"target":27},{"source":48,"target":265},{"source":265,"target":27},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":266},{"source":266,"target":48},{"source":50,"target":0},{"source":50,"target":24},{"source":50,"target":267},{"source":267,"target":24},{"source":51,"target":0},{"source":51,"target":8},{"source":51,"target":268},{"source":268,"target":8},{"source":52,"target":0},{"source":52,"target":4},{"source":52,"target":269},{"source":269,"target":4},{"source":53,"target":0},{"source":53,"target":14},{"source":53,"target":270},{"source":270,"target":14},{"source":54,"target":0},{"source":54,"target":55},{"source":54,"target":271},{"source":271,"target":55},{"source":55,"target":0},{"source":55,"target":56},{"source":55,"target":272},{"source":272,"target":56},{"source":56,"target":0},{"source":56,"target":14},{"source":56,"target":273},{"source":273,"target":14},{"source":57,"target":0},{"source":57,"target":54},{"source":57,"target":274},{"source":274,"target":54},{"source":58,"target":0},{"source":58,"target":56},{"source":58,"target":275},{"source":275,"target":56},{"source":59,"target":0},{"source":59,"target":14},{"source":59,"target":276},{"source":276,"target":14},{"source":60,"target":0},{"source":60,"target":14},{"source":60,"target":277},{"source":277,"target":14},{"source":61,"target":0},{"source":61,"target":14},{"source":61,"target":278},{"source":278,"target":14},{"source":62,"target":0},{"source":62,"target":54},{"source":62,"target":279},{"source":279,"target":54},{"source":63,"target":0},{"source":63,"target":14},{"source":63,"target":280},{"source":63,"target":281},{"source":280,"target":64},{"source":280,"target":282},{"source":280,"target":63},{"source":280,"target":283},{"source":282,"target":64},{"source":281,"target":14},{"source":64,"target":0},{"source":64,"target":13},{"source":64,"target":283},{"source":64,"target":284},{"source":283,"target":63},{"source":283,"target":285},{"source":283,"target":64},{"source":283,"target":280},{"source":285,"target":63},{"source":284,"target":13},{"source":65,"target":0},{"source":65,"target":36},{"source":65,"target":286},{"source":286,"target":36},{"source":66,"target":0},{"source":66,"target":21},{"source":66,"target":287},{"source":287,"target":21},{"source":67,"target":0},{"source":67,"target":4},{"source":67,"target":288},{"source":288,"target":4},{"source":68,"target":0},{"source":68,"target":46},{"source":68,"target":289},{"source":289,"target":46},{"source":69,"target":0},{"source":69,"target":46},{"source":69,"target":290},{"source":290,"target":46},{"source":70,"target":0},{"source":70,"target":19},{"source":70,"target":291},{"source":291,"target":19},{"source":71,"target":0},{"source":71,"target":14},{"source":71,"target":292},{"source":292,"target":14},{"source":72,"target":0},{"source":72,"target":19},{"source":72,"target":293},{"source":293,"target":19},{"source":73,"target":0},{"source":73,"target":10},{"source":73,"target":294},{"source":294,"target":10},{"source":74,"target":0},{"source":74,"target":10},{"source":74,"target":295},{"source":295,"target":10},{"source":75,"target":0},{"source":75,"target":10},{"source":75,"target":296},{"source":296,"target":10}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2007,2012 M.Garcia and others.
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
Contributors:
J.Warmer, A.Kleppe - original example in 'The Object Constraint Language Second Edition'
M.Garcia - realisation of the example for use within Eclipse
-->
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="RandL" nsURI="http://de.tuhh.sts.octopus/octopus2emfatic/2006/RandL"
nsPrefix="RandL">
<eClassifiers xsi:type="ecore:EEnum" name="RandLColor">
<eLiterals name="silver"/>
<eLiterals name="gold" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceLevel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="program" eType="#//LoyaltyProgram"
eOpposite="#//LoyaltyProgram/levels"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="availableServices" ordered="false"
upperBound="-1" eType="#//Service" eOpposite="#//Service/level"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Membership" ordered="false"
upperBound="-1" eType="#//Membership" eOpposite="#//Membership/currentLevel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Gender">
<eLiterals name="male"/>
<eLiterals name="female" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transaction" abstract="true">
<eOperations name="program" eType="#//LoyaltyProgram"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="points" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="date" eType="#//Date" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="account" eType="#//LoyaltyAccount"
eOpposite="#//LoyaltyAccount/transactions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generatedBy" eType="#//Service"
eOpposite="#//Service/transactions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="card" eType="#//CustomerCard"
eOpposite="#//CustomerCard/transactions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoyaltyAccount">
<eOperations name="earn">
<eParameters name="i" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eOperations>
<eOperations name="burn">
<eParameters name="i" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eOperations>
<eOperations name="getCustomerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="isEmpty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="points" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="totalPointsEarned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usedServices" ordered="false"
upperBound="-1" eType="#//Service" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Membership" eType="#//Membership"
eOpposite="#//Membership/account"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transactions" ordered="false"
upperBound="-1" eType="#//Transaction" eOpposite="#//Transaction/account"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Earning" eSuperTypes="#//Transaction"/>
<eClassifiers xsi:type="ecore:EClass" name="ProgramPartner">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfCustomers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deliveredServices" ordered="false"
upperBound="-1" eType="#//Service" eOpposite="#//Service/partner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="programs" ordered="false"
lowerBound="1" upperBound="-1" eType="#//LoyaltyProgram" eOpposite="#//LoyaltyProgram/partners"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Burning" eSuperTypes="#//Transaction"/>
<eClassifiers xsi:type="ecore:EClass" name="TransactionReport">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="balance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="totalEarned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="totalBurned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
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"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="until" eType="#//Date"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Date" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lines" ordered="false"
upperBound="-1" eType="#//TransactionReportLine" eOpposite="#//TransactionReportLine/report"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="card" eType="#//CustomerCard"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomerCard">
<eOperations name="getTransactions" ordered="false" upperBound="-1" eType="#//Transaction">
<eParameters name="until" eType="#//Date"/>
<eParameters name="from" eType="#//Date"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//RandLColor"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="printedName" 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="goodThru" eType="#//Date"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validFrom" eType="#//Date"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="myLevel" eType="#//ServiceLevel"
changeable="false" volatile="true" transient="true" derived="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Customer"
eOpposite="#//Customer/cards"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Membership" eType="#//Membership"
eOpposite="#//Membership/card"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transactions" ordered="false"
upperBound="-1" eType="#//Transaction" eOpposite="#//Transaction/card"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Date">
<eOperations name="isBefore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eParameters name="t" eType="#//Date"/>
</eOperations>
<eOperations name="isEqual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eParameters name="t" eType="#//Date"/>
</eOperations>
<eOperations name="fromYMD" eType="#//Date">
<eParameters name="m" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eParameters name="k" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eParameters name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eOperations>
<eOperations name="isAfter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject">
<eParameters name="t" eType="#//Date"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="month" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="day" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Membership">
<eStructuralFeatures xsi:type="ecore:EReference" name="currentLevel" eType="#//ServiceLevel"
eOpposite="#//ServiceLevel/Membership"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="card" eType="#//CustomerCard"
eOpposite="#//CustomerCard/Membership"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="account" eType="#//LoyaltyAccount"
eOpposite="#//LoyaltyAccount/Membership"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="programs" lowerBound="1"
eType="#//LoyaltyProgram"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" lowerBound="1"
eType="#//Customer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Container_RandL">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_Customer" upperBound="-1"
eType="#//Customer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_Date" upperBound="-1"
eType="#//Date" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_CustomerCard"
upperBound="-1" eType="#//CustomerCard" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_Membership" upperBound="-1"
eType="#//Membership" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_Service" upperBound="-1"
eType="#//Service" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_LoyaltyProgram"
upperBound="-1" eType="#//LoyaltyProgram" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_Earning" upperBound="-1"
eType="#//Earning" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_LoyaltyAccount"
upperBound="-1" eType="#//LoyaltyAccount" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_ServiceLevel"
upperBound="-1" eType="#//ServiceLevel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_TransactionReport"
upperBound="-1" eType="#//TransactionReport" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_ProgramPartner"
upperBound="-1" eType="#//ProgramPartner" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_Burning" upperBound="-1"
eType="#//Burning" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref_RandL_TransactionReportLine"
upperBound="-1" eType="#//TransactionReportLine" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service">
<eOperations name="calcPoints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eOperations name="upgradePointsEarned">
<eParameters name="amount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceNr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pointsEarned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pointsBurned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="partner" eType="#//ProgramPartner"
eOpposite="#//ProgramPartner/deliveredServices"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transactions" ordered="false"
upperBound="-1" eType="#//Transaction" eOpposite="#//Transaction/generatedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="level" eType="#//ServiceLevel"
eOpposite="#//ServiceLevel/availableServices"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Customer">
<eOperations name="birthdayHappens"/>
<eOperations name="age" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gender" eType="#//Gender"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="age" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dateOfBirth" eType="#//Date"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="programs" ordered="false"
upperBound="-1" eType="#//LoyaltyProgram" eOpposite="#//LoyaltyProgram/participants"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cards" ordered="false"
upperBound="-1" eType="#//CustomerCard" eOpposite="#//CustomerCard/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memberships" upperBound="-1"
eType="#//Membership"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransactionReportLine">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="partnerName" 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="serviceDesc" 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="points" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="date" eType="#//Date" changeable="false"
volatile="true" transient="true" derived="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transaction" eType="#//Transaction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="report" eType="#//TransactionReport"
eOpposite="#//TransactionReport/lines"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoyaltyProgram">
<eOperations name="selectPopularPartners" ordered="false" upperBound="-1" eType="#//ProgramPartner">
<eParameters name="d" eType="#//Date"/>
</eOperations>
<eOperations name="addService">
<eParameters name="s" eType="#//Service"/>
<eParameters name="l" eType="#//ServiceLevel"/>
<eParameters name="p" eType="#//ProgramPartner"/>
</eOperations>
<eOperations name="getServices" ordered="false" upperBound="-1" eType="#//Service">
<eParameters name="pp" eType="#//ProgramPartner"/>
</eOperations>
<eOperations name="enrollAndCreateCustomer" eType="#//Customer">
<eParameters name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="d" eType="#//Date"/>
</eOperations>
<eOperations name="enroll">
<eParameters name="c" eType="#//Customer"/>
</eOperations>
<eOperations name="addTransaction">
<eParameters name="d" eType="#//Date"/>
<eParameters name="servId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eParameters name="pName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="amnt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
<eParameters name="accNr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eOperations>
<eOperations name="getServices" ordered="false" upperBound="-1" eType="#//Service"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="partners" ordered="false"
lowerBound="1" upperBound="-1" eType="#//ProgramPartner" eOpposite="#//ProgramPartner/programs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="levels" lowerBound="1"
upperBound="-1" eType="#//ServiceLevel" eOpposite="#//ServiceLevel/program"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1"
eType="#//Customer" eOpposite="#//Customer/programs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memberships" upperBound="-1"
eType="#//Membership"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Simula-COMPLEX/iOCL-Public/src/main/resources/RoyalAndLoyal.ecore | ecore | RandL
RandLColor
silver
silver
gold
gold
ServiceLevel
name
program
availableServices
Membership
Gender
male
male
female
female
Transaction
program
amount
points
date
account
generatedBy
card
LoyaltyAccount
earn
i
burn
i
getCustomerName
isEmpty
points
totalPointsEarned
number
usedServices
Membership
transactions
Earning
ProgramPartner
name
numberOfCustomers
deliveredServices
programs
Burning
TransactionReport
balance
totalEarned
totalBurned
number
name
until
from
lines
card
CustomerCard
getTransactions
until
from
valid
color
printedName
goodThru
validFrom
myLevel
owner
Membership
transactions
Date
isBefore
t
isEqual
t
fromYMD
m
k
y
isAfter
t
year
month
day
Membership
currentLevel
card
account
programs
participants
Container_RandL
ref_RandL_Customer
ref_RandL_Date
ref_RandL_CustomerCard
ref_RandL_Membership
ref_RandL_Service
ref_RandL_LoyaltyProgram
ref_RandL_Earning
ref_RandL_LoyaltyAccount
ref_RandL_ServiceLevel
ref_RandL_TransactionReport
ref_RandL_ProgramPartner
ref_RandL_Burning
ref_RandL_TransactionReportLine
Service
calcPoints
upgradePointsEarned
amount
serviceNr
description
pointsEarned
condition
pointsBurned
partner
transactions
level
Customer
birthdayHappens
age
gender
isMale
name
title
age
dateOfBirth
programs
cards
memberships
TransactionReportLine
partnerName
serviceDesc
points
amount
date
transaction
report
LoyaltyProgram
selectPopularPartners
d
addService
s
l
p
getServices
pp
enrollAndCreateCustomer
n
d
enroll
c
addTransaction
d
servId
pName
amnt
accNr
getServices
name
partners
levels
participants
memberships | null | {"directed":true,"nodes":[{"nsPrefix":"RandL","nsURI":"http://de.tuhh.sts.octopus/octopus2emfatic/2006/RandL","name":"RandL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"RandLColor","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceLevel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Gender","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transaction","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoyaltyAccount","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Earning","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramPartner","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Burning","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransactionReport","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomerCard","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Date","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Membership","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container_RandL","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransactionReportLine","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoyaltyProgram","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"name":"silver","id":18,"value":0,"literal":"silver","eClass":"EEnumLiteral"},{"name":"gold","id":19,"value":1,"literal":"gold","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":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"program","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"availableServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Membership","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"levels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"level","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentLevel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"name":"male","id":31,"value":0,"literal":"male","eClass":"EEnumLiteral"},{"name":"female","id":32,"value":1,"literal":"female","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"program","lowerBound":0,"id":33,"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":"amount","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":"points","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"date","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":"account","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":"generatedBy","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":"card","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transactions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transactions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transactions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"earn","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"burn","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCustomerName","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEmpty","lowerBound":0,"id":53,"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":"points","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"totalPointsEarned","changeable":false,"lowerBound":0,"iD":false,"id":55,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"usedServices","changeable":false,"resolveProxies":true,"lowerBound":0,"id":57,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Membership","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"i","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"i","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"account","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"numberOfCustomers","changeable":true,"lowerBound":0,"iD":false,"id":74,"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":"deliveredServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":"programs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"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":"partners","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"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":"balance","changeable":false,"lowerBound":0,"iD":false,"id":84,"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":"totalEarned","changeable":false,"lowerBound":0,"iD":false,"id":85,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"totalBurned","changeable":false,"lowerBound":0,"iD":false,"id":86,"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":"number","changeable":false,"lowerBound":0,"iD":false,"id":87,"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":"name","changeable":false,"lowerBound":0,"iD":false,"id":88,"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":"until","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"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":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"card","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"report","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getTransactions","lowerBound":0,"id":103,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valid","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":105,"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":"printedName","changeable":false,"lowerBound":0,"iD":false,"id":106,"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":"goodThru","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":"validFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"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":"myLevel","changeable":false,"resolveProxies":true,"lowerBound":0,"id":109,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Membership","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"until","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","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"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cards","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"card","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBefore","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEqual","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"fromYMD","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAfter","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","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":"month","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"day","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EParameter"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"m","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"k","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"y","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EParameter"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EParameter"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"programs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref_RandL_Customer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref_RandL_Date","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":"ref_RandL_CustomerCard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref_RandL_Membership","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":"ref_RandL_Service","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":"ref_RandL_LoyaltyProgram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref_RandL_Earning","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref_RandL_LoyaltyAccount","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref_RandL_ServiceLevel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref_RandL_TransactionReport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref_RandL_ProgramPartner","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":"ref_RandL_Burning","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":"ref_RandL_TransactionReportLine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"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":"calcPoints","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"upgradePointsEarned","lowerBound":0,"id":188,"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":"serviceNr","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":"description","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":"pointsEarned","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":"condition","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":"pointsBurned","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"amount","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"upperBound":1,"unique":true,"name":"birthdayHappens","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"age","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gender","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMale","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"age","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":"dateOfBirth","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"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":"programs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"memberships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"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":"partnerName","changeable":false,"lowerBound":0,"iD":false,"id":226,"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":"serviceDesc","changeable":false,"lowerBound":0,"iD":false,"id":227,"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":"points","changeable":false,"lowerBound":0,"iD":false,"id":228,"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":"amount","changeable":false,"lowerBound":0,"iD":false,"id":229,"derived":true},{"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":"date","changeable":false,"resolveProxies":true,"lowerBound":0,"id":230,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transaction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"selectPopularPartners","lowerBound":0,"id":239,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addService","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getServices","lowerBound":0,"id":241,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"enrollAndCreateCustomer","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"enroll","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addTransaction","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getServices","lowerBound":0,"id":245,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"s","lowerBound":0,"id":251,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"l","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"p","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EParameter"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"pp","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"n","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","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":"c","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EParameter"},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"servId","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"pName","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"amnt","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"accNr","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EParameter"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":18,"target":1},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":20,"target":24},{"source":20,"target":2},{"source":21,"target":17},{"source":21,"target":25},{"source":21,"target":2},{"source":21,"target":26},{"source":25,"target":17},{"source":22,"target":14},{"source":22,"target":27},{"source":22,"target":2},{"source":22,"target":28},{"source":27,"target":14},{"source":23,"target":12},{"source":23,"target":29},{"source":23,"target":2},{"source":23,"target":30},{"source":29,"target":12},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":3},{"source":32,"target":3},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":33,"target":17},{"source":33,"target":40},{"source":33,"target":4},{"source":40,"target":17},{"source":34,"target":41},{"source":34,"target":4},{"source":35,"target":42},{"source":35,"target":4},{"source":36,"target":11},{"source":36,"target":43},{"source":36,"target":4},{"source":43,"target":11},{"source":37,"target":5},{"source":37,"target":44},{"source":37,"target":4},{"source":37,"target":45},{"source":44,"target":5},{"source":38,"target":14},{"source":38,"target":46},{"source":38,"target":4},{"source":38,"target":47},{"source":46,"target":14},{"source":39,"target":10},{"source":39,"target":48},{"source":39,"target":4},{"source":39,"target":49},{"source":48,"target":10},{"source":5,"target":0},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":45},{"source":50,"target":5},{"source":50,"target":59},{"source":59,"target":60},{"source":59,"target":50},{"source":51,"target":5},{"source":51,"target":61},{"source":61,"target":62},{"source":61,"target":51},{"source":52,"target":63},{"source":52,"target":5},{"source":53,"target":64},{"source":53,"target":5},{"source":54,"target":65},{"source":54,"target":5},{"source":55,"target":66},{"source":55,"target":5},{"source":56,"target":67},{"source":56,"target":5},{"source":57,"target":14},{"source":57,"target":68},{"source":57,"target":5},{"source":68,"target":14},{"source":58,"target":12},{"source":58,"target":69},{"source":58,"target":5},{"source":58,"target":70},{"source":69,"target":12},{"source":45,"target":4},{"source":45,"target":71},{"source":45,"target":5},{"source":45,"target":37},{"source":71,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":72},{"source":72,"target":4},{"source":7,"target":0},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":73,"target":77},{"source":73,"target":7},{"source":74,"target":78},{"source":74,"target":7},{"source":75,"target":14},{"source":75,"target":79},{"source":75,"target":7},{"source":75,"target":80},{"source":79,"target":14},{"source":76,"target":17},{"source":76,"target":81},{"source":76,"target":7},{"source":76,"target":82},{"source":81,"target":17},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":83},{"source":83,"target":4},{"source":9,"target":0},{"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":84,"target":93},{"source":84,"target":9},{"source":85,"target":94},{"source":85,"target":9},{"source":86,"target":95},{"source":86,"target":9},{"source":87,"target":96},{"source":87,"target":9},{"source":88,"target":97},{"source":88,"target":9},{"source":89,"target":11},{"source":89,"target":98},{"source":89,"target":9},{"source":98,"target":11},{"source":90,"target":11},{"source":90,"target":99},{"source":90,"target":9},{"source":99,"target":11},{"source":91,"target":16},{"source":91,"target":100},{"source":91,"target":9},{"source":91,"target":101},{"source":100,"target":16},{"source":92,"target":10},{"source":92,"target":102},{"source":92,"target":9},{"source":102,"target":10},{"source":10,"target":0},{"source":10,"target":103},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":10,"target":108},{"source":10,"target":109},{"source":10,"target":110},{"source":10,"target":111},{"source":10,"target":49},{"source":103,"target":4},{"source":103,"target":112},{"source":103,"target":10},{"source":103,"target":113},{"source":103,"target":114},{"source":112,"target":4},{"source":113,"target":11},{"source":113,"target":115},{"source":113,"target":103},{"source":115,"target":11},{"source":114,"target":11},{"source":114,"target":116},{"source":114,"target":103},{"source":116,"target":11},{"source":104,"target":117},{"source":104,"target":10},{"source":105,"target":1},{"source":105,"target":118},{"source":105,"target":10},{"source":118,"target":1},{"source":106,"target":119},{"source":106,"target":10},{"source":107,"target":11},{"source":107,"target":120},{"source":107,"target":10},{"source":120,"target":11},{"source":108,"target":11},{"source":108,"target":121},{"source":108,"target":10},{"source":121,"target":11},{"source":109,"target":2},{"source":109,"target":122},{"source":109,"target":10},{"source":122,"target":2},{"source":110,"target":15},{"source":110,"target":123},{"source":110,"target":10},{"source":110,"target":124},{"source":123,"target":15},{"source":111,"target":12},{"source":111,"target":125},{"source":111,"target":10},{"source":111,"target":126},{"source":125,"target":12},{"source":49,"target":4},{"source":49,"target":127},{"source":49,"target":10},{"source":49,"target":39},{"source":127,"target":4},{"source":11,"target":0},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":11,"target":131},{"source":11,"target":132},{"source":11,"target":133},{"source":11,"target":134},{"source":128,"target":135},{"source":128,"target":11},{"source":128,"target":136},{"source":136,"target":11},{"source":136,"target":137},{"source":136,"target":128},{"source":137,"target":11},{"source":129,"target":138},{"source":129,"target":11},{"source":129,"target":139},{"source":139,"target":11},{"source":139,"target":140},{"source":139,"target":129},{"source":140,"target":11},{"source":130,"target":11},{"source":130,"target":141},{"source":130,"target":11},{"source":130,"target":142},{"source":130,"target":143},{"source":130,"target":144},{"source":141,"target":11},{"source":142,"target":145},{"source":142,"target":130},{"source":143,"target":146},{"source":143,"target":130},{"source":144,"target":147},{"source":144,"target":130},{"source":131,"target":148},{"source":131,"target":11},{"source":131,"target":149},{"source":149,"target":11},{"source":149,"target":150},{"source":149,"target":131},{"source":150,"target":11},{"source":132,"target":151},{"source":132,"target":11},{"source":133,"target":152},{"source":133,"target":11},{"source":134,"target":153},{"source":134,"target":11},{"source":12,"target":0},{"source":12,"target":30},{"source":12,"target":126},{"source":12,"target":70},{"source":12,"target":154},{"source":12,"target":155},{"source":30,"target":2},{"source":30,"target":156},{"source":30,"target":12},{"source":30,"target":23},{"source":156,"target":2},{"source":126,"target":10},{"source":126,"target":157},{"source":126,"target":12},{"source":126,"target":111},{"source":157,"target":10},{"source":70,"target":5},{"source":70,"target":158},{"source":70,"target":12},{"source":70,"target":58},{"source":158,"target":5},{"source":154,"target":17},{"source":154,"target":159},{"source":154,"target":12},{"source":159,"target":17},{"source":155,"target":15},{"source":155,"target":160},{"source":155,"target":12},{"source":160,"target":15},{"source":13,"target":0},{"source":13,"target":161},{"source":13,"target":162},{"source":13,"target":163},{"source":13,"target":164},{"source":13,"target":165},{"source":13,"target":166},{"source":13,"target":167},{"source":13,"target":168},{"source":13,"target":169},{"source":13,"target":170},{"source":13,"target":171},{"source":13,"target":172},{"source":13,"target":173},{"source":161,"target":15},{"source":161,"target":174},{"source":161,"target":13},{"source":174,"target":15},{"source":162,"target":11},{"source":162,"target":175},{"source":162,"target":13},{"source":175,"target":11},{"source":163,"target":10},{"source":163,"target":176},{"source":163,"target":13},{"source":176,"target":10},{"source":164,"target":12},{"source":164,"target":177},{"source":164,"target":13},{"source":177,"target":12},{"source":165,"target":14},{"source":165,"target":178},{"source":165,"target":13},{"source":178,"target":14},{"source":166,"target":17},{"source":166,"target":179},{"source":166,"target":13},{"source":179,"target":17},{"source":167,"target":6},{"source":167,"target":180},{"source":167,"target":13},{"source":180,"target":6},{"source":168,"target":5},{"source":168,"target":181},{"source":168,"target":13},{"source":181,"target":5},{"source":169,"target":2},{"source":169,"target":182},{"source":169,"target":13},{"source":182,"target":2},{"source":170,"target":9},{"source":170,"target":183},{"source":170,"target":13},{"source":183,"target":9},{"source":171,"target":7},{"source":171,"target":184},{"source":171,"target":13},{"source":184,"target":7},{"source":172,"target":8},{"source":172,"target":185},{"source":172,"target":13},{"source":185,"target":8},{"source":173,"target":16},{"source":173,"target":186},{"source":173,"target":13},{"source":186,"target":16},{"source":14,"target":0},{"source":14,"target":187},{"source":14,"target":188},{"source":14,"target":189},{"source":14,"target":190},{"source":14,"target":191},{"source":14,"target":192},{"source":14,"target":193},{"source":14,"target":80},{"source":14,"target":47},{"source":14,"target":28},{"source":187,"target":194},{"source":187,"target":14},{"source":188,"target":14},{"source":188,"target":195},{"source":195,"target":196},{"source":195,"target":188},{"source":189,"target":197},{"source":189,"target":14},{"source":190,"target":198},{"source":190,"target":14},{"source":191,"target":199},{"source":191,"target":14},{"source":192,"target":200},{"source":192,"target":14},{"source":193,"target":201},{"source":193,"target":14},{"source":80,"target":7},{"source":80,"target":202},{"source":80,"target":14},{"source":80,"target":75},{"source":202,"target":7},{"source":47,"target":4},{"source":47,"target":203},{"source":47,"target":14},{"source":47,"target":38},{"source":203,"target":4},{"source":28,"target":2},{"source":28,"target":204},{"source":28,"target":14},{"source":28,"target":22},{"source":204,"target":2},{"source":15,"target":0},{"source":15,"target":205},{"source":15,"target":206},{"source":15,"target":207},{"source":15,"target":208},{"source":15,"target":209},{"source":15,"target":210},{"source":15,"target":211},{"source":15,"target":212},{"source":15,"target":213},{"source":15,"target":124},{"source":15,"target":214},{"source":205,"target":15},{"source":206,"target":215},{"source":206,"target":15},{"source":207,"target":3},{"source":207,"target":216},{"source":207,"target":15},{"source":216,"target":3},{"source":208,"target":217},{"source":208,"target":15},{"source":209,"target":218},{"source":209,"target":15},{"source":210,"target":219},{"source":210,"target":15},{"source":211,"target":220},{"source":211,"target":15},{"source":212,"target":11},{"source":212,"target":221},{"source":212,"target":15},{"source":221,"target":11},{"source":213,"target":17},{"source":213,"target":222},{"source":213,"target":15},{"source":213,"target":223},{"source":222,"target":17},{"source":124,"target":10},{"source":124,"target":224},{"source":124,"target":15},{"source":124,"target":110},{"source":224,"target":10},{"source":214,"target":12},{"source":214,"target":225},{"source":214,"target":15},{"source":225,"target":12},{"source":16,"target":0},{"source":16,"target":226},{"source":16,"target":227},{"source":16,"target":228},{"source":16,"target":229},{"source":16,"target":230},{"source":16,"target":231},{"source":16,"target":101},{"source":226,"target":232},{"source":226,"target":16},{"source":227,"target":233},{"source":227,"target":16},{"source":228,"target":234},{"source":228,"target":16},{"source":229,"target":235},{"source":229,"target":16},{"source":230,"target":11},{"source":230,"target":236},{"source":230,"target":16},{"source":236,"target":11},{"source":231,"target":4},{"source":231,"target":237},{"source":231,"target":16},{"source":237,"target":4},{"source":101,"target":9},{"source":101,"target":238},{"source":101,"target":16},{"source":101,"target":91},{"source":238,"target":9},{"source":17,"target":0},{"source":17,"target":239},{"source":17,"target":240},{"source":17,"target":241},{"source":17,"target":242},{"source":17,"target":243},{"source":17,"target":244},{"source":17,"target":245},{"source":17,"target":246},{"source":17,"target":82},{"source":17,"target":26},{"source":17,"target":223},{"source":17,"target":247},{"source":239,"target":7},{"source":239,"target":248},{"source":239,"target":17},{"source":239,"target":249},{"source":248,"target":7},{"source":249,"target":11},{"source":249,"target":250},{"source":249,"target":239},{"source":250,"target":11},{"source":240,"target":17},{"source":240,"target":251},{"source":240,"target":252},{"source":240,"target":253},{"source":251,"target":14},{"source":251,"target":254},{"source":251,"target":240},{"source":254,"target":14},{"source":252,"target":2},{"source":252,"target":255},{"source":252,"target":240},{"source":255,"target":2},{"source":253,"target":7},{"source":253,"target":256},{"source":253,"target":240},{"source":256,"target":7},{"source":241,"target":14},{"source":241,"target":257},{"source":241,"target":17},{"source":241,"target":258},{"source":257,"target":14},{"source":258,"target":7},{"source":258,"target":259},{"source":258,"target":241},{"source":259,"target":7},{"source":242,"target":15},{"source":242,"target":260},{"source":242,"target":17},{"source":242,"target":261},{"source":242,"target":262},{"source":260,"target":15},{"source":261,"target":263},{"source":261,"target":242},{"source":262,"target":11},{"source":262,"target":264},{"source":262,"target":242},{"source":264,"target":11},{"source":243,"target":17},{"source":243,"target":265},{"source":265,"target":15},{"source":265,"target":266},{"source":265,"target":243},{"source":266,"target":15},{"source":244,"target":17},{"source":244,"target":267},{"source":244,"target":268},{"source":244,"target":269},{"source":244,"target":270},{"source":244,"target":271},{"source":267,"target":11},{"source":267,"target":272},{"source":267,"target":244},{"source":272,"target":11},{"source":268,"target":273},{"source":268,"target":244},{"source":269,"target":274},{"source":269,"target":244},{"source":270,"target":275},{"source":270,"target":244},{"source":271,"target":276},{"source":271,"target":244},{"source":245,"target":14},{"source":245,"target":277},{"source":245,"target":17},{"source":277,"target":14},{"source":246,"target":278},{"source":246,"target":17},{"source":82,"target":7},{"source":82,"target":279},{"source":82,"target":17},{"source":82,"target":76},{"source":279,"target":7},{"source":26,"target":2},{"source":26,"target":280},{"source":26,"target":17},{"source":26,"target":21},{"source":280,"target":2},{"source":223,"target":15},{"source":223,"target":281},{"source":223,"target":17},{"source":223,"target":213},{"source":281,"target":15},{"source":247,"target":12},{"source":247,"target":282},{"source":247,"target":17},{"source":282,"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="interop" nsURI="http://www.eclipse.org/ecl/interop.ecore" nsPrefix="org.eclipse.rcptt.ecl.core">
<eClassifiers xsi:type="ecore:EClass" name="Invoke" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Invokes method on Java object."/>
<details key="returns" value="Value returned by method."/>
<details key="example" value="get-eclipse-window | get-object | invoke setSize 700 700"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="object" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Object to call the method on."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Name of the method to call. As a useful addtion, there are three pseudo-methods for arrays: <code>get <i>index</i></code>, <code>set <i>index value</i></code> and <code>length</code>."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="args" unique="false" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Variable number of arguments to the method."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noResult" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecProcess" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Executes shell command."/>
<details key="returns" value="ExecProcessResult filled with execution results: exit code, captured stdout and stderr."/>
<details key="example" value="exec-process "\"C:\\Program Files\\Sikuli X\\Sikuli-IDE.exe\"""-r" [substitute-variables "\"${resource_loc:sikuli/MistypeClassName.sikuli}\""]"-s"-ignoreExitCode"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="command" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Shell command to execute."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="args" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Arguments for the command."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="60">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Timeout period in seconds. Use zero timeout (<code>-timeout 0</code>) for infinite timeout."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreExitCode" 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="If set to true, command will not fail with error message if non-zero exit code returned."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreStderr" 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="If set to true, command will not fail with error message if stderr is not empty."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stdin" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/input"/>
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="String to send to stdin of executed command."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecProcessResult">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exitCode" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stdout" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stderr" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetMemoryUsage" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"/>
<eClassifiers xsi:type="ecore:EClass" name="GetJavaProperty" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Gets the Java system property indicated by the specified key."/>
<details key="returns" value="The string value of the system property."/>
<details key="example" value="get-java-property "java.home" | log"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="The name of the system property."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" 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="Default value to use if there is no property with the key."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InvokeStatic" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginId" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="methodName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="args" unique="false" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject">
<eAnnotations source="http://www.eclipse.org/ecl/docs">
<details key="description" value="Variable number of arguments to the method."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InvokeUi" eSuperTypes="#//Invoke"/>
</ecore:EPackage>
| github:ecore:/data/xored/rcptt/ecl/plugins/org.eclipse.rcptt.ecl.interop/model/interop.ecore | ecore | interop
Invoke
object
name
args
noResult
ExecProcess
command
args
timeout
60
ignoreExitCode
false
ignoreStderr
false
stdin
ExecProcessResult
exitCode
stdout
stderr
GetMemoryUsage
GetJavaProperty
key
default
InvokeStatic
pluginId
className
methodName
args
InvokeUi | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.rcptt.ecl.core","nsURI":"http://www.eclipse.org/ecl/interop.ecore","name":"interop","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invoke","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecProcess","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecProcessResult","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetMemoryUsage","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetJavaProperty","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvokeStatic","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvokeUi","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"args","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noResult","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"lowerBound":1,"iD":false,"id":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":"args","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":"60","unsettable":false,"transient":false,"unique":true,"name":"timeout","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":"false","unsettable":false,"transient":false,"unique":true,"name":"ignoreExitCode","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"ignoreStderr","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stdin","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exitCode","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":"stdout","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":"stderr","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginId","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":"className","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":"methodName","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"args","changeable":true,"lowerBound":0,"iD":false,"id":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"}],"links":[{"source":0,"target":1},{"source":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":8,"target":13},{"source":8,"target":1},{"source":9,"target":14},{"source":9,"target":1},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":16},{"source":11,"target":1},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":17,"target":24},{"source":17,"target":2},{"source":18,"target":25},{"source":18,"target":2},{"source":19,"target":26},{"source":19,"target":2},{"source":20,"target":27},{"source":20,"target":2},{"source":21,"target":28},{"source":21,"target":2},{"source":22,"target":29},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":30,"target":33},{"source":30,"target":3},{"source":31,"target":34},{"source":31,"target":3},{"source":32,"target":35},{"source":32,"target":3},{"source":4,"target":0},{"source":4,"target":36},{"source":5,"target":0},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":37,"target":40},{"source":37,"target":5},{"source":38,"target":41},{"source":38,"target":5},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":42,"target":47},{"source":42,"target":6},{"source":43,"target":48},{"source":43,"target":6},{"source":44,"target":49},{"source":44,"target":6},{"source":45,"target":50},{"source":45,"target":6},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":51},{"source":51,"target":1}],"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="upctriskell" nsURI="platform:/resource/Spain Directory/metamodels/upctriskellMM_4diagram.ecore" nsPrefix="upctriskell">
<eAnnotations source="kermeta.req">
<details key="platform:/plugin/fr.irisa.triskell.kermeta/lib/framework.km" value="platform:/plugin/fr.irisa.triskell.kermeta/lib/framework.km"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Architecture">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="component" lowerBound="1" eType="//ComponentDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" ordered="false" lowerBound="1" upperBound="-1" eType="//Interface" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" ordered="false" lowerBound="1" upperBound="-1" eType="//Activity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataType" ordered="false" lowerBound="1" upperBound="-1" eType="//DataType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" lowerBound="1" upperBound="-1" eType="//Event" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentDefinition" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComplexComponentDefinition" eSuperTypes="//ComponentDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="component" ordered="false" lowerBound="2" upperBound="-1" eType="//Component" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false" lowerBound="1" upperBound="-1" eType="//PortLink" containment="true" eOpposite="//PortLink/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="port" ordered="false" upperBound="-1" eType="//DelegationPort" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleComponentDefinition" eSuperTypes="//ComponentDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" ordered="false" lowerBound="1" upperBound="-1" eType="//AssemblyPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="behavior" lowerBound="1" eType="//StateMachineDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Component">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="//ComponentDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statemachine" eType="//StateMachine" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelegationPort" eSuperTypes="//Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="delegated" lowerBound="1" eType="//BindingEnd" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssemblyPort" eSuperTypes="//Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterface" ordered="false" upperBound="-1" eType="//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providedInterface" ordered="false" upperBound="-1" eType="//Interface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="//ComplexComponentDefinition" eOpposite="//ComplexComponentDefinition/binding"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endA" lowerBound="1" eType="//BindingEnd" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endB" lowerBound="1" eType="//BindingEnd" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingEnd">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="1" eType="//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="component" lowerBound="1" eType="//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interface">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" ordered="false" lowerBound="1" upperBound="-1" eType="//Service" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="protocol" eType="//StateMachineDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" upperBound="-1" eType="//ServiceParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceParameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activityParameter" lowerBound="1" eType="//ActivityParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1" eType="//StateMachineDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" upperBound="-1" eType="//ActivityBinding" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateMachineDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="topRegion" lowerBound="1" eType="//Region" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instanceActivity" ordered="false" upperBound="-1" eType="//ActivityVariabilityPoint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractActivity" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityVariabilityPoint" eSuperTypes="//AbstractActivity"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityBinding">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="//ActivityVariabilityPoint"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="//Activity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Region">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" ordered="false" lowerBound="1" upperBound="-1" eType="//Transition" containment="true" eOpposite="//Transition/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vertex" ordered="false" lowerBound="2" upperBound="-1" eType="//Vertex" containment="true" eOpposite="//Vertex/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="//State" eOpposite="//State/region"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//Vertex"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//Vertex"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="effect" eType="//AbstractActivity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="//Constraint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="//TransitionKind">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" lowerBound="1" eType="//Event"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="//Region" eOpposite="//Region/transition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="//Region" eOpposite="//Region/vertex"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="//Vertex">
<eStructuralFeatures xsi:type="ecore:EReference" name="doActivity" eType="//AbstractActivity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="//AbstractActivity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exit" eType="//AbstractActivity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="region" ordered="false" upperBound="-1" eType="//Region" containment="true" eOpposite="//Region/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deferred" ordered="false" upperBound="-1" eType="//Event"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="//Vertex">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="//PseudostateKind">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PseudostateKind">
<eLiterals name="JoinState" literal="JoinState"/>
<eLiterals name="ForkState" value="1" literal="ForkState"/>
<eLiterals name="ChoiceState" value="2" literal="ChoiceState"/>
<eLiterals name="InitialState" value="3" literal="InitialState"/>
<eLiterals name="HistoryState" value="4" literal="HistoryState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="//State"/>
<eClassifiers xsi:type="ecore:EEnum" name="TransitionKind">
<eLiterals name="internal" literal="internal"/>
<eLiterals name="external" value="1" literal="external"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constraint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Activity" abstract="true" eSuperTypes="//AbstractActivity">
<eStructuralFeatures xsi:type="ecore:EReference" name="input" ordered="false" upperBound="-1" eType="//ActivityParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="output" ordered="false" upperBound="-1" eType="//ActivityParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialActivity" eSuperTypes="//Activity"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalActivity" eSuperTypes="//Activity"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="//Activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceParameter" eType="//ServiceParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleActivity" eSuperTypes="//Activity">
<eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="//Action" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="link" ordered="false" lowerBound="2" upperBound="-1" eType="//PinParamLink" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComplexActivity" eSuperTypes="//Activity">
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" ordered="false" lowerBound="2" upperBound="-1" eType="//Activity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="link" ordered="false" lowerBound="1" upperBound="-1" eType="//ActivityLink" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="output" ordered="false" upperBound="-1" eType="//Pin" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" ordered="false" upperBound="-1" eType="//Pin" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceCall" eSuperTypes="//Activity">
<eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="//Service"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantActivity" eSuperTypes="//Activity">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pin">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="//Action"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//ActivityParameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//ActivityParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PinParamLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="//String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="endA" lowerBound="1" eType="//Pin"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endB" lowerBound="1" eType="//ActivityParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalActivity" eSuperTypes="//ComplexActivity">
<eStructuralFeatures xsi:type="ecore:EReference" name="test" eType="//Activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="//Activity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopActivity" eSuperTypes="//ComplexActivity">
<eStructuralFeatures xsi:type="ecore:EReference" name="test" eType="//Activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="//Activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="//Activity"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta/patternmatching_projects/fr.irisa.triskell.kermeta.patternmatching.samples/V3Studio/metamodels/upctriskellMM_4diagram.ecore | ecore | upctriskell
Architecture
name
component
interface
activity
dataType
event
Event
name
DataType
name
ComponentDefinition
name
ComplexComponentDefinition
component
binding
port
SimpleComponentDefinition
port
behavior
Component
name
type
statemachine
Port
name
DelegationPort
delegated
AssemblyPort
requiredInterface
providedInterface
PortLink
name
owner
endA
endB
BindingEnd
port
component
Interface
name
service
protocol
Service
name
parameter
ServiceParameter
name
type
activityParameter
StateMachine
name
definition
binding
StateMachineDefinition
name
topRegion
instanceActivity
AbstractActivity
name
ActivityVariabilityPoint
ActivityBinding
name
from
to
Region
name
transition
vertex
owner
Transition
name
target
source
effect
guard
kind
trigger
owner
Vertex
name
owner
State
doActivity
entry
exit
region
deferred
Pseudostate
kind
PseudostateKind
JoinState
JoinState
ForkState
ForkState
ChoiceState
ChoiceState
InitialState
InitialState
HistoryState
HistoryState
FinalState
TransitionKind
internal
internal
external
external
Constraint
name
Activity
input
output
InitialActivity
FinalActivity
ActivityParameter
name
owner
type
serviceParameter
SimpleActivity
action
link
ComplexActivity
activity
link
Action
name
output
input
ServiceCall
service
ConstantActivity
value
Pin
name
type
owner
ActivityLink
name
source
target
Value
type
PinParamLink
name
endA
endB
ConditionalActivity
test
body
LoopActivity
test
init
body
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"upctriskell","nsURI":"platform:/resource/Spain Directory/metamodels/upctriskellMM_4diagram.ecore","name":"upctriskell","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Architecture","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentDefinition","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexComponentDefinition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleComponentDefinition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"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":"DelegationPort","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyPort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortLink","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingEnd","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceParameter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineDefinition","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractActivity","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityVariabilityPoint","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityBinding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PseudostateKind","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransitionKind","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialActivity","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalActivity","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameter","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleActivity","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexActivity","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceCall","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantActivity","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityLink","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PinParamLink","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalActivity","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopActivity","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":45,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"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":"interface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"id":63,"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":"component","changeable":true,"resolveProxies":true,"lowerBound":2,"id":64,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"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":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"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":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statemachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delegated","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"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":"requiredInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"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":"providedInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"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":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endA","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":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":100,"derived":false},{"container":false,"ordered":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":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"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},{"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":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"protocol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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},{"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":"parameter","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activityParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topRegion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"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":"instanceActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"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":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"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":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":141,"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":"transition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"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":"vertex","changeable":true,"resolveProxies":true,"lowerBound":2,"id":143,"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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"id":150,"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":"region","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":"name","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"container":false,"ordered":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":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":"effect","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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"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":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trigger","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"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"doActivity","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":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deferred","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"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":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"name":"JoinState","id":183,"value":0,"literal":"JoinState","eClass":"EEnumLiteral"},{"name":"ForkState","id":184,"value":1,"literal":"ForkState","eClass":"EEnumLiteral"},{"name":"ChoiceState","id":185,"value":2,"literal":"ChoiceState","eClass":"EEnumLiteral"},{"name":"InitialState","id":186,"value":3,"literal":"InitialState","eClass":"EEnumLiteral"},{"name":"HistoryState","id":187,"value":4,"literal":"HistoryState","eClass":"EEnumLiteral"},{"id":188,"eClass":"EGenericType"},{"name":"internal","id":189,"value":0,"literal":"internal","eClass":"EEnumLiteral"},{"name":"external","id":190,"value":1,"literal":"external","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":191,"derived":false},{"id":192,"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":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"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":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"container":false,"ordered":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":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"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":"link","changeable":true,"resolveProxies":true,"lowerBound":2,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":2,"id":213,"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":"link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":218,"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":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":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":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"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":244,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"endA","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"endB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"test","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"test","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":1,"target":0},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":46,"target":45},{"source":46,"target":52},{"source":46,"target":1},{"source":52,"target":45},{"source":47,"target":4},{"source":47,"target":53},{"source":47,"target":1},{"source":53,"target":4},{"source":48,"target":13},{"source":48,"target":54},{"source":48,"target":1},{"source":54,"target":13},{"source":49,"target":30},{"source":49,"target":55},{"source":49,"target":1},{"source":55,"target":30},{"source":50,"target":3},{"source":50,"target":56},{"source":50,"target":1},{"source":56,"target":3},{"source":51,"target":2},{"source":51,"target":57},{"source":51,"target":1},{"source":57,"target":2},{"source":2,"target":0},{"source":2,"target":58},{"source":58,"target":45},{"source":58,"target":59},{"source":58,"target":2},{"source":59,"target":45},{"source":3,"target":0},{"source":3,"target":60},{"source":60,"target":45},{"source":60,"target":61},{"source":60,"target":3},{"source":61,"target":45},{"source":4,"target":0},{"source":4,"target":62},{"source":62,"target":45},{"source":62,"target":63},{"source":62,"target":4},{"source":63,"target":45},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":64,"target":7},{"source":64,"target":68},{"source":64,"target":5},{"source":68,"target":7},{"source":65,"target":11},{"source":65,"target":69},{"source":65,"target":5},{"source":65,"target":70},{"source":69,"target":11},{"source":66,"target":9},{"source":66,"target":71},{"source":66,"target":5},{"source":71,"target":9},{"source":67,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":72,"target":10},{"source":72,"target":75},{"source":72,"target":6},{"source":75,"target":10},{"source":73,"target":17},{"source":73,"target":76},{"source":73,"target":6},{"source":76,"target":17},{"source":74,"target":4},{"source":7,"target":0},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":77,"target":45},{"source":77,"target":80},{"source":77,"target":7},{"source":80,"target":45},{"source":78,"target":4},{"source":78,"target":81},{"source":78,"target":7},{"source":81,"target":4},{"source":79,"target":16},{"source":79,"target":82},{"source":79,"target":7},{"source":82,"target":16},{"source":8,"target":0},{"source":8,"target":83},{"source":83,"target":45},{"source":83,"target":84},{"source":83,"target":8},{"source":84,"target":45},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":85},{"source":9,"target":86},{"source":85,"target":12},{"source":85,"target":87},{"source":85,"target":9},{"source":87,"target":12},{"source":86,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":88},{"source":10,"target":89},{"source":10,"target":90},{"source":88,"target":13},{"source":88,"target":91},{"source":88,"target":10},{"source":91,"target":13},{"source":89,"target":13},{"source":89,"target":92},{"source":89,"target":10},{"source":92,"target":13},{"source":90,"target":8},{"source":11,"target":0},{"source":11,"target":93},{"source":11,"target":70},{"source":11,"target":94},{"source":11,"target":95},{"source":93,"target":45},{"source":93,"target":96},{"source":93,"target":11},{"source":96,"target":45},{"source":70,"target":5},{"source":70,"target":97},{"source":70,"target":11},{"source":70,"target":65},{"source":97,"target":5},{"source":94,"target":12},{"source":94,"target":98},{"source":94,"target":11},{"source":98,"target":12},{"source":95,"target":12},{"source":95,"target":99},{"source":95,"target":11},{"source":99,"target":12},{"source":12,"target":0},{"source":12,"target":100},{"source":12,"target":101},{"source":100,"target":8},{"source":100,"target":102},{"source":100,"target":12},{"source":102,"target":8},{"source":101,"target":7},{"source":101,"target":103},{"source":101,"target":12},{"source":103,"target":7},{"source":13,"target":0},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":104,"target":45},{"source":104,"target":107},{"source":104,"target":13},{"source":107,"target":45},{"source":105,"target":14},{"source":105,"target":108},{"source":105,"target":13},{"source":108,"target":14},{"source":106,"target":17},{"source":106,"target":109},{"source":106,"target":13},{"source":109,"target":17},{"source":14,"target":0},{"source":14,"target":110},{"source":14,"target":111},{"source":110,"target":45},{"source":110,"target":112},{"source":110,"target":14},{"source":112,"target":45},{"source":111,"target":15},{"source":111,"target":113},{"source":111,"target":14},{"source":113,"target":15},{"source":15,"target":0},{"source":15,"target":114},{"source":15,"target":115},{"source":15,"target":116},{"source":114,"target":45},{"source":114,"target":117},{"source":114,"target":15},{"source":117,"target":45},{"source":115,"target":3},{"source":115,"target":118},{"source":115,"target":15},{"source":118,"target":3},{"source":116,"target":33},{"source":116,"target":119},{"source":116,"target":15},{"source":119,"target":33},{"source":16,"target":0},{"source":16,"target":120},{"source":16,"target":121},{"source":16,"target":122},{"source":120,"target":45},{"source":120,"target":123},{"source":120,"target":16},{"source":123,"target":45},{"source":121,"target":17},{"source":121,"target":124},{"source":121,"target":16},{"source":124,"target":17},{"source":122,"target":20},{"source":122,"target":125},{"source":122,"target":16},{"source":125,"target":20},{"source":17,"target":0},{"source":17,"target":126},{"source":17,"target":127},{"source":17,"target":128},{"source":126,"target":45},{"source":126,"target":129},{"source":126,"target":17},{"source":129,"target":45},{"source":127,"target":21},{"source":127,"target":130},{"source":127,"target":17},{"source":130,"target":21},{"source":128,"target":19},{"source":128,"target":131},{"source":128,"target":17},{"source":131,"target":19},{"source":18,"target":0},{"source":18,"target":132},{"source":132,"target":45},{"source":132,"target":133},{"source":132,"target":18},{"source":133,"target":45},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":134},{"source":134,"target":18},{"source":20,"target":0},{"source":20,"target":135},{"source":20,"target":136},{"source":20,"target":137},{"source":135,"target":45},{"source":135,"target":138},{"source":135,"target":20},{"source":138,"target":45},{"source":136,"target":19},{"source":136,"target":139},{"source":136,"target":20},{"source":139,"target":19},{"source":137,"target":30},{"source":137,"target":140},{"source":137,"target":20},{"source":140,"target":30},{"source":21,"target":0},{"source":21,"target":141},{"source":21,"target":142},{"source":21,"target":143},{"source":21,"target":144},{"source":141,"target":45},{"source":141,"target":145},{"source":141,"target":21},{"source":145,"target":45},{"source":142,"target":22},{"source":142,"target":146},{"source":142,"target":21},{"source":142,"target":147},{"source":146,"target":22},{"source":143,"target":23},{"source":143,"target":148},{"source":143,"target":21},{"source":143,"target":149},{"source":148,"target":23},{"source":144,"target":24},{"source":144,"target":150},{"source":144,"target":21},{"source":144,"target":151},{"source":150,"target":24},{"source":22,"target":0},{"source":22,"target":152},{"source":22,"target":153},{"source":22,"target":154},{"source":22,"target":155},{"source":22,"target":156},{"source":22,"target":157},{"source":22,"target":158},{"source":22,"target":147},{"source":152,"target":45},{"source":152,"target":159},{"source":152,"target":22},{"source":159,"target":45},{"source":153,"target":23},{"source":153,"target":160},{"source":153,"target":22},{"source":160,"target":23},{"source":154,"target":23},{"source":154,"target":161},{"source":154,"target":22},{"source":161,"target":23},{"source":155,"target":18},{"source":155,"target":162},{"source":155,"target":22},{"source":162,"target":18},{"source":156,"target":29},{"source":156,"target":163},{"source":156,"target":22},{"source":163,"target":29},{"source":157,"target":28},{"source":157,"target":164},{"source":157,"target":22},{"source":164,"target":28},{"source":158,"target":2},{"source":158,"target":165},{"source":158,"target":22},{"source":165,"target":2},{"source":147,"target":21},{"source":147,"target":166},{"source":147,"target":22},{"source":147,"target":142},{"source":166,"target":21},{"source":23,"target":0},{"source":23,"target":167},{"source":23,"target":149},{"source":167,"target":45},{"source":167,"target":168},{"source":167,"target":23},{"source":168,"target":45},{"source":149,"target":21},{"source":149,"target":169},{"source":149,"target":23},{"source":149,"target":143},{"source":169,"target":21},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":170},{"source":24,"target":171},{"source":24,"target":172},{"source":24,"target":151},{"source":24,"target":173},{"source":24,"target":174},{"source":170,"target":18},{"source":170,"target":175},{"source":170,"target":24},{"source":175,"target":18},{"source":171,"target":18},{"source":171,"target":176},{"source":171,"target":24},{"source":176,"target":18},{"source":172,"target":18},{"source":172,"target":177},{"source":172,"target":24},{"source":177,"target":18},{"source":151,"target":21},{"source":151,"target":178},{"source":151,"target":24},{"source":151,"target":144},{"source":178,"target":21},{"source":173,"target":2},{"source":173,"target":179},{"source":173,"target":24},{"source":179,"target":2},{"source":174,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":180},{"source":25,"target":181},{"source":180,"target":26},{"source":180,"target":182},{"source":180,"target":25},{"source":182,"target":26},{"source":181,"target":23},{"source":26,"target":0},{"source":26,"target":183},{"source":26,"target":184},{"source":26,"target":185},{"source":26,"target":186},{"source":26,"target":187},{"source":183,"target":26},{"source":184,"target":26},{"source":185,"target":26},{"source":186,"target":26},{"source":187,"target":26},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":188},{"source":188,"target":24},{"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":191},{"source":191,"target":45},{"source":191,"target":192},{"source":191,"target":29},{"source":192,"target":45},{"source":30,"target":0},{"source":30,"target":18},{"source":30,"target":193},{"source":30,"target":194},{"source":30,"target":195},{"source":193,"target":33},{"source":193,"target":196},{"source":193,"target":30},{"source":196,"target":33},{"source":194,"target":33},{"source":194,"target":197},{"source":194,"target":30},{"source":197,"target":33},{"source":195,"target":18},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":198},{"source":198,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":199},{"source":199,"target":30},{"source":33,"target":0},{"source":33,"target":200},{"source":33,"target":201},{"source":33,"target":202},{"source":33,"target":203},{"source":200,"target":45},{"source":200,"target":204},{"source":200,"target":33},{"source":204,"target":45},{"source":201,"target":30},{"source":201,"target":205},{"source":201,"target":33},{"source":205,"target":30},{"source":202,"target":3},{"source":202,"target":206},{"source":202,"target":33},{"source":206,"target":3},{"source":203,"target":15},{"source":203,"target":207},{"source":203,"target":33},{"source":207,"target":15},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":208},{"source":34,"target":209},{"source":34,"target":210},{"source":208,"target":36},{"source":208,"target":211},{"source":208,"target":34},{"source":211,"target":36},{"source":209,"target":42},{"source":209,"target":212},{"source":209,"target":34},{"source":212,"target":42},{"source":210,"target":30},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":213},{"source":35,"target":214},{"source":35,"target":215},{"source":213,"target":30},{"source":213,"target":216},{"source":213,"target":35},{"source":216,"target":30},{"source":214,"target":40},{"source":214,"target":217},{"source":214,"target":35},{"source":217,"target":40},{"source":215,"target":30},{"source":36,"target":0},{"source":36,"target":218},{"source":36,"target":219},{"source":36,"target":220},{"source":218,"target":45},{"source":218,"target":221},{"source":218,"target":36},{"source":221,"target":45},{"source":219,"target":39},{"source":219,"target":222},{"source":219,"target":36},{"source":222,"target":39},{"source":220,"target":39},{"source":220,"target":223},{"source":220,"target":36},{"source":223,"target":39},{"source":37,"target":0},{"source":37,"target":30},{"source":37,"target":224},{"source":37,"target":225},{"source":224,"target":14},{"source":224,"target":226},{"source":224,"target":37},{"source":226,"target":14},{"source":225,"target":30},{"source":38,"target":0},{"source":38,"target":30},{"source":38,"target":227},{"source":38,"target":228},{"source":227,"target":41},{"source":227,"target":229},{"source":227,"target":38},{"source":229,"target":41},{"source":228,"target":30},{"source":39,"target":0},{"source":39,"target":230},{"source":39,"target":231},{"source":39,"target":232},{"source":230,"target":45},{"source":230,"target":233},{"source":230,"target":39},{"source":233,"target":45},{"source":231,"target":3},{"source":231,"target":234},{"source":231,"target":39},{"source":234,"target":3},{"source":232,"target":36},{"source":232,"target":235},{"source":232,"target":39},{"source":235,"target":36},{"source":40,"target":0},{"source":40,"target":236},{"source":40,"target":237},{"source":40,"target":238},{"source":236,"target":45},{"source":236,"target":239},{"source":236,"target":40},{"source":239,"target":45},{"source":237,"target":33},{"source":237,"target":240},{"source":237,"target":40},{"source":240,"target":33},{"source":238,"target":33},{"source":238,"target":241},{"source":238,"target":40},{"source":241,"target":33},{"source":41,"target":0},{"source":41,"target":242},{"source":242,"target":3},{"source":242,"target":243},{"source":242,"target":41},{"source":243,"target":3},{"source":42,"target":0},{"source":42,"target":244},{"source":42,"target":245},{"source":42,"target":246},{"source":244,"target":45},{"source":244,"target":247},{"source":244,"target":42},{"source":247,"target":45},{"source":245,"target":39},{"source":245,"target":248},{"source":245,"target":42},{"source":248,"target":39},{"source":246,"target":33},{"source":246,"target":249},{"source":246,"target":42},{"source":249,"target":33},{"source":43,"target":0},{"source":43,"target":35},{"source":43,"target":250},{"source":43,"target":251},{"source":43,"target":252},{"source":250,"target":30},{"source":250,"target":253},{"source":250,"target":43},{"source":253,"target":30},{"source":251,"target":30},{"source":251,"target":254},{"source":251,"target":43},{"source":254,"target":30},{"source":252,"target":35},{"source":44,"target":0},{"source":44,"target":35},{"source":44,"target":255},{"source":44,"target":256},{"source":44,"target":257},{"source":44,"target":258},{"source":255,"target":30},{"source":255,"target":259},{"source":255,"target":44},{"source":259,"target":30},{"source":256,"target":30},{"source":256,"target":260},{"source":256,"target":44},{"source":260,"target":30},{"source":257,"target":30},{"source":257,"target":261},{"source":257,"target":44},{"source":261,"target":30},{"source":258,"target":35},{"source":45,"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="geometry" nsURI="http://www.eclipse.org/january/geometry" nsPrefix="org.eclipse.january.geometry">
<eClassifiers xsi:type="ecore:EClass" name="Shape" eSuperTypes="#//INode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class defines a shape as a collection of triangles and a center, or origin, of the space. This is also a base class for common and complex shapes. Common shapes are commonly known shapes like spheres, cubes, cylinders and others that form the basis of Constructive Solid Geometry packages. Complex shapes are common shapes that have been combined using boolean operations such as unions and intersections."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="material" eType="#//Material"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Triangle">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A triangle is a collection of three vertices that are connected by three edges and together form a discrete plane in three dimensional space."/>
</eAnnotations>
<eOperations name="equals" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="otherObject" eType="#//Object"/>
</eOperations>
<eOperations name="hashCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="normal" eType="#//Vertex"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The normal, or normal vector, is a vector that is perpendicular to the surface of the triangle. It is computed by taking the cross product of any two vectors formed between the three vertices."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="vertices" upperBound="3"
eType="#//Vertex" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Each triangle has exactly three vertices where its edges meet."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Vertex">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Vertex class represents a simple three dimensional point in space with x, y, and z coordinates where one or more curves, lines or edges converge."/>
</eAnnotations>
<eOperations name="clone" eType="#//Object">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Create a copy of this vertex."/>
</eAnnotations>
</eOperations>
<eOperations name="equals" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="otherObject" eType="#//Object"/>
</eOperations>
<eOperations name="hashCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The vertex's coordinate along the x axis."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The vertex's coordinate along the y axis."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="z" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The vertex's coordinate along the z axis."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sphere" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A sphere, or ball, is a three dimensional shape where the distance from the center of the sphere to any point on its surface, called the radius, is constant."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The radius is the distance from the center of the sphere to any point on the surface. It is constant across the entire sphere."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cube" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A cube, or perfect box, is a three dimensional shape composed of six faces that are perpendicular to each other. Each face is composed of four vertices that are connected by edges that are perpendicular to each other. The total number of vertices in the box is eight with each vertex being shared by three edges and three sides. The distance from the center of the cube to each vertex is constant. The length of any side of the box is constant."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sideLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The length of any side of the box."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cylinder" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A cylinder is a shape formed by a surface whose points are equidistant from a central axis. The shortest distance from a point on the surface to the central axis is the radius of the cylinder. The length of the central axis is defined as as the height of the cylinder. The center of the cylinder lies exactly in the middle of the central axis."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The radius is the shortest distance from a point on the surface of the cylinder to the central axis. It is constant across the entire cylinder."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The length of the central axis of the cylinder."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Geometry" eSuperTypes="#//INode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A Geometry is a collection of shapes that form a complex, three dimensional object."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="vertexSources" upperBound="-1"
eType="#//VertexSource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tube" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A tube is a cylindrical shape with a circular hole going down its length. There are two cases which a tube may represent:

In the normal case, a tube consists of four elements. There are two cylinderical surfaces of the same heigh and center, oriented in the same direction, with one containing the other. There are also two flat "O" shaped surfaces which rest on the top and bottom of the two curved surfaces, forming the flat edges of the tube.

In the special case that the tubes inner radius is equal to its radius, there will be only one surface. This surface will be the outline of a circle extruded to form a cylinder with no top or bottom."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cylinder's height."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="innerRadius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The radius of the inner hole bored through the outer cylinder to form the pipe. This value must be no greater than radius. "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The radius of the circle forming the outer edge of the tube."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="INode" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An INode represents a single node in a geometry tree."/>
</eAnnotations>
<eOperations name="changeDecoratorProperty">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Fire a notification that will alert decorator pattern classes registered to this object that they should change their state.

This method is intended to cause change in the INode's graphical representation in a non-permanent way, by modifying qualities such as opacity which are purely concerned with rendering and do not belong to the modeling data itself.

"Property" should offer sufficient description for the client to determine "value"'s type."/>
</eAnnotations>
<eParameters name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="value" eType="#//Object"/>
</eOperations>
<eOperations name="getPropertyNames" 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="Get the names of all properties set for this shape."/>
<details key="body" value="//Return a list of the properties' keys.
return new BasicEList<String>(properties.keySet());"/>
</eAnnotations>
</eOperations>
<eOperations name="getProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get the value for one of the shape's properties."/>
<details key="body" value="return properties.get(property);"/>
</eAnnotations>
<eParameters name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the property whose value is to be returned."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="setProperty">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set one of the Shape's properties."/>
<details key="body" value="properties.put(property, value);"/>
</eAnnotations>
<eParameters name="property" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the property whose value is being set."/>
</eAnnotations>
</eParameters>
<eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The property's new value."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="addNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Add a child to the list of children nodes contained by this object.

It is intended that users will use addNode() instead of adding objects directly to the nodes list to properly maintain the child's parent attribute."/>
</eAnnotations>
<eParameters name="child" eType="#//INode"/>
</eOperations>
<eOperations name="removeNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Remove a child from the list of children nodes contained by this object.

It is intended that users will use removeNode() instead of adding objects directly to the nodes list to properly maintain the child's parent attribute."/>
</eAnnotations>
<eParameters name="child" eType="#//INode"/>
</eOperations>
<eOperations name="copy">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Make this object a copy of the source object, if the source object is of an appropriate type."/>
</eAnnotations>
<eParameters name="source" eType="#//Object"/>
</eOperations>
<eOperations name="clone" eType="#//Object">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Create a copy of this object."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The name of the node."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An optional node id to identify the node numerically."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//INode" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of nodes that compose the head node."/>
</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="A string representing the type of entity this node represents in the tree in a human readable way. Example values might include "cube", "sphere" or "intersection.""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="triangles" upperBound="-1"
eType="#//Triangle" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A series of triangles which comprise the mesh which will represent this object graphically. If this list is empty, it will be the responsibility of other classes to determine, based on this INode's "type", what mesh, if any, should be displayed for it."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="center" lowerBound="1"
eType="#//Vertex">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Each shape is centered on a special vertex."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//INode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operator" eSuperTypes="#//INode"/>
<eClassifiers xsi:type="ecore:EClass" name="Union" eSuperTypes="#//Operator"/>
<eClassifiers xsi:type="ecore:EClass" name="Intersection" eSuperTypes="#//Operator"/>
<eClassifiers xsi:type="ecore:EClass" name="Complement" eSuperTypes="#//Operator"/>
<eClassifiers xsi:type="ecore:EClass" name="Material">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="phongMatName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="texture" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="materialFiles" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IGeometryImporter" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This interface defines the operations by which Geometry instances can be imported from disk. Importers are expected to provide a load operation in addition to a short description and a list of valid file types."/>
</eAnnotations>
<eOperations name="load" eType="#//Geometry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This operation directs the import to load the geometry at the specified Path."/>
</eAnnotations>
<eParameters name="path" eType="#//Path"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileTypes" lowerBound="1"
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="The list of file format types supported by this importer."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A brief description of the format supported by the importer."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Path" instanceClassName="java.nio.file.Path">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a file path on the file system."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="STLGeometryImporter" eSuperTypes="#//IGeometryImporter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class imports geometries based on the STL format. It supports only the ASCII version of STL."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Object" instanceTypeName="newDataType2"/>
<eClassifiers xsi:type="ecore:EClass" name="Pipe" eSuperTypes="#//Tube">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A pipe is a directional tube. It has a definite top and a definite bottom, and has been extended to include data about rods important to a nuclear reactor model.

This class is part of the nuclear reactor example code, and is included here as an example of extending the model."/>
</eAnnotations>
<eOperations name="getLowerEdge" eType="#//BoundingBox">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get the bounding box encompassing the lower (output) edge of the pipe."/>
</eAnnotations>
</eOperations>
<eOperations name="getUpperEdge" eType="#//BoundingBox">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Get the bounding box surrounding the top (inputt) edge of the pipe."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numRods" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The number of rods in the pipe."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pitch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The pipe's pitch."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rodDiameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The diameter of the pipe's contained rods."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rotationX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The amount of rotation about the X axis applied to the pipe, given in radians."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rotationY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The amount of rotation about the y axis applied to the pipe, given in radians."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rotationZ" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The amount of rotation about the z axis applied to the pipe, given in radians. "/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoundingBox">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A bounding box describes the minimally sized rectangular prism box to contain some region. The box is defined by two points on opposite sides of the prism, one formed from (minX, minY, minZ) and the other from (maxX, maxY, maxZ). These points are chosen such that minX is the smallest the x coordinate can be in any point within the prism, maxX is the maximal x coordinate value, minY is the minal y coordinate value, etc. "/>
</eAnnotations>
<eOperations name="addArea">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Adds the given bounding box's area to the area represented by this one. If the bounding box is contained within this one, there will be no change. If it is partially or wholly outside, this bounding box will be enlargened by the minimal amount required to contain it. "/>
</eAnnotations>
<eParameters name="area" eType="#//BoundingBox"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The maximal x value in the bounding box."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The maximal y value in the bounding box."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxZ" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The maximal z value in the bounding box."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The minimal x value in the bounding box."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The minimal y value in the bounding box."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minZ" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"
defaultValueLiteral="0.0">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The minimal z value in the bounding box."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Junction" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A junction shape between pipes in a reactor. A junction is drawn as a box around the lower ends of its input pipes and the upper ends of its output pipes. 

This class is part of the nuclear reactor example code, and is included here as an example of extending the model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The height of the junction. Note that this does not influence how the junction will be drawn."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The junction's zIn property."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zOut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The junction's zOut property."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1"
eType="#//Pipe" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The pipes which provide input flow for this junction."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="output" upperBound="-1"
eType="#//Pipe" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The pipes which will receive output from this junction."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HeatExchanger" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A heat exchanger is a wrapper around a pipe shape. It represents connections between up to four junctions. The HeatExchanger will be drawn as a box around the pipe and two additional cylindrical shells which connect the box to up to two junction. 

This class is part of the nuclear reactor example code, and is included here as an example of extending the model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="pipe" eType="#//Pipe"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="#//Junction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The junction which provides the input to the secondary pipe for the HeatExchanger."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="#//Junction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The junction to which output is provided from the HeatExchanger's secondary pipe."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reactor" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A shape representing the core reactor in a nuclear reactor. It is represented by a cut away of a capsule shape around a series of pipes, consisting of two strainght rectangular sides along its shortest dimension, a curved side along the middle dimension, and the largest dimension left open to show the pipes within.

This class is part of the nuclear reactor example code, and is included here as an example of extending the model."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="pipes" upperBound="-1"
eType="#//Pipe" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PolyShape" eSuperTypes="#//Shape">
<eStructuralFeatures xsi:type="ecore:EReference" name="faces" upperBound="-1"
eType="#//Face" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vertexSource" eType="#//VertexSource"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="materialFiles" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Face">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vertexIndices" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textureIndices" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VertexSource">
<eStructuralFeatures xsi:type="ecore:EReference" name="vertices" upperBound="-1"
eType="#//Vertex" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="textureCoordinates" upperBound="-1"
eType="#//Vertex" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="materialFiles" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TriangleStripPolyShape" eSuperTypes="#//PolyShape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A PolyShape in which the mesh is specified according to a triangle strip format. This means that instead of specifying faces by vertices around the edge, each three consecutive vertices will form a triangle, with each vertex but those at the ends being a vertex for three triangles."/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/january-forms/org.eclipse.january.geometry.model/model/org.eclipse.january.geometry.ecore | ecore | geometry
Shape
material
Triangle
equals
otherObject
hashCode
normal
vertices
Vertex
clone
equals
otherObject
hashCode
x
y
z
Sphere
radius
Cube
sideLength
Cylinder
radius
height
Geometry
vertexSources
Tube
height
0.0
innerRadius
0.0
radius
0.0
INode
changeDecoratorProperty
property
value
getPropertyNames
getProperty
property
setProperty
property
value
addNode
child
removeNode
child
copy
source
clone
name
id
nodes
type
triangles
center
parent
Operator
Union
Intersection
Complement
Material
phongMatName
texture
materialFiles
IGeometryImporter
load
path
fileTypes
description
Path
java.nio.file.Path
java.nio.file.Path
STLGeometryImporter
Object
java.lang.Object
newDataType2
Pipe
getLowerEdge
getUpperEdge
numRods
pitch
rodDiameter
rotationX
rotationY
rotationZ
BoundingBox
addArea
area
maxX
maxY
0.0
maxZ
0.0
minX
0.0
minY
0.0
minZ
0.0
Junction
height
zIn
zOut
input
output
HeatExchanger
pipe
input
output
Reactor
pipes
PolyShape
faces
vertexSource
materialFiles
Face
vertexIndices
textureIndices
VertexSource
vertices
textureCoordinates
materialFiles
TriangleStripPolyShape | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.january.geometry","nsURI":"http://www.eclipse.org/january/geometry","name":"geometry","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Triangle","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sphere","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cube","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cylinder","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Geometry","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tube","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INode","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Union","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Intersection","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Complement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Material","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IGeometryImporter","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.nio.file.Path","defaultValue":null,"instanceClassName":"java.nio.file.Path","name":"Path","instanceClass":"java.nio.file.Path","id":16,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STLGeometryImporter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"newDataType2","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pipe","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundingBox","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Junction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeatExchanger","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reactor","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolyShape","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Face","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VertexSource","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriangleStripPolyShape","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"material","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"equals","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hashCode","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"normal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vertices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherObject","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"clone","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equals","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hashCode","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"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":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"z","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherObject","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"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"radius","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"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":"sideLength","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"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":"radius","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":"height","changeable":true,"lowerBound":0,"iD":false,"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":"vertexSources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"innerRadius","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":"0.0","unsettable":false,"transient":false,"unique":true,"name":"radius","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"changeDecoratorProperty","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPropertyNames","lowerBound":0,"id":77,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperty","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setProperty","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addNode","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copy","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clone","lowerBound":0,"id":83,"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":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"triangles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"center","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EParameter"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EParameter"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"child","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"child","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","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"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"phongMatName","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":"texture","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"materialFiles","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"load","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileTypes","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"path","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EParameter"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLowerEdge","lowerBound":0,"id":136,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUpperEdge","lowerBound":0,"id":137,"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":"numRods","changeable":true,"lowerBound":0,"iD":false,"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":"pitch","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rodDiameter","changeable":true,"lowerBound":0,"iD":false,"id":140,"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":"rotationX","changeable":true,"lowerBound":0,"iD":false,"id":141,"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":"rotationY","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rotationZ","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addArea","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxX","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"maxY","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"maxZ","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"minX","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"minY","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":"0.0","unsettable":false,"transient":false,"unique":true,"name":"minZ","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"area","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"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":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zIn","changeable":true,"lowerBound":0,"iD":false,"id":169,"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":"zOut","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","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":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pipe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"output","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pipes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"faces","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":"vertexSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"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":"materialFiles","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":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vertexIndices","changeable":true,"lowerBound":0,"iD":false,"id":196,"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":"textureIndices","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vertices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"textureCoordinates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"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":"materialFiles","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":28},{"source":1,"target":29},{"source":28,"target":14},{"source":28,"target":30},{"source":28,"target":1},{"source":30,"target":14},{"source":29,"target":9},{"source":2,"target":0},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":31,"target":35},{"source":31,"target":2},{"source":31,"target":36},{"source":36,"target":18},{"source":36,"target":37},{"source":36,"target":31},{"source":37,"target":18},{"source":32,"target":38},{"source":32,"target":2},{"source":33,"target":3},{"source":33,"target":39},{"source":33,"target":2},{"source":39,"target":3},{"source":34,"target":3},{"source":34,"target":40},{"source":34,"target":2},{"source":40,"target":3},{"source":3,"target":0},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":41,"target":18},{"source":41,"target":47},{"source":41,"target":3},{"source":47,"target":18},{"source":42,"target":48},{"source":42,"target":3},{"source":42,"target":49},{"source":49,"target":18},{"source":49,"target":50},{"source":49,"target":42},{"source":50,"target":18},{"source":43,"target":51},{"source":43,"target":3},{"source":44,"target":52},{"source":44,"target":3},{"source":45,"target":53},{"source":45,"target":3},{"source":46,"target":54},{"source":46,"target":3},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":55},{"source":4,"target":56},{"source":55,"target":57},{"source":55,"target":4},{"source":56,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":58},{"source":5,"target":59},{"source":58,"target":60},{"source":58,"target":5},{"source":59,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":61,"target":64},{"source":61,"target":6},{"source":62,"target":65},{"source":62,"target":6},{"source":63,"target":1},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":66},{"source":7,"target":67},{"source":66,"target":26},{"source":66,"target":68},{"source":66,"target":7},{"source":68,"target":26},{"source":67,"target":9},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"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":72,"target":1},{"source":9,"target":0},{"source":9,"target":76},{"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":76,"target":9},{"source":76,"target":91},{"source":76,"target":92},{"source":91,"target":93},{"source":91,"target":76},{"source":92,"target":18},{"source":92,"target":94},{"source":92,"target":76},{"source":94,"target":18},{"source":77,"target":95},{"source":77,"target":9},{"source":78,"target":96},{"source":78,"target":9},{"source":78,"target":97},{"source":97,"target":98},{"source":97,"target":78},{"source":79,"target":9},{"source":79,"target":99},{"source":79,"target":100},{"source":99,"target":101},{"source":99,"target":79},{"source":100,"target":102},{"source":100,"target":79},{"source":80,"target":9},{"source":80,"target":103},{"source":103,"target":9},{"source":103,"target":104},{"source":103,"target":80},{"source":104,"target":9},{"source":81,"target":9},{"source":81,"target":105},{"source":105,"target":9},{"source":105,"target":106},{"source":105,"target":81},{"source":106,"target":9},{"source":82,"target":9},{"source":82,"target":107},{"source":107,"target":18},{"source":107,"target":108},{"source":107,"target":82},{"source":108,"target":18},{"source":83,"target":18},{"source":83,"target":109},{"source":83,"target":9},{"source":109,"target":18},{"source":84,"target":110},{"source":84,"target":9},{"source":85,"target":111},{"source":85,"target":9},{"source":86,"target":9},{"source":86,"target":112},{"source":86,"target":9},{"source":112,"target":9},{"source":87,"target":113},{"source":87,"target":9},{"source":88,"target":2},{"source":88,"target":114},{"source":88,"target":9},{"source":114,"target":2},{"source":89,"target":3},{"source":89,"target":115},{"source":89,"target":9},{"source":115,"target":3},{"source":90,"target":9},{"source":90,"target":116},{"source":90,"target":9},{"source":116,"target":9},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":117},{"source":117,"target":9},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":118},{"source":118,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":119},{"source":119,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":120},{"source":120,"target":10},{"source":14,"target":0},{"source":14,"target":121},{"source":14,"target":122},{"source":14,"target":123},{"source":121,"target":124},{"source":121,"target":14},{"source":122,"target":125},{"source":122,"target":14},{"source":123,"target":126},{"source":123,"target":14},{"source":15,"target":0},{"source":15,"target":127},{"source":15,"target":128},{"source":15,"target":129},{"source":127,"target":7},{"source":127,"target":130},{"source":127,"target":15},{"source":127,"target":131},{"source":130,"target":7},{"source":131,"target":16},{"source":131,"target":132},{"source":131,"target":127},{"source":132,"target":16},{"source":128,"target":133},{"source":128,"target":15},{"source":129,"target":134},{"source":129,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":135},{"source":135,"target":15},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":136},{"source":19,"target":137},{"source":19,"target":138},{"source":19,"target":139},{"source":19,"target":140},{"source":19,"target":141},{"source":19,"target":142},{"source":19,"target":143},{"source":19,"target":144},{"source":136,"target":20},{"source":136,"target":145},{"source":136,"target":19},{"source":145,"target":20},{"source":137,"target":20},{"source":137,"target":146},{"source":137,"target":19},{"source":146,"target":20},{"source":138,"target":147},{"source":138,"target":19},{"source":139,"target":148},{"source":139,"target":19},{"source":140,"target":149},{"source":140,"target":19},{"source":141,"target":150},{"source":141,"target":19},{"source":142,"target":151},{"source":142,"target":19},{"source":143,"target":152},{"source":143,"target":19},{"source":144,"target":8},{"source":20,"target":0},{"source":20,"target":153},{"source":20,"target":154},{"source":20,"target":155},{"source":20,"target":156},{"source":20,"target":157},{"source":20,"target":158},{"source":20,"target":159},{"source":153,"target":20},{"source":153,"target":160},{"source":160,"target":20},{"source":160,"target":161},{"source":160,"target":153},{"source":161,"target":20},{"source":154,"target":162},{"source":154,"target":20},{"source":155,"target":163},{"source":155,"target":20},{"source":156,"target":164},{"source":156,"target":20},{"source":157,"target":165},{"source":157,"target":20},{"source":158,"target":166},{"source":158,"target":20},{"source":159,"target":167},{"source":159,"target":20},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":168},{"source":21,"target":169},{"source":21,"target":170},{"source":21,"target":171},{"source":21,"target":172},{"source":21,"target":173},{"source":168,"target":174},{"source":168,"target":21},{"source":169,"target":175},{"source":169,"target":21},{"source":170,"target":176},{"source":170,"target":21},{"source":171,"target":19},{"source":171,"target":177},{"source":171,"target":21},{"source":177,"target":19},{"source":172,"target":19},{"source":172,"target":178},{"source":172,"target":21},{"source":178,"target":19},{"source":173,"target":1},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":179},{"source":22,"target":180},{"source":22,"target":181},{"source":22,"target":182},{"source":179,"target":19},{"source":179,"target":183},{"source":179,"target":22},{"source":183,"target":19},{"source":180,"target":21},{"source":180,"target":184},{"source":180,"target":22},{"source":184,"target":21},{"source":181,"target":21},{"source":181,"target":185},{"source":181,"target":22},{"source":185,"target":21},{"source":182,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":186},{"source":23,"target":187},{"source":186,"target":19},{"source":186,"target":188},{"source":186,"target":23},{"source":188,"target":19},{"source":187,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":189},{"source":24,"target":190},{"source":24,"target":191},{"source":24,"target":192},{"source":189,"target":25},{"source":189,"target":193},{"source":189,"target":24},{"source":193,"target":25},{"source":190,"target":26},{"source":190,"target":194},{"source":190,"target":24},{"source":194,"target":26},{"source":191,"target":195},{"source":191,"target":24},{"source":192,"target":1},{"source":25,"target":0},{"source":25,"target":196},{"source":25,"target":197},{"source":196,"target":198},{"source":196,"target":25},{"source":197,"target":199},{"source":197,"target":25},{"source":26,"target":0},{"source":26,"target":200},{"source":26,"target":201},{"source":26,"target":202},{"source":200,"target":3},{"source":200,"target":203},{"source":200,"target":26},{"source":203,"target":3},{"source":201,"target":3},{"source":201,"target":204},{"source":201,"target":26},{"source":204,"target":3},{"source":202,"target":205},{"source":202,"target":26},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":206},{"source":206,"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="component_diagram" nsURI="http://component_diagram/1.0" nsPrefix="component_diagram">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="commonBase" value="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#/"/>
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="ComponentType" abstract="true" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="port_types" upperBound="-1"
eType="#//PortType" containment="true" eOpposite="#//PortType/component_type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" upperBound="-1"
eType="#//ComponentInstance" eOpposite="#//ComponentInstance/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="TwoPorts TwoDifferentPorts"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="TwoPorts" value="self.port->size() = 2"/>
<details key="TwoDifferentPorts" value="self.port->forAll(p1, p2 | p1<>p2 implies (p1.outComponent->size() + p2.outComponent->size() = 1 and p1.inComponent->size() + p2.inComponent->size() = 1))"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="port" lowerBound="2" upperBound="2"
eType="#//PortInstance" eOpposite="#//PortInstance/connect"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortInstance" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ExactlyOneConnector ExactlyOneComponent"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="ExactlyOneConnector" value="self.connect->size() = 1"/>
<details key="ExactlyOneComponent" value="self.outComponent->size() + self.inComponent->size() = 1"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connect" eType="#//Connector"
eOpposite="#//Connector/port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outComponent" eType="#//ComponentInstance"
eOpposite="#//ComponentInstance/outPorts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inComponent" eType="#//ComponentInstance"
eOpposite="#//ComponentInstance/inPorts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//PortType"
eOpposite="#//PortType/port_instance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HardwareComponent" eSuperTypes="#//ComponentType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="powerSupply" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SoftwareComponent" eSuperTypes="#//ComponentType"/>
<eClassifiers xsi:type="ecore:EClass" name="ElectronicDevice" eSuperTypes="#//HardwareComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="MechanicalDevice" eSuperTypes="#//HardwareComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="Actuator" eSuperTypes="#//MechanicalDevice"/>
<eClassifiers xsi:type="ecore:EClass" name="Sensor" eSuperTypes="#//ElectronicDevice">
<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="Architecture" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="UniqueComponentTypeNames UniqueConnectorNames UniquePortNames UniqueComponentInstanceNames UniquePortTypeNames"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="UniqueComponentTypeNames" value="self.component.name -> asSet() -> size() = self.component.name -> size()"/>
<details key="UniqueConnectorNames" value="self.connectors.name -> asSet() -> size() = self.connectors.name -> size()"/>
<details key="UniquePortNames" value="self.ports.name -> asSet() -> size() = self.ports.name -> size()"/>
<details key="UniqueComponentInstanceNames" value="self.instances.name -> asSet() -> size() = self.instances.name -> size()"/>
<details key="UniquePortTypeNames" value="self.port_type.name -> asSet() -> size() = self.port_type.name -> size()"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="component" upperBound="-1"
eType="#//ComponentType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectors" upperBound="-1"
eType="#//Connector" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="#//PortInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1"
eType="#//ComponentInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="port_type" upperBound="-1"
eType="#//PortType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentInstance" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subcomponent" upperBound="-1"
eType="#//ComponentInstance" containment="true" eOpposite="#//ComponentInstance/parentcomponent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentcomponent" eType="#//ComponentInstance"
eOpposite="#//ComponentInstance/subcomponent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPorts" upperBound="-1"
eType="#//PortInstance" containment="true" eOpposite="#//PortInstance/inComponent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPorts" upperBound="-1"
eType="#//PortInstance" containment="true" eOpposite="#//PortInstance/outComponent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ComponentType"
eOpposite="#//ComponentType/instance"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortType" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="component_type" eType="#//ComponentType"
eOpposite="#//ComponentType/port_types"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="port_instance" upperBound="-1"
eType="#//PortInstance" eOpposite="#//PortInstance/type"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/CoWolf/CoWolf/de.uni_stuttgart.iste.cowolf.model.component_diagram/model/component_diagram.ecore | ecore | component_diagram
ComponentType
name
port_types
instance
Connector
name
port
PortInstance
name
connect
outComponent
inComponent
type
HardwareComponent
powerSupply
SoftwareComponent
ElectronicDevice
MechanicalDevice
Actuator
Sensor
type
Architecture
component
connectors
ports
instances
port_type
ComponentInstance
name
subcomponent
parentcomponent
inPorts
outPorts
type
version
0
PortType
name
component_type
port_instance | null | {"directed":true,"nodes":[{"nsPrefix":"component_diagram","nsURI":"http://component_diagram/1.0","name":"component_diagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortInstance","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HardwareComponent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareComponent","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElectronicDevice","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MechanicalDevice","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuator","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Architecture","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentInstance","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":false,"unique":true,"name":"port_types","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":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"component_type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":2,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port_instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"powerSupply","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component","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":"connectors","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":"ports","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":"instances","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":"port_type","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"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":"parentcomponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"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":"version","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":13,"target":17},{"source":13,"target":1},{"source":14,"target":12},{"source":14,"target":18},{"source":14,"target":1},{"source":14,"target":19},{"source":18,"target":12},{"source":15,"target":11},{"source":15,"target":20},{"source":15,"target":1},{"source":15,"target":21},{"source":20,"target":11},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":3},{"source":23,"target":26},{"source":23,"target":2},{"source":23,"target":27},{"source":26,"target":3},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":27},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":28,"target":33},{"source":28,"target":3},{"source":27,"target":2},{"source":27,"target":34},{"source":27,"target":3},{"source":27,"target":23},{"source":34,"target":2},{"source":29,"target":11},{"source":29,"target":35},{"source":29,"target":3},{"source":29,"target":36},{"source":35,"target":11},{"source":30,"target":11},{"source":30,"target":37},{"source":30,"target":3},{"source":30,"target":38},{"source":37,"target":11},{"source":31,"target":12},{"source":31,"target":39},{"source":31,"target":3},{"source":31,"target":40},{"source":39,"target":12},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":41},{"source":4,"target":42},{"source":41,"target":43},{"source":41,"target":4},{"source":42,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":44},{"source":44,"target":1},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":45},{"source":45,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":46},{"source":46,"target":4},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":47},{"source":47,"target":7},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":48},{"source":9,"target":49},{"source":48,"target":50},{"source":48,"target":9},{"source":49,"target":6},{"source":10,"target":0},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":10,"target":54},{"source":10,"target":55},{"source":10,"target":56},{"source":51,"target":1},{"source":51,"target":57},{"source":51,"target":10},{"source":57,"target":1},{"source":52,"target":2},{"source":52,"target":58},{"source":52,"target":10},{"source":58,"target":2},{"source":53,"target":3},{"source":53,"target":59},{"source":53,"target":10},{"source":59,"target":3},{"source":54,"target":11},{"source":54,"target":60},{"source":54,"target":10},{"source":60,"target":11},{"source":55,"target":12},{"source":55,"target":61},{"source":55,"target":10},{"source":61,"target":12},{"source":11,"target":0},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":64},{"source":11,"target":38},{"source":11,"target":36},{"source":11,"target":21},{"source":11,"target":65},{"source":11,"target":66},{"source":62,"target":67},{"source":62,"target":11},{"source":63,"target":11},{"source":63,"target":68},{"source":63,"target":11},{"source":63,"target":64},{"source":68,"target":11},{"source":64,"target":11},{"source":64,"target":69},{"source":64,"target":11},{"source":64,"target":63},{"source":69,"target":11},{"source":38,"target":3},{"source":38,"target":70},{"source":38,"target":11},{"source":38,"target":30},{"source":70,"target":3},{"source":36,"target":3},{"source":36,"target":71},{"source":36,"target":11},{"source":36,"target":29},{"source":71,"target":3},{"source":21,"target":1},{"source":21,"target":72},{"source":21,"target":11},{"source":21,"target":15},{"source":72,"target":1},{"source":65,"target":73},{"source":65,"target":11},{"source":12,"target":0},{"source":12,"target":74},{"source":12,"target":19},{"source":12,"target":40},{"source":12,"target":75},{"source":74,"target":76},{"source":74,"target":12},{"source":19,"target":1},{"source":19,"target":77},{"source":19,"target":12},{"source":19,"target":14},{"source":77,"target":1},{"source":40,"target":3},{"source":40,"target":78},{"source":40,"target":12},{"source":40,"target":31},{"source":78,"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="model" nsURI="http://www.archimatetool.com/archimate" nsPrefix="archimate">
<eClassifiers xsi:type="ecore:EDataType" name="File" instanceClassName="java.io.File"
serializable="false"/>
<eClassifiers xsi:type="ecore:EClass" name="Adapter" abstract="true" interface="true">
<eOperations name="getAdapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="adapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="setAdapter">
<eParameters name="adapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Identifier" abstract="true" interface="true">
<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="Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Properties" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="property"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Features" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//Feature" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="feature"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metadata">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//Property" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="entry"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Nameable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextContent" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Documentable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cloneable" abstract="true" interface="true">
<eOperations name="getCopy" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FolderType">
<eLiterals name="user"/>
<eLiterals name="strategy" value="1" literal="strategy"/>
<eLiterals name="business" value="2"/>
<eLiterals name="application" value="3"/>
<eLiterals name="technology" value="4"/>
<eLiterals name="relations" value="5"/>
<eLiterals name="other" value="6" literal="other"/>
<eLiterals name="diagrams" value="7"/>
<eLiterals name="motivation" value="8" literal="motivation"/>
<eLiterals name="implementation_migration" value="9" literal="implementation_migration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FolderContainer" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="folders" upperBound="-1"
eType="#//Folder" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="folder"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Folder" eSuperTypes="#//ArchimateModelObject #//FolderContainer #//Documentable #//Properties">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="element"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//FolderType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateModelObject" abstract="true"
interface="true" eSuperTypes="#//Adapter #//Nameable #//Identifier #//Features">
<eOperations name="getArchimateModel" eType="#//ArchimateModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateConcept" abstract="true" eSuperTypes="#//ArchimateModelObject #//Cloneable #//Documentable #//Properties"/>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateElement" abstract="true" eSuperTypes="#//ArchimateConcept"/>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateRelationship" abstract="true"
eSuperTypes="#//ArchimateConcept">
<eOperations name="connect">
<eParameters name="source" eType="#//ArchimateConcept"/>
<eParameters name="target" eType="#//ArchimateConcept"/>
</eOperations>
<eOperations name="reconnect"/>
<eOperations name="disconnect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ArchimateConcept"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ArchimateConcept"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StrategyElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationElement" abstract="true"
interface="true" eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyObject" abstract="true" interface="true"
eSuperTypes="#//TechnologyElement #//PassiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PhysicalElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MotivationElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ImplementationMigrationElement" abstract="true"
interface="true" eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CompositeElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StrategyBehaviorElement" abstract="true"
interface="true" eSuperTypes="#//BehaviorElement #//StrategyElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructureElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ActiveStructureElement" abstract="true"
interface="true" eSuperTypes="#//StructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PassiveStructureElement" abstract="true"
interface="true" eSuperTypes="#//StructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralRelationship" abstract="true"
interface="true" eSuperTypes="#//ArchimateRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="DependendencyRelationship" abstract="true"
interface="true" eSuperTypes="#//ArchimateRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="DynamicRelationship" abstract="true"
interface="true" eSuperTypes="#//ArchimateRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="OtherRelationship" abstract="true" interface="true"
eSuperTypes="#//ArchimateRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateModel" eSuperTypes="#//FolderContainer #//ArchimateModelObject #//Properties">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="model"/>
</eAnnotations>
<eOperations name="setDefaults"/>
<eOperations name="getDefaultFolderForObject" eType="#//Folder">
<eParameters name="object" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="getDefaultDiagramModel" eType="#//DiagramModel"/>
<eOperations name="getDiagramModels" upperBound="-1" eType="#//DiagramModel"/>
<eOperations name="getFolder" eType="#//Folder">
<eParameters name="type" eType="#//FolderType"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" eType="#//File" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" eType="#//Metadata"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Junction" eSuperTypes="#//ArchimateElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationCollaboration" eSuperTypes="#//ApplicationElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationComponent" eSuperTypes="#//ApplicationElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationEvent" eSuperTypes="#//ApplicationElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationFunction" eSuperTypes="#//ApplicationElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationInteraction" eSuperTypes="#//ApplicationElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationInterface" eSuperTypes="#//ApplicationElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationProcess" eSuperTypes="#//ApplicationElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationService" eSuperTypes="#//ApplicationElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//TechnologyObject"/>
<eClassifiers xsi:type="ecore:EClass" name="Assessment" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessActor" eSuperTypes="#//BusinessElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessCollaboration" eSuperTypes="#//BusinessElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessEvent" eSuperTypes="#//BusinessElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessFunction" eSuperTypes="#//BusinessElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessInteraction" eSuperTypes="#//BusinessElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessInterface" eSuperTypes="#//BusinessElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessObject" eSuperTypes="#//BusinessElement #//PassiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessProcess" eSuperTypes="#//BusinessElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessRole" eSuperTypes="#//BusinessElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessService" eSuperTypes="#//BusinessElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Capability" eSuperTypes="#//StrategyBehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationNetwork" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Contract" eSuperTypes="#//BusinessObject"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CourseOfAction" eSuperTypes="#//StrategyElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataObject" eSuperTypes="#//ApplicationElement #//PassiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Deliverable" eSuperTypes="#//ImplementationMigrationElement #//PassiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DistributionNetwork" eSuperTypes="#//PhysicalElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Driver" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Equipment" eSuperTypes="#//PhysicalElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Facility" eSuperTypes="#//PhysicalElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Gap" eSuperTypes="#//ImplementationMigrationElement #//PassiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Grouping" eSuperTypes="#//CompositeElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ImplementationEvent" eSuperTypes="#//ImplementationMigrationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Location" eSuperTypes="#//CompositeElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Material" eSuperTypes="#//PhysicalElement #//TechnologyObject"/>
<eClassifiers xsi:type="ecore:EClass" name="Meaning" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Outcome" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Path" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Plateau" eSuperTypes="#//ImplementationMigrationElement #//CompositeElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Principle" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Product" eSuperTypes="#//BusinessElement #//CompositeElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Representation" eSuperTypes="#//BusinessElement #//PassiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//StrategyElement #//StructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stakeholder" eSuperTypes="#//MotivationElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemSoftware" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyCollaboration" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyEvent" eSuperTypes="#//TechnologyElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyFunction" eSuperTypes="#//TechnologyElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyInterface" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyInteraction" eSuperTypes="#//TechnologyElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyProcess" eSuperTypes="#//TechnologyElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyService" eSuperTypes="#//TechnologyElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Value" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueStream" eSuperTypes="#//StrategyBehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="WorkPackage" eSuperTypes="#//ImplementationMigrationElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AccessRelationship" eSuperTypes="#//DependendencyRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregationRelationship" eSuperTypes="#//StructuralRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssignmentRelationship" eSuperTypes="#//StructuralRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationRelationship" eSuperTypes="#//DependendencyRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="directed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositionRelationship" eSuperTypes="#//StructuralRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowRelationship" eSuperTypes="#//DynamicRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="InfluenceRelationship" eSuperTypes="#//DependendencyRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RealizationRelationship" eSuperTypes="#//StructuralRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="ServingRelationship" eSuperTypes="#//DependendencyRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecializationRelationship" eSuperTypes="#//OtherRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="TriggeringRelationship" eSuperTypes="#//DynamicRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelComponent" abstract="true"
eSuperTypes="#//Identifier #//Cloneable #//Adapter #//Nameable #//ArchimateModelObject">
<eOperations name="getDiagramModel" eType="#//DiagramModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connectable" abstract="true" eSuperTypes="#//DiagramModelComponent">
<eOperations name="addConnection">
<eParameters name="connection" eType="#//DiagramModelConnection"/>
</eOperations>
<eOperations name="removeConnection">
<eParameters name="connection" eType="#//DiagramModelConnection"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceConnections" upperBound="-1"
eType="#//DiagramModelConnection" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="sourceConnection"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetConnections" upperBound="-1"
eType="#//DiagramModelConnection" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelContainer" abstract="true"
interface="true" eSuperTypes="#//DiagramModelComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//DiagramModelObject" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="child"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModel" abstract="true" eSuperTypes="#//ArchimateModelObject #//DiagramModelContainer #//Documentable #//Properties">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionRouterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelReference" eSuperTypes="#//DiagramModelObject #//TextPosition">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedModel" eType="#//DiagramModel"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="model"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelObject" abstract="true"
eSuperTypes="#//Connectable #//FontAttribute #//LineObject #//TextAlignment">
<eOperations name="setBounds">
<eParameters name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bounds" eType="#//Bounds"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fillColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alpha" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="255"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelGroup" eSuperTypes="#//DiagramModelObject #//DiagramModelContainer #//Documentable #//Properties #//TextPosition #//BorderType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Group"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelNote" eSuperTypes="#//DiagramModelObject #//TextContent #//TextPosition #//Properties #//BorderType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Note"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelImage" eSuperTypes="#//DiagramModelObject #//BorderObject #//DiagramModelImageProvider #//Properties #//Documentable"/>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelConnection" eSuperTypes="#//Connectable #//FontAttribute #//Properties #//Documentable #//LineObject">
<eOperations name="connect">
<eParameters name="source" eType="#//Connectable"/>
<eParameters name="target" eType="#//Connectable"/>
</eOperations>
<eOperations name="disconnect"/>
<eOperations name="reconnect"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
transient="true" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Connectable"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Connectable"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bendpoints" upperBound="-1"
eType="#//DiagramModelBendpoint" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="bendpoint"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelBendpoint" eSuperTypes="#//Cloneable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineObject" abstract="true" interface="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="lineColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FontAttribute" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="font" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextPosition" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextAlignment" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textAlignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderObject" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderType" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelImageProvider" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imagePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bounds">
<eOperations name="setLocation">
<eParameters name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="setSize">
<eParameters name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="getCopy" eType="#//Bounds"/>
<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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lockable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateDiagramModel" eSuperTypes="#//DiagramModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="viewpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelArchimateComponent" abstract="true"
interface="true" eSuperTypes="#//Connectable">
<eOperations name="getArchimateConcept" eType="#//ArchimateConcept"/>
<eOperations name="setArchimateConcept">
<eParameters name="concept" eType="#//ArchimateConcept"/>
</eOperations>
<eOperations name="addArchimateConceptToModel">
<eParameters name="parent" eType="#//Folder"/>
</eOperations>
<eOperations name="removeArchimateConceptFromModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelArchimateObject" eSuperTypes="#//DiagramModelObject #//DiagramModelContainer #//DiagramModelArchimateComponent #//TextPosition">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DiagramObject"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="archimateElement" eType="#//ArchimateElement"
volatile="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelArchimateConnection" eSuperTypes="#//DiagramModelConnection #//DiagramModelArchimateComponent">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Connection"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="archimateRelationship"
eType="#//ArchimateRelationship" volatile="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SketchModel" eSuperTypes="#//DiagramModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SketchModelSticky" eSuperTypes="#//DiagramModelObject #//DiagramModelContainer #//TextContent #//Properties #//TextPosition"/>
<eClassifiers xsi:type="ecore:EClass" name="SketchModelActor" eSuperTypes="#//DiagramModelObject #//Documentable #//Properties"/>
</ecore:EPackage>
| github:ecore:/data/jmb4github/archi/plugins/com.archimatetool.model_4.7.0.202007010927/model/archimate.ecore | ecore | model
File
java.io.File
java.io.File
Adapter
getAdapter
adapter
setAdapter
adapter
object
Identifier
id
Property
key
value
Properties
properties
Feature
name
value
Features
features
Metadata
entries
Nameable
name
TextContent
content
Documentable
documentation
Cloneable
getCopy
FolderType
user
user
strategy
strategy
business
business
application
application
technology
technology
relations
relations
other
other
diagrams
diagrams
motivation
motivation
implementation_migration
implementation_migration
FolderContainer
folders
Folder
elements
type
ArchimateModelObject
getArchimateModel
ArchimateConcept
ArchimateElement
ArchimateRelationship
connect
source
target
reconnect
disconnect
source
target
StrategyElement
BusinessElement
ApplicationElement
TechnologyElement
TechnologyObject
PhysicalElement
MotivationElement
ImplementationMigrationElement
CompositeElement
BehaviorElement
StrategyBehaviorElement
StructureElement
ActiveStructureElement
PassiveStructureElement
StructuralRelationship
DependendencyRelationship
DynamicRelationship
OtherRelationship
ArchimateModel
setDefaults
getDefaultFolderForObject
object
getDefaultDiagramModel
getDiagramModels
getFolder
type
purpose
file
version
metadata
Junction
type
ApplicationCollaboration
ApplicationComponent
ApplicationEvent
ApplicationFunction
ApplicationInteraction
ApplicationInterface
ApplicationProcess
ApplicationService
Artifact
Assessment
BusinessActor
BusinessCollaboration
BusinessEvent
BusinessFunction
BusinessInteraction
BusinessInterface
BusinessObject
BusinessProcess
BusinessRole
BusinessService
Capability
CommunicationNetwork
Contract
Constraint
CourseOfAction
DataObject
Deliverable
Device
DistributionNetwork
Driver
Equipment
Facility
Gap
Goal
Grouping
ImplementationEvent
Location
Material
Meaning
Node
Outcome
Path
Plateau
Principle
Product
Representation
Resource
Requirement
Stakeholder
SystemSoftware
TechnologyCollaboration
TechnologyEvent
TechnologyFunction
TechnologyInterface
TechnologyInteraction
TechnologyProcess
TechnologyService
Value
ValueStream
WorkPackage
AccessRelationship
accessType
0
AggregationRelationship
AssignmentRelationship
AssociationRelationship
directed
CompositionRelationship
FlowRelationship
InfluenceRelationship
strength
RealizationRelationship
ServingRelationship
SpecializationRelationship
TriggeringRelationship
DiagramModelComponent
getDiagramModel
Connectable
addConnection
connection
removeConnection
connection
sourceConnections
targetConnections
DiagramModelContainer
children
DiagramModel
connectionRouterType
DiagramModelReference
referencedModel
DiagramModelObject
setBounds
x
y
width
height
bounds
fillColor
alpha
255
DiagramModelGroup
DiagramModelNote
DiagramModelImage
DiagramModelConnection
connect
source
target
disconnect
reconnect
text
textPosition
source
target
bendpoints
type
DiagramModelBendpoint
startX
startY
endX
endY
LineObject
lineWidth
1
lineColor
FontAttribute
font
fontColor
TextPosition
textPosition
TextAlignment
textAlignment
2
BorderObject
borderColor
BorderType
borderType
DiagramModelImageProvider
imagePath
Bounds
setLocation
x
y
setSize
width
height
getCopy
x
y
width
-1
height
-1
Lockable
locked
ArchimateDiagramModel
viewpoint
DiagramModelArchimateComponent
getArchimateConcept
setArchimateConcept
concept
addArchimateConceptToModel
parent
removeArchimateConceptFromModel
DiagramModelArchimateObject
archimateElement
type
0
DiagramModelArchimateConnection
archimateRelationship
SketchModel
background
1
SketchModelSticky
SketchModelActor | null | {"directed":true,"nodes":[{"nsPrefix":"archimate","nsURI":"http://www.archimatetool.com/archimate","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.io.File","defaultValue":null,"instanceClassName":"java.io.File","name":"File","instanceClass":"java.io.File","id":1,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Adapter","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Features","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nameable","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextContent","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentable","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cloneable","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FolderType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FolderContainer","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Folder","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateModelObject","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateConcept","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateElement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateRelationship","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyElement","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessElement","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationElement","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyElement","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyObject","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalElement","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MotivationElement","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationMigrationElement","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeElement","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorElement","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyBehaviorElement","instanceClass":null,"abstract":true,"id":30,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureElement","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActiveStructureElement","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PassiveStructureElement","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralRelationship","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DependendencyRelationship","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicRelationship","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherRelationship","instanceClass":null,"abstract":true,"id":37,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateModel","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Junction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationCollaboration","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationComponent","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationEvent","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationFunction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationInteraction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationInterface","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationProcess","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationService","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assessment","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessActor","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessCollaboration","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessEvent","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessFunction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessInteraction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessInterface","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessObject","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessProcess","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessRole","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessService","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capability","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationNetwork","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contract","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CourseOfAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataObject","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deliverable","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistributionNetwork","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Driver","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equipment","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facility","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gap","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grouping","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationEvent","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Material","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meaning","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Outcome","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plateau","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Principle","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Representation","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stakeholder","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSoftware","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyCollaboration","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyEvent","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyFunction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyInterface","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyInteraction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyProcess","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyService","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueStream","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkPackage","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessRelationship","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregationRelationship","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentRelationship","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationRelationship","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositionRelationship","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowRelationship","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfluenceRelationship","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealizationRelationship","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServingRelationship","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecializationRelationship","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggeringRelationship","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelComponent","instanceClass":null,"abstract":true,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connectable","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelContainer","instanceClass":null,"abstract":true,"id":113,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModel","instanceClass":null,"abstract":true,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelReference","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelObject","instanceClass":null,"abstract":true,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelGroup","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelNote","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelImage","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelConnection","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelBendpoint","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineObject","instanceClass":null,"abstract":true,"id":122,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontAttribute","instanceClass":null,"abstract":true,"id":123,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextPosition","instanceClass":null,"abstract":true,"id":124,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextAlignment","instanceClass":null,"abstract":true,"id":125,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderObject","instanceClass":null,"abstract":true,"id":126,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderType","instanceClass":null,"abstract":true,"id":127,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelImageProvider","instanceClass":null,"abstract":true,"id":128,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bounds","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lockable","instanceClass":null,"abstract":true,"id":130,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateDiagramModel","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelArchimateComponent","instanceClass":null,"abstract":true,"id":132,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelArchimateObject","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelArchimateConnection","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SketchModel","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SketchModelSticky","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SketchModelActor","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAdapter","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setAdapter","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EOperation"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"adapter","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EParameter"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"adapter","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EParameter"},{"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":"id","changeable":true,"lowerBound":0,"iD":true,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":false,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":false,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCopy","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"id":170,"eClass":"EGenericType"},{"name":"user","id":171,"value":0,"literal":"user","eClass":"EEnumLiteral"},{"name":"strategy","id":172,"value":1,"literal":"strategy","eClass":"EEnumLiteral"},{"name":"business","id":173,"value":2,"literal":"business","eClass":"EEnumLiteral"},{"name":"application","id":174,"value":3,"literal":"application","eClass":"EEnumLiteral"},{"name":"technology","id":175,"value":4,"literal":"technology","eClass":"EEnumLiteral"},{"name":"relations","id":176,"value":5,"literal":"relations","eClass":"EEnumLiteral"},{"name":"other","id":177,"value":6,"literal":"other","eClass":"EEnumLiteral"},{"name":"diagrams","id":178,"value":7,"literal":"diagrams","eClass":"EEnumLiteral"},{"name":"motivation","id":179,"value":8,"literal":"motivation","eClass":"EEnumLiteral"},{"name":"implementation_migration","id":180,"value":9,"literal":"implementation_migration","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":"folders","changeable":true,"resolveProxies":false,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":false,"lowerBound":0,"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},{"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,"unique":true,"name":"getArchimateModel","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connect","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reconnect","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnect","lowerBound":0,"id":204,"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":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EParameter"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDefaults","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultFolderForObject","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultDiagramModel","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDiagramModels","lowerBound":0,"id":237,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFolder","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"purpose","changeable":true,"lowerBound":0,"iD":false,"id":239,"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":"file","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":1,"id":247,"many":false,"required":true,"eClass":"EParameter"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"accessType","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"directed","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"strength","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDiagramModel","lowerBound":0,"id":382,"many":false,"required":false,"eClass":"EOperation"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addConnection","lowerBound":0,"id":389,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeConnection","lowerBound":0,"id":390,"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":"sourceConnections","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"targetConnections","changeable":true,"resolveProxies":false,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connection","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EParameter"},{"id":395,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connection","lowerBound":0,"id":396,"many":false,"required":false,"eClass":"EParameter"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":false,"lowerBound":0,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"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":"connectionRouterType","changeable":true,"lowerBound":0,"iD":false,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedModel","changeable":true,"resolveProxies":false,"lowerBound":0,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBounds","lowerBound":0,"id":413,"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":"bounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":414,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fillColor","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":255,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":true,"name":"alpha","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"y","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"width","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"height","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"connect","lowerBound":0,"id":448,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnect","lowerBound":0,"id":449,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reconnect","lowerBound":0,"id":450,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textPosition","changeable":true,"lowerBound":0,"iD":false,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":453,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bendpoints","changeable":true,"resolveProxies":false,"lowerBound":0,"id":455,"derived":false},{"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":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":462,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":463,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startX","changeable":true,"lowerBound":0,"iD":false,"id":472,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startY","changeable":true,"lowerBound":0,"iD":false,"id":473,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endX","changeable":true,"lowerBound":0,"iD":false,"id":474,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endY","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"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":481,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineColor","changeable":true,"lowerBound":0,"iD":false,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"lowerBound":0,"iD":false,"id":485,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontColor","changeable":true,"lowerBound":0,"iD":false,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"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":"textPosition","changeable":true,"lowerBound":0,"iD":false,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":2,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"textAlignment","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borderColor","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"id":494,"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":"borderType","changeable":true,"lowerBound":0,"iD":false,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"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":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setLocation","lowerBound":0,"id":499,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSize","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCopy","lowerBound":0,"id":501,"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":502,"derived":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":503,"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":504,"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":"height","changeable":true,"lowerBound":0,"iD":false,"id":505,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"y","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EParameter"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"width","lowerBound":0,"id":510,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"height","lowerBound":0,"id":511,"many":false,"required":false,"eClass":"EParameter"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locked","changeable":true,"lowerBound":0,"iD":false,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"viewpoint","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchimateConcept","lowerBound":0,"id":524,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setArchimateConcept","lowerBound":0,"id":525,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addArchimateConceptToModel","lowerBound":0,"id":526,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeArchimateConceptFromModel","lowerBound":0,"id":527,"many":false,"required":false,"eClass":"EOperation"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"concept","lowerBound":0,"id":530,"many":false,"required":false,"eClass":"EParameter"},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parent","lowerBound":0,"id":532,"many":false,"required":false,"eClass":"EParameter"},{"id":533,"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":false,"unique":true,"name":"archimateElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":534,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"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":false,"unique":true,"name":"archimateRelationship","changeable":true,"resolveProxies":false,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"lowerBound":0,"iD":false,"id":546,"derived":false},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":1,"target":0},{"source":2,"target":0},{"source":2,"target":138},{"source":2,"target":139},{"source":138,"target":140},{"source":138,"target":2},{"source":138,"target":141},{"source":141,"target":142},{"source":141,"target":138},{"source":139,"target":2},{"source":139,"target":143},{"source":139,"target":144},{"source":143,"target":145},{"source":143,"target":139},{"source":144,"target":146},{"source":144,"target":139},{"source":3,"target":0},{"source":3,"target":147},{"source":147,"target":148},{"source":147,"target":3},{"source":4,"target":0},{"source":4,"target":149},{"source":4,"target":150},{"source":149,"target":151},{"source":149,"target":4},{"source":150,"target":152},{"source":150,"target":4},{"source":5,"target":0},{"source":5,"target":153},{"source":153,"target":4},{"source":153,"target":154},{"source":153,"target":5},{"source":154,"target":4},{"source":6,"target":0},{"source":6,"target":155},{"source":6,"target":156},{"source":155,"target":157},{"source":155,"target":6},{"source":156,"target":158},{"source":156,"target":6},{"source":7,"target":0},{"source":7,"target":159},{"source":159,"target":6},{"source":159,"target":160},{"source":159,"target":7},{"source":160,"target":6},{"source":8,"target":0},{"source":8,"target":161},{"source":161,"target":4},{"source":161,"target":162},{"source":161,"target":8},{"source":162,"target":4},{"source":9,"target":0},{"source":9,"target":163},{"source":163,"target":164},{"source":163,"target":9},{"source":10,"target":0},{"source":10,"target":165},{"source":165,"target":166},{"source":165,"target":10},{"source":11,"target":0},{"source":11,"target":167},{"source":167,"target":168},{"source":167,"target":11},{"source":12,"target":0},{"source":12,"target":169},{"source":169,"target":170},{"source":169,"target":12},{"source":13,"target":0},{"source":13,"target":171},{"source":13,"target":172},{"source":13,"target":173},{"source":13,"target":174},{"source":13,"target":175},{"source":13,"target":176},{"source":13,"target":177},{"source":13,"target":178},{"source":13,"target":179},{"source":13,"target":180},{"source":171,"target":13},{"source":172,"target":13},{"source":173,"target":13},{"source":174,"target":13},{"source":175,"target":13},{"source":176,"target":13},{"source":177,"target":13},{"source":178,"target":13},{"source":179,"target":13},{"source":180,"target":13},{"source":14,"target":0},{"source":14,"target":181},{"source":181,"target":15},{"source":181,"target":182},{"source":181,"target":14},{"source":182,"target":15},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":14},{"source":15,"target":11},{"source":15,"target":5},{"source":15,"target":183},{"source":15,"target":184},{"source":15,"target":185},{"source":15,"target":186},{"source":15,"target":187},{"source":15,"target":188},{"source":183,"target":189},{"source":183,"target":15},{"source":184,"target":13},{"source":184,"target":190},{"source":184,"target":15},{"source":190,"target":13},{"source":185,"target":16},{"source":186,"target":14},{"source":187,"target":11},{"source":188,"target":5},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":9},{"source":16,"target":3},{"source":16,"target":7},{"source":16,"target":191},{"source":16,"target":192},{"source":16,"target":193},{"source":16,"target":194},{"source":16,"target":195},{"source":191,"target":38},{"source":191,"target":196},{"source":191,"target":16},{"source":196,"target":38},{"source":192,"target":2},{"source":193,"target":9},{"source":194,"target":3},{"source":195,"target":7},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":12},{"source":17,"target":11},{"source":17,"target":5},{"source":17,"target":197},{"source":17,"target":198},{"source":17,"target":199},{"source":17,"target":200},{"source":197,"target":16},{"source":198,"target":12},{"source":199,"target":11},{"source":200,"target":5},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":201},{"source":201,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":202},{"source":19,"target":203},{"source":19,"target":204},{"source":19,"target":205},{"source":19,"target":206},{"source":19,"target":207},{"source":202,"target":19},{"source":202,"target":208},{"source":202,"target":209},{"source":208,"target":17},{"source":208,"target":210},{"source":208,"target":202},{"source":210,"target":17},{"source":209,"target":17},{"source":209,"target":211},{"source":209,"target":202},{"source":211,"target":17},{"source":203,"target":19},{"source":204,"target":19},{"source":205,"target":17},{"source":205,"target":212},{"source":205,"target":19},{"source":212,"target":17},{"source":206,"target":17},{"source":206,"target":213},{"source":206,"target":19},{"source":213,"target":17},{"source":207,"target":17},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":214},{"source":214,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":215},{"source":215,"target":18},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":216},{"source":216,"target":18},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":217},{"source":217,"target":18},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":33},{"source":24,"target":218},{"source":24,"target":219},{"source":218,"target":23},{"source":219,"target":33},{"source":25,"target":0},{"source":25,"target":18},{"source":25,"target":220},{"source":220,"target":18},{"source":26,"target":0},{"source":26,"target":18},{"source":26,"target":221},{"source":221,"target":18},{"source":27,"target":0},{"source":27,"target":18},{"source":27,"target":222},{"source":222,"target":18},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":223},{"source":223,"target":18},{"source":29,"target":0},{"source":29,"target":18},{"source":29,"target":224},{"source":224,"target":18},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":20},{"source":30,"target":225},{"source":30,"target":226},{"source":225,"target":29},{"source":226,"target":20},{"source":31,"target":0},{"source":31,"target":18},{"source":31,"target":227},{"source":227,"target":18},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":228},{"source":228,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":229},{"source":229,"target":31},{"source":34,"target":0},{"source":34,"target":19},{"source":34,"target":230},{"source":230,"target":19},{"source":35,"target":0},{"source":35,"target":19},{"source":35,"target":231},{"source":231,"target":19},{"source":36,"target":0},{"source":36,"target":19},{"source":36,"target":232},{"source":232,"target":19},{"source":37,"target":0},{"source":37,"target":19},{"source":37,"target":233},{"source":233,"target":19},{"source":38,"target":0},{"source":38,"target":14},{"source":38,"target":16},{"source":38,"target":5},{"source":38,"target":234},{"source":38,"target":235},{"source":38,"target":236},{"source":38,"target":237},{"source":38,"target":238},{"source":38,"target":239},{"source":38,"target":240},{"source":38,"target":241},{"source":38,"target":242},{"source":38,"target":243},{"source":38,"target":244},{"source":38,"target":245},{"source":234,"target":38},{"source":235,"target":15},{"source":235,"target":246},{"source":235,"target":38},{"source":235,"target":247},{"source":246,"target":15},{"source":247,"target":248},{"source":247,"target":235},{"source":236,"target":114},{"source":236,"target":249},{"source":236,"target":38},{"source":249,"target":114},{"source":237,"target":114},{"source":237,"target":250},{"source":237,"target":38},{"source":250,"target":114},{"source":238,"target":15},{"source":238,"target":251},{"source":238,"target":38},{"source":238,"target":252},{"source":251,"target":15},{"source":252,"target":13},{"source":252,"target":253},{"source":252,"target":238},{"source":253,"target":13},{"source":239,"target":254},{"source":239,"target":38},{"source":240,"target":1},{"source":240,"target":255},{"source":240,"target":38},{"source":255,"target":1},{"source":241,"target":256},{"source":241,"target":38},{"source":242,"target":8},{"source":242,"target":257},{"source":242,"target":38},{"source":257,"target":8},{"source":243,"target":14},{"source":244,"target":16},{"source":245,"target":5},{"source":39,"target":0},{"source":39,"target":18},{"source":39,"target":258},{"source":39,"target":259},{"source":258,"target":260},{"source":258,"target":39},{"source":259,"target":18},{"source":40,"target":0},{"source":40,"target":22},{"source":40,"target":32},{"source":40,"target":261},{"source":40,"target":262},{"source":261,"target":22},{"source":262,"target":32},{"source":41,"target":0},{"source":41,"target":22},{"source":41,"target":32},{"source":41,"target":263},{"source":41,"target":264},{"source":263,"target":22},{"source":264,"target":32},{"source":42,"target":0},{"source":42,"target":22},{"source":42,"target":29},{"source":42,"target":265},{"source":42,"target":266},{"source":265,"target":22},{"source":266,"target":29},{"source":43,"target":0},{"source":43,"target":22},{"source":43,"target":29},{"source":43,"target":267},{"source":43,"target":268},{"source":267,"target":22},{"source":268,"target":29},{"source":44,"target":0},{"source":44,"target":22},{"source":44,"target":29},{"source":44,"target":269},{"source":44,"target":270},{"source":269,"target":22},{"source":270,"target":29},{"source":45,"target":0},{"source":45,"target":22},{"source":45,"target":32},{"source":45,"target":271},{"source":45,"target":272},{"source":271,"target":22},{"source":272,"target":32},{"source":46,"target":0},{"source":46,"target":22},{"source":46,"target":29},{"source":46,"target":273},{"source":46,"target":274},{"source":273,"target":22},{"source":274,"target":29},{"source":47,"target":0},{"source":47,"target":22},{"source":47,"target":29},{"source":47,"target":275},{"source":47,"target":276},{"source":275,"target":22},{"source":276,"target":29},{"source":48,"target":0},{"source":48,"target":24},{"source":48,"target":277},{"source":277,"target":24},{"source":49,"target":0},{"source":49,"target":26},{"source":49,"target":278},{"source":278,"target":26},{"source":50,"target":0},{"source":50,"target":21},{"source":50,"target":32},{"source":50,"target":279},{"source":50,"target":280},{"source":279,"target":21},{"source":280,"target":32},{"source":51,"target":0},{"source":51,"target":21},{"source":51,"target":32},{"source":51,"target":281},{"source":51,"target":282},{"source":281,"target":21},{"source":282,"target":32},{"source":52,"target":0},{"source":52,"target":21},{"source":52,"target":29},{"source":52,"target":283},{"source":52,"target":284},{"source":283,"target":21},{"source":284,"target":29},{"source":53,"target":0},{"source":53,"target":21},{"source":53,"target":29},{"source":53,"target":285},{"source":53,"target":286},{"source":285,"target":21},{"source":286,"target":29},{"source":54,"target":0},{"source":54,"target":21},{"source":54,"target":29},{"source":54,"target":287},{"source":54,"target":288},{"source":287,"target":21},{"source":288,"target":29},{"source":55,"target":0},{"source":55,"target":21},{"source":55,"target":32},{"source":55,"target":289},{"source":55,"target":290},{"source":289,"target":21},{"source":290,"target":32},{"source":56,"target":0},{"source":56,"target":21},{"source":56,"target":33},{"source":56,"target":291},{"source":56,"target":292},{"source":291,"target":21},{"source":292,"target":33},{"source":57,"target":0},{"source":57,"target":21},{"source":57,"target":29},{"source":57,"target":293},{"source":57,"target":294},{"source":293,"target":21},{"source":294,"target":29},{"source":58,"target":0},{"source":58,"target":21},{"source":58,"target":32},{"source":58,"target":295},{"source":58,"target":296},{"source":295,"target":21},{"source":296,"target":32},{"source":59,"target":0},{"source":59,"target":21},{"source":59,"target":29},{"source":59,"target":297},{"source":59,"target":298},{"source":297,"target":21},{"source":298,"target":29},{"source":60,"target":0},{"source":60,"target":30},{"source":60,"target":299},{"source":299,"target":30},{"source":61,"target":0},{"source":61,"target":23},{"source":61,"target":32},{"source":61,"target":300},{"source":61,"target":301},{"source":300,"target":23},{"source":301,"target":32},{"source":62,"target":0},{"source":62,"target":56},{"source":62,"target":302},{"source":302,"target":56},{"source":63,"target":0},{"source":63,"target":26},{"source":63,"target":303},{"source":303,"target":26},{"source":64,"target":0},{"source":64,"target":20},{"source":64,"target":29},{"source":64,"target":304},{"source":64,"target":305},{"source":304,"target":20},{"source":305,"target":29},{"source":65,"target":0},{"source":65,"target":22},{"source":65,"target":33},{"source":65,"target":306},{"source":65,"target":307},{"source":306,"target":22},{"source":307,"target":33},{"source":66,"target":0},{"source":66,"target":27},{"source":66,"target":33},{"source":66,"target":308},{"source":66,"target":309},{"source":308,"target":27},{"source":309,"target":33},{"source":67,"target":0},{"source":67,"target":23},{"source":67,"target":32},{"source":67,"target":310},{"source":67,"target":311},{"source":310,"target":23},{"source":311,"target":32},{"source":68,"target":0},{"source":68,"target":25},{"source":68,"target":32},{"source":68,"target":312},{"source":68,"target":313},{"source":312,"target":25},{"source":313,"target":32},{"source":69,"target":0},{"source":69,"target":26},{"source":69,"target":314},{"source":314,"target":26},{"source":70,"target":0},{"source":70,"target":25},{"source":70,"target":32},{"source":70,"target":315},{"source":70,"target":316},{"source":315,"target":25},{"source":316,"target":32},{"source":71,"target":0},{"source":71,"target":25},{"source":71,"target":32},{"source":71,"target":317},{"source":71,"target":318},{"source":317,"target":25},{"source":318,"target":32},{"source":72,"target":0},{"source":72,"target":27},{"source":72,"target":33},{"source":72,"target":319},{"source":72,"target":320},{"source":319,"target":27},{"source":320,"target":33},{"source":73,"target":0},{"source":73,"target":26},{"source":73,"target":321},{"source":321,"target":26},{"source":74,"target":0},{"source":74,"target":28},{"source":74,"target":322},{"source":322,"target":28},{"source":75,"target":0},{"source":75,"target":27},{"source":75,"target":323},{"source":323,"target":27},{"source":76,"target":0},{"source":76,"target":28},{"source":76,"target":324},{"source":324,"target":28},{"source":77,"target":0},{"source":77,"target":25},{"source":77,"target":24},{"source":77,"target":325},{"source":77,"target":326},{"source":325,"target":25},{"source":326,"target":24},{"source":78,"target":0},{"source":78,"target":26},{"source":78,"target":327},{"source":327,"target":26},{"source":79,"target":0},{"source":79,"target":23},{"source":79,"target":32},{"source":79,"target":328},{"source":79,"target":329},{"source":328,"target":23},{"source":329,"target":32},{"source":80,"target":0},{"source":80,"target":26},{"source":80,"target":330},{"source":330,"target":26},{"source":81,"target":0},{"source":81,"target":23},{"source":81,"target":32},{"source":81,"target":331},{"source":81,"target":332},{"source":331,"target":23},{"source":332,"target":32},{"source":82,"target":0},{"source":82,"target":27},{"source":82,"target":28},{"source":82,"target":333},{"source":82,"target":334},{"source":333,"target":27},{"source":334,"target":28},{"source":83,"target":0},{"source":83,"target":26},{"source":83,"target":335},{"source":335,"target":26},{"source":84,"target":0},{"source":84,"target":21},{"source":84,"target":28},{"source":84,"target":336},{"source":84,"target":337},{"source":336,"target":21},{"source":337,"target":28},{"source":85,"target":0},{"source":85,"target":21},{"source":85,"target":33},{"source":85,"target":338},{"source":85,"target":339},{"source":338,"target":21},{"source":339,"target":33},{"source":86,"target":0},{"source":86,"target":20},{"source":86,"target":31},{"source":86,"target":340},{"source":86,"target":341},{"source":340,"target":20},{"source":341,"target":31},{"source":87,"target":0},{"source":87,"target":26},{"source":87,"target":342},{"source":342,"target":26},{"source":88,"target":0},{"source":88,"target":26},{"source":88,"target":32},{"source":88,"target":343},{"source":88,"target":344},{"source":343,"target":26},{"source":344,"target":32},{"source":89,"target":0},{"source":89,"target":23},{"source":89,"target":32},{"source":89,"target":345},{"source":89,"target":346},{"source":345,"target":23},{"source":346,"target":32},{"source":90,"target":0},{"source":90,"target":23},{"source":90,"target":32},{"source":90,"target":347},{"source":90,"target":348},{"source":347,"target":23},{"source":348,"target":32},{"source":91,"target":0},{"source":91,"target":23},{"source":91,"target":29},{"source":91,"target":349},{"source":91,"target":350},{"source":349,"target":23},{"source":350,"target":29},{"source":92,"target":0},{"source":92,"target":23},{"source":92,"target":29},{"source":92,"target":351},{"source":92,"target":352},{"source":351,"target":23},{"source":352,"target":29},{"source":93,"target":0},{"source":93,"target":23},{"source":93,"target":32},{"source":93,"target":353},{"source":93,"target":354},{"source":353,"target":23},{"source":354,"target":32},{"source":94,"target":0},{"source":94,"target":23},{"source":94,"target":29},{"source":94,"target":355},{"source":94,"target":356},{"source":355,"target":23},{"source":356,"target":29},{"source":95,"target":0},{"source":95,"target":23},{"source":95,"target":29},{"source":95,"target":357},{"source":95,"target":358},{"source":357,"target":23},{"source":358,"target":29},{"source":96,"target":0},{"source":96,"target":23},{"source":96,"target":29},{"source":96,"target":359},{"source":96,"target":360},{"source":359,"target":23},{"source":360,"target":29},{"source":97,"target":0},{"source":97,"target":26},{"source":97,"target":361},{"source":361,"target":26},{"source":98,"target":0},{"source":98,"target":30},{"source":98,"target":362},{"source":362,"target":30},{"source":99,"target":0},{"source":99,"target":27},{"source":99,"target":29},{"source":99,"target":363},{"source":99,"target":364},{"source":363,"target":27},{"source":364,"target":29},{"source":100,"target":0},{"source":100,"target":35},{"source":100,"target":365},{"source":100,"target":366},{"source":365,"target":367},{"source":365,"target":100},{"source":366,"target":35},{"source":101,"target":0},{"source":101,"target":34},{"source":101,"target":368},{"source":368,"target":34},{"source":102,"target":0},{"source":102,"target":34},{"source":102,"target":369},{"source":369,"target":34},{"source":103,"target":0},{"source":103,"target":35},{"source":103,"target":370},{"source":103,"target":371},{"source":370,"target":372},{"source":370,"target":103},{"source":371,"target":35},{"source":104,"target":0},{"source":104,"target":34},{"source":104,"target":373},{"source":373,"target":34},{"source":105,"target":0},{"source":105,"target":36},{"source":105,"target":374},{"source":374,"target":36},{"source":106,"target":0},{"source":106,"target":35},{"source":106,"target":375},{"source":106,"target":376},{"source":375,"target":377},{"source":375,"target":106},{"source":376,"target":35},{"source":107,"target":0},{"source":107,"target":34},{"source":107,"target":378},{"source":378,"target":34},{"source":108,"target":0},{"source":108,"target":35},{"source":108,"target":379},{"source":379,"target":35},{"source":109,"target":0},{"source":109,"target":37},{"source":109,"target":380},{"source":380,"target":37},{"source":110,"target":0},{"source":110,"target":36},{"source":110,"target":381},{"source":381,"target":36},{"source":111,"target":0},{"source":111,"target":3},{"source":111,"target":12},{"source":111,"target":2},{"source":111,"target":9},{"source":111,"target":16},{"source":111,"target":382},{"source":111,"target":383},{"source":111,"target":384},{"source":111,"target":385},{"source":111,"target":386},{"source":111,"target":387},{"source":382,"target":114},{"source":382,"target":388},{"source":382,"target":111},{"source":388,"target":114},{"source":383,"target":3},{"source":384,"target":12},{"source":385,"target":2},{"source":386,"target":9},{"source":387,"target":16},{"source":112,"target":0},{"source":112,"target":111},{"source":112,"target":389},{"source":112,"target":390},{"source":112,"target":391},{"source":112,"target":392},{"source":112,"target":393},{"source":389,"target":112},{"source":389,"target":394},{"source":394,"target":120},{"source":394,"target":395},{"source":394,"target":389},{"source":395,"target":120},{"source":390,"target":112},{"source":390,"target":396},{"source":396,"target":120},{"source":396,"target":397},{"source":396,"target":390},{"source":397,"target":120},{"source":391,"target":120},{"source":391,"target":398},{"source":391,"target":112},{"source":398,"target":120},{"source":392,"target":120},{"source":392,"target":399},{"source":392,"target":112},{"source":399,"target":120},{"source":393,"target":111},{"source":113,"target":0},{"source":113,"target":111},{"source":113,"target":400},{"source":113,"target":401},{"source":400,"target":116},{"source":400,"target":402},{"source":400,"target":113},{"source":402,"target":116},{"source":401,"target":111},{"source":114,"target":0},{"source":114,"target":16},{"source":114,"target":113},{"source":114,"target":11},{"source":114,"target":5},{"source":114,"target":403},{"source":114,"target":404},{"source":114,"target":405},{"source":114,"target":406},{"source":114,"target":407},{"source":403,"target":408},{"source":403,"target":114},{"source":404,"target":16},{"source":405,"target":113},{"source":406,"target":11},{"source":407,"target":5},{"source":115,"target":0},{"source":115,"target":116},{"source":115,"target":124},{"source":115,"target":409},{"source":115,"target":410},{"source":115,"target":411},{"source":409,"target":114},{"source":409,"target":412},{"source":409,"target":115},{"source":412,"target":114},{"source":410,"target":116},{"source":411,"target":124},{"source":116,"target":0},{"source":116,"target":112},{"source":116,"target":123},{"source":116,"target":122},{"source":116,"target":125},{"source":116,"target":413},{"source":116,"target":414},{"source":116,"target":415},{"source":116,"target":416},{"source":116,"target":417},{"source":116,"target":418},{"source":116,"target":419},{"source":116,"target":420},{"source":413,"target":116},{"source":413,"target":421},{"source":413,"target":422},{"source":413,"target":423},{"source":413,"target":424},{"source":421,"target":425},{"source":421,"target":413},{"source":422,"target":426},{"source":422,"target":413},{"source":423,"target":427},{"source":423,"target":413},{"source":424,"target":428},{"source":424,"target":413},{"source":414,"target":129},{"source":414,"target":429},{"source":414,"target":116},{"source":429,"target":129},{"source":415,"target":430},{"source":415,"target":116},{"source":416,"target":431},{"source":416,"target":116},{"source":417,"target":112},{"source":418,"target":123},{"source":419,"target":122},{"source":420,"target":125},{"source":117,"target":0},{"source":117,"target":116},{"source":117,"target":113},{"source":117,"target":11},{"source":117,"target":5},{"source":117,"target":124},{"source":117,"target":127},{"source":117,"target":432},{"source":117,"target":433},{"source":117,"target":434},{"source":117,"target":435},{"source":117,"target":436},{"source":117,"target":437},{"source":432,"target":116},{"source":433,"target":113},{"source":434,"target":11},{"source":435,"target":5},{"source":436,"target":124},{"source":437,"target":127},{"source":118,"target":0},{"source":118,"target":116},{"source":118,"target":10},{"source":118,"target":124},{"source":118,"target":5},{"source":118,"target":127},{"source":118,"target":438},{"source":118,"target":439},{"source":118,"target":440},{"source":118,"target":441},{"source":118,"target":442},{"source":438,"target":116},{"source":439,"target":10},{"source":440,"target":124},{"source":441,"target":5},{"source":442,"target":127},{"source":119,"target":0},{"source":119,"target":116},{"source":119,"target":126},{"source":119,"target":128},{"source":119,"target":5},{"source":119,"target":11},{"source":119,"target":443},{"source":119,"target":444},{"source":119,"target":445},{"source":119,"target":446},{"source":119,"target":447},{"source":443,"target":116},{"source":444,"target":126},{"source":445,"target":128},{"source":446,"target":5},{"source":447,"target":11},{"source":120,"target":0},{"source":120,"target":112},{"source":120,"target":123},{"source":120,"target":5},{"source":120,"target":11},{"source":120,"target":122},{"source":120,"target":448},{"source":120,"target":449},{"source":120,"target":450},{"source":120,"target":451},{"source":120,"target":452},{"source":120,"target":453},{"source":120,"target":454},{"source":120,"target":455},{"source":120,"target":456},{"source":120,"target":457},{"source":120,"target":458},{"source":120,"target":459},{"source":120,"target":460},{"source":120,"target":461},{"source":448,"target":120},{"source":448,"target":462},{"source":448,"target":463},{"source":462,"target":112},{"source":462,"target":464},{"source":462,"target":448},{"source":464,"target":112},{"source":463,"target":112},{"source":463,"target":465},{"source":463,"target":448},{"source":465,"target":112},{"source":449,"target":120},{"source":450,"target":120},{"source":451,"target":466},{"source":451,"target":120},{"source":452,"target":467},{"source":452,"target":120},{"source":453,"target":112},{"source":453,"target":468},{"source":453,"target":120},{"source":468,"target":112},{"source":454,"target":112},{"source":454,"target":469},{"source":454,"target":120},{"source":469,"target":112},{"source":455,"target":121},{"source":455,"target":470},{"source":455,"target":120},{"source":470,"target":121},{"source":456,"target":471},{"source":456,"target":120},{"source":457,"target":112},{"source":458,"target":123},{"source":459,"target":5},{"source":460,"target":11},{"source":461,"target":122},{"source":121,"target":0},{"source":121,"target":12},{"source":121,"target":472},{"source":121,"target":473},{"source":121,"target":474},{"source":121,"target":475},{"source":121,"target":476},{"source":472,"target":477},{"source":472,"target":121},{"source":473,"target":478},{"source":473,"target":121},{"source":474,"target":479},{"source":474,"target":121},{"source":475,"target":480},{"source":475,"target":121},{"source":476,"target":12},{"source":122,"target":0},{"source":122,"target":481},{"source":122,"target":482},{"source":481,"target":483},{"source":481,"target":122},{"source":482,"target":484},{"source":482,"target":122},{"source":123,"target":0},{"source":123,"target":485},{"source":123,"target":486},{"source":485,"target":487},{"source":485,"target":123},{"source":486,"target":488},{"source":486,"target":123},{"source":124,"target":0},{"source":124,"target":489},{"source":489,"target":490},{"source":489,"target":124},{"source":125,"target":0},{"source":125,"target":491},{"source":491,"target":492},{"source":491,"target":125},{"source":126,"target":0},{"source":126,"target":493},{"source":493,"target":494},{"source":493,"target":126},{"source":127,"target":0},{"source":127,"target":495},{"source":495,"target":496},{"source":495,"target":127},{"source":128,"target":0},{"source":128,"target":497},{"source":497,"target":498},{"source":497,"target":128},{"source":129,"target":0},{"source":129,"target":499},{"source":129,"target":500},{"source":129,"target":501},{"source":129,"target":502},{"source":129,"target":503},{"source":129,"target":504},{"source":129,"target":505},{"source":499,"target":129},{"source":499,"target":506},{"source":499,"target":507},{"source":506,"target":508},{"source":506,"target":499},{"source":507,"target":509},{"source":507,"target":499},{"source":500,"target":129},{"source":500,"target":510},{"source":500,"target":511},{"source":510,"target":512},{"source":510,"target":500},{"source":511,"target":513},{"source":511,"target":500},{"source":501,"target":129},{"source":501,"target":514},{"source":501,"target":129},{"source":514,"target":129},{"source":502,"target":515},{"source":502,"target":129},{"source":503,"target":516},{"source":503,"target":129},{"source":504,"target":517},{"source":504,"target":129},{"source":505,"target":518},{"source":505,"target":129},{"source":130,"target":0},{"source":130,"target":519},{"source":519,"target":520},{"source":519,"target":130},{"source":131,"target":0},{"source":131,"target":114},{"source":131,"target":521},{"source":131,"target":522},{"source":521,"target":523},{"source":521,"target":131},{"source":522,"target":114},{"source":132,"target":0},{"source":132,"target":112},{"source":132,"target":524},{"source":132,"target":525},{"source":132,"target":526},{"source":132,"target":527},{"source":132,"target":528},{"source":524,"target":17},{"source":524,"target":529},{"source":524,"target":132},{"source":529,"target":17},{"source":525,"target":132},{"source":525,"target":530},{"source":530,"target":17},{"source":530,"target":531},{"source":530,"target":525},{"source":531,"target":17},{"source":526,"target":132},{"source":526,"target":532},{"source":532,"target":15},{"source":532,"target":533},{"source":532,"target":526},{"source":533,"target":15},{"source":527,"target":132},{"source":528,"target":112},{"source":133,"target":0},{"source":133,"target":116},{"source":133,"target":113},{"source":133,"target":132},{"source":133,"target":124},{"source":133,"target":534},{"source":133,"target":535},{"source":133,"target":536},{"source":133,"target":537},{"source":133,"target":538},{"source":133,"target":539},{"source":534,"target":18},{"source":534,"target":540},{"source":534,"target":133},{"source":540,"target":18},{"source":535,"target":541},{"source":535,"target":133},{"source":536,"target":116},{"source":537,"target":113},{"source":538,"target":132},{"source":539,"target":124},{"source":134,"target":0},{"source":134,"target":120},{"source":134,"target":132},{"source":134,"target":542},{"source":134,"target":543},{"source":134,"target":544},{"source":542,"target":19},{"source":542,"target":545},{"source":542,"target":134},{"source":545,"target":19},{"source":543,"target":120},{"source":544,"target":132},{"source":135,"target":0},{"source":135,"target":114},{"source":135,"target":546},{"source":135,"target":547},{"source":546,"target":548},{"source":546,"target":135},{"source":547,"target":114},{"source":136,"target":0},{"source":136,"target":116},{"source":136,"target":113},{"source":136,"target":10},{"source":136,"target":5},{"source":136,"target":124},{"source":136,"target":549},{"source":136,"target":550},{"source":136,"target":551},{"source":136,"target":552},{"source":136,"target":553},{"source":549,"target":116},{"source":550,"target":113},{"source":551,"target":10},{"source":552,"target":5},{"source":553,"target":124},{"source":137,"target":0},{"source":137,"target":116},{"source":137,"target":11},{"source":137,"target":5},{"source":137,"target":554},{"source":137,"target":555},{"source":137,"target":556},{"source":554,"target":116},{"source":555,"target":11},{"source":556,"target":5}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="parametercheck"
nsURI="http://deftproject.org/parametercheck" nsPrefix="pcheck">
<eClassifiers xsi:type="ecore:EClass" name="ParameterCheckModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1"
upperBound="-1" eType="#//Method" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1"
eType="#//ParameterDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="check" lowerBound="1" upperBound="-1"
eType="#//Check" containment="true" eOpposite="#//Check/parentmethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterDecl">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterUsage" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="DeclaredParameter" eSuperTypes="#//ParameterUsage">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1"
eType="#//ParameterDecl"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="asString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//ParameterUsage">
<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="Check">
<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="parameterusage" upperBound="-1"
eType="#//ParameterUsage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1"
eType="#//Exception" containment="true" eOpposite="#//Exception/parentcheck"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionIfTrue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentmethod" lowerBound="1"
eType="#//Method" eOpposite="#//Method/check"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exception">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="package" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterusage" upperBound="-1"
eType="#//ParameterUsage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentcheck" lowerBound="1"
eType="#//Check" eOpposite="#//Check/exception"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/DevBoost/EMFText-Zoo/Inhabitants/ParameterCheck/org.emftext.language.parametercheck/metamodel/parametercheck.ecore | ecore | parametercheck
ParameterCheckModel
method
Method
parameter
name
check
ParameterDecl
name
type
ParameterUsage
DeclaredParameter
parameter
asString
Literal
value
Check
name
parameterusage
exception
exceptionIfTrue
true
parentmethod
Exception
package
name
parameterusage
parentcheck | null | {"directed":true,"nodes":[{"nsPrefix":"pcheck","nsURI":"http://deftproject.org/parametercheck","name":"parametercheck","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterCheckModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterDecl","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterUsage","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclaredParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Check","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exception","instanceClass":null,"abstract":false,"id":8,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":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":11,"derived":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":12,"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":"check","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentmethod","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"asString","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"parameterusage","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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"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":"exceptionIfTrue","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"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":"parentcheck","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"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":"parameterusage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":9,"target":2},{"source":9,"target":10},{"source":9,"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":3},{"source":11,"target":14},{"source":11,"target":2},{"source":14,"target":3},{"source":12,"target":15},{"source":12,"target":2},{"source":13,"target":7},{"source":13,"target":16},{"source":13,"target":2},{"source":13,"target":17},{"source":16,"target":7},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":18,"target":20},{"source":18,"target":3},{"source":19,"target":21},{"source":19,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":22,"target":3},{"source":22,"target":25},{"source":22,"target":5},{"source":25,"target":3},{"source":23,"target":26},{"source":23,"target":5},{"source":24,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":27},{"source":6,"target":28},{"source":27,"target":29},{"source":27,"target":6},{"source":28,"target":4},{"source":7,"target":0},{"source":7,"target":30},{"source":7,"target":31},{"source":7,"target":32},{"source":7,"target":33},{"source":7,"target":17},{"source":30,"target":34},{"source":30,"target":7},{"source":31,"target":4},{"source":31,"target":35},{"source":31,"target":7},{"source":35,"target":4},{"source":32,"target":8},{"source":32,"target":36},{"source":32,"target":7},{"source":32,"target":37},{"source":36,"target":8},{"source":33,"target":38},{"source":33,"target":7},{"source":17,"target":2},{"source":17,"target":39},{"source":17,"target":7},{"source":17,"target":13},{"source":39,"target":2},{"source":8,"target":0},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":37},{"source":40,"target":43},{"source":40,"target":8},{"source":41,"target":44},{"source":41,"target":8},{"source":42,"target":4},{"source":42,"target":45},{"source":42,"target":8},{"source":45,"target":4},{"source":37,"target":7},{"source":37,"target":46},{"source":37,"target":8},{"source":37,"target":32},{"source":46,"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="er" nsURI="http://www.example.org/er" nsPrefix="er">
<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="Entity" eSuperTypes="#//ModellingConcept #//EntityConcept">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="existedKey invalidPrimaryKey invalidAttributInKey"/>
</eAnnotations>
<eAnnotations source="gmf.node">
<details key="border.width" value="1"/>
<details key="figure" value="polygon"/>
<details key="polygon.x" value="0 30 30 0"/>
<details key="polygon.y" value="0 0 30 30"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="existedKey" value="
			keySet->forAll(k1:Key, k2:Key | k1.keyAttributes->intersection(k2.keyAttributes)->includesAll(k1.keyAttributes) and k1.keyAttributes->symmetricDifference(k2.keyAttributes)->isEmpty() implies k1=k2)"/>
<details key="existedKey$message" value="'The key with attribute set already exists'"/>
<details key="invalidPrimaryKey" value="
			if(keySet->notEmpty()) then
				if(not primaryKey->oclIsUndefined()) then
					keySet->includes(primaryKey)
				else
					not primaryKey->oclIsUndefined()
				endif
			else
				keySet->isEmpty()
			endif"/>
<details key="invalidAttributInKey" value="
				if(not keySet.keyAttributes->isEmpty()) then
					if(entityAttributes->notEmpty()) then
						entityAttributes->includesAll(keySet.keyAttributes)
					else
						entityAttributes->notEmpty()
					endif
				else
					keySet.keyAttributes->isEmpty()
				endif"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="entityAttributes" upperBound="-1"
eType="#//Attribute" containment="true">
<eAnnotations source="gmf.link">
<details key="style" value="solid"/>
<details key="color" value="0,0,0"/>
<details key="width" value="0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="keySet" upperBound="-1"
eType="#//Key" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" eType="#//Key">
<eAnnotations source="gmf.link">
<details key="label.text" value="primaryKey"/>
<details key="target.decoration" value="arrow"/>
<details key="style" value="dash"/>
<details key="color" value="0,0,0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModellingConcept" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="existedName"/>
</eAnnotations>
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
<details key="label.icon" value="false"/>
<details key="border.color" value="0,0,0"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="existedName" value="
			ModellingConcept.allInstances()->symmetricDifference(Gerund.allInstances())->forAll(m1:ModellingConcept, m2:ModellingConcept | m1.name = m2.name implies m1=m2)"/>
</eAnnotations>
<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="RelationshipConcept" abstract="true"
eSuperTypes="#//ModellingConcept">
<eAnnotations source="gmf.node">
<details key="figure" value="polygon"/>
<details key="polygon.x" value="0 30 60 30"/>
<details key="polygon.y" value="30 0 30 60"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//ModellingConcept">
<eAnnotations source="gmf.node">
<details key="border.width" value="1"/>
<details key="phantom" value="true"/>
<details key="size" value="50,5"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeDomain" eType="#//AttributeDomain"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Domain" eSuperTypes="#//ModellingConcept">
<eAnnotations source="gmf.node">
<details key="border.width" value="1"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primitiveDomain" lowerBound="1"
eType="#//PrimitiveDomain"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MinCardinality">
<eLiterals name="zero"/>
<eLiterals name="one" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MaxCardinality">
<eLiterals name="one" value="1"/>
<eLiterals name="many" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//RelationshipConcept">
<eAnnotations source="gmf.node">
<details key="border.width" value="1"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" lowerBound="2"
upperBound="-1" eType="#//RegularEntity" containment="true">
<eAnnotations source="gmf.affixed"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationshipAttributes"
upperBound="-1" eType="#//Attribute" containment="true">
<eAnnotations source="gmf.link">
<details key="style" value="solid"/>
<details key="color" value="0,0,0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ISA" eSuperTypes="#//RelationshipConcept">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="invalidClassificationAtrtibute SubTypeExistsAsSuperType duplicateSybtype"/>
</eAnnotations>
<eAnnotations source="gmf.node">
<details key="label.text" value="IS-A"/>
<details key="label.style" value="bold"/>
<details key="border.width" value="2"/>
<details key="figure" value="polygon"/>
<details key="polygon.x" value="0 15 30"/>
<details key="polygon.y" value="15 0 15"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="invalidClassificationAtrtibute" value="
		if supertype.entity.oclIsTypeOf(Entity) then
			supertype.entity.oclAsType(Entity).entityAttributes->includes(classificationAttribute) 
		else 
			supertype.entity.oclAsType(Gerund).relationship.relationshipAttributes->includes(classificationAttribute) 	
		endif"/>
<details key="SubTypeExistsAsSuperType" value="
		if(supertype.entity.oclIsTypeOf(Entity)) then 
			subtypes->excludes(supertype.entity.oclAsType(Entity))
		else
			not supertype.entity.oclIsTypeOf(Entity)
		endif"/>
<details key="duplicateSybtype" value="
			ISA.allInstances().subtypes->forAll(e1:Entity | ISA.allInstances().subtypes->select(e2 | e1.name=e2.name)->size()<2)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="supertype" lowerBound="1"
eType="#//RegularEntity" containment="true">
<eAnnotations source="gmf.affixed"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subtypes" lowerBound="2"
upperBound="-1" eType="#//Entity">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="style" value="solid"/>
<details key="color" value="0,0,0"/>
<details key="border.width" value="5"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="classificationAttribute"
lowerBound="1" eType="#//Attribute">
<eAnnotations source="gmf.link">
<details key="label.text" value="classificationAttribute"/>
<details key="target.decoration" value="arrow"/>
<details key="style" value="dash"/>
<details key="color" value="0,0,0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Categorisation" eSuperTypes="#//RelationshipConcept">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="invalidCategory"/>
</eAnnotations>
<eAnnotations source="gmf.node">
<details key="label.text" value="EX-OR"/>
<details key="border.width" value="2"/>
<details key="figure" value="polygon"/>
<details key="polygon.x" value="0 15 30"/>
<details key="polygon.y" value="0 15 0"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="invalidCategory" value="
			categorisationEntities.entities->excludes(categorisedEntity) and categorisationEntities.entities->
			forAll(e1:EntityConcept, e2:EntityConcept | 
						if(e1.oclIsTypeOf(Entity) and e2.oclIsTypeOf(Entity)) then
							e1.oclAsType(Entity).name = e2.oclAsType(Entity).name implies e1 = e2
						else if(e1.oclIsTypeOf(Gerund) and e2.oclIsTypeOf(Gerund)) then
								e1.oclAsType(Gerund).relationship.name = e2.oclAsType(Gerund).relationship.name implies e1 = e2
							 else
							 	true
							 endif
						endif
					)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="categorisationEntities"
lowerBound="1" eType="#//Categories" containment="true">
<eAnnotations source="gmf.affixed"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPartial" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="categorisedEntity" lowerBound="1"
eType="#//EntityConcept">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="style" value="solid"/>
<details key="color" value="0,0,0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdentificationDependency" eSuperTypes="#//RelationshipConcept">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="invalidWeakEntity"/>
</eAnnotations>
<eAnnotations source="gmf.node">
<details key="border.width" value="2"/>
<details key="border.color" value="0,0,0"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="invalidWeakEntity" value="
		if(regularEntity.entity.oclIsTypeOf(Entity)) then
			regularEntity.entity.oclAsType(Entity) <> weakEntity
		else
			not regularEntity.entity.oclIsTypeOf(Entity)
		endif"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="weakEntity" lowerBound="1"
eType="#//Entity">
<eAnnotations source="gmf.link">
<details key="label.text" value="weakEntity"/>
<details key="target.decoration" value="arrow"/>
<details key="style" value="solid"/>
<details key="width" value="2"/>
<details key="color" value="0,0,0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="regularEntity" lowerBound="1"
eType="#//RegularEntity" containment="true">
<eAnnotations source="gmf.affixed"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RegularEntity">
<eAnnotations source="gmf.node">
<details key="label.placement" value="external"/>
<details key="label" value="min,max"/>
<details key="label.pattern" value="({0},{1})"/>
<details key="label.icon" value="false"/>
<details key="border.color" value="0,0,0"/>
<details key="color" value="255,255,255"/>
<details key="border.width" value="1"/>
<details key="figure" value="ellipse"/>
<details key="size" value="7,7"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1"
eType="#//EntityConcept">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="style" value="solid"/>
<details key="color" value="0,0,0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" lowerBound="1" eType="#//MinCardinality"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" lowerBound="1" eType="#//MaxCardinality"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Categories">
<eAnnotations source="gmf.node">
<details key="label.placement" value="external"/>
<details key="label" value="min,max"/>
<details key="label.pattern" value="({0},{1})"/>
<details key="label.icon" value="false"/>
<details key="border.color" value="0,0,0"/>
<details key="color" value="255,255,255"/>
<details key="border.width" value="1"/>
<details key="figure" value="ellipse"/>
<details key="size" value="7,7"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" lowerBound="2"
upperBound="-1" eType="#//EntityConcept">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="style" value="solid"/>
<details key="color" value="0,0,0"/>
<details key="border.width" value="2"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" lowerBound="1" eType="#//MinCardinality"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" lowerBound="1" eType="#//MaxCardinality"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ERModel" eSuperTypes="#//ModellingConcept">
<eAnnotations source="gmf.diagram">
<details key="model.extension" value="erdsl"/>
<details key="diagram.extension" value="erdsldiag"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//Entity" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1"
eType="#//RelationshipConcept" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="gerunds" upperBound="-1"
eType="#//Gerund" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="domains" upperBound="-1"
eType="#//Domain" containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntityConcept" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Key" eSuperTypes="#//ModellingConcept">
<eAnnotations source="gmf.node">
<details key="border.width" value="1"/>
<details key="size" value="50,25"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyAttributes" lowerBound="1"
upperBound="-1" eType="#//Attribute">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="style" value="dash"/>
<details key="color" value="180,180,180"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Gerund" eSuperTypes="#//EntityConcept">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
<details key="label.icon" value="false"/>
<details key="border.width" value="1"/>
<details key="border.color" value="0,0,0"/>
<details key="figure" value="polygon"/>
<details key="polygon.x" value="0 0 60 60"/>
<details key="polygon.y" value="60 0 0 60"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationship" lowerBound="1"
eType="#//Relationship" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeDomain">
<eAnnotations source="gmf.node">
<details key="label.placement" value="none"/>
<details key="label.icon" value="false"/>
<details key="color" value="255,178,102"/>
<details key="border.width" value="0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1"
eType="#//Domain">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="arrow"/>
<details key="style" value="solid"/>
<details key="color" value="0,0,0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PrimitiveDomain">
<eLiterals name="integer"/>
<eLiterals name="string" value="1"/>
<eLiterals name="real" value="2"/>
<eLiterals name="boolean" value="3"/>
<eLiterals name="date" value="4"/>
<eLiterals name="time" value="5"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/vdimitrieski/mist/mist.core/model/er.ecore | ecore | er
Entity
entityAttributes
keySet
primaryKey
ModellingConcept
name
RelationshipConcept
Attribute
attributeDomain
Domain
primitiveDomain
MinCardinality
zero
zero
one
one
MaxCardinality
one
one
many
many
Relationship
entities
relationshipAttributes
ISA
supertype
subtypes
classificationAttribute
Categorisation
categorisationEntities
isPartial
false
categorisedEntity
IdentificationDependency
weakEntity
regularEntity
RegularEntity
entity
role
min
max
Categories
entities
min
max
ERModel
entities
relationships
gerunds
domains
EntityConcept
Key
keyAttributes
Gerund
relationship
AttributeDomain
domain
default
length
PrimitiveDomain
integer
integer
string
string
real
real
boolean
boolean
date
date
time
time | null | {"directed":true,"nodes":[{"nsPrefix":"er","nsURI":"http://www.example.org/er","name":"er","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModellingConcept","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipConcept","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MinCardinality","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MaxCardinality","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISA","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Categorisation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentificationDependency","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegularEntity","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Categories","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ERModel","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityConcept","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gerund","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDomain","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveDomain","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entityAttributes","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":"keySet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primaryKey","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"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeDomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primitiveDomain","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"name":"zero","id":37,"value":0,"literal":"zero","eClass":"EEnumLiteral"},{"name":"one","id":38,"value":1,"literal":"one","eClass":"EEnumLiteral"},{"name":"one","id":39,"value":1,"literal":"one","eClass":"EEnumLiteral"},{"name":"many","id":40,"value":2,"literal":"many","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"relationshipAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"supertype","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":false,"unsettable":false,"transient":false,"unique":true,"name":"subtypes","changeable":true,"resolveProxies":true,"lowerBound":2,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classificationAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categorisationEntities","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"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":"isPartial","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categorisedEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"weakEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"regularEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"role","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":true,"resolveProxies":true,"lowerBound":2,"id":73,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":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":"entities","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":"relationships","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":"gerunds","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":"domains","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"},{"id":87,"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":"keyAttributes","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationship","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":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"name":"integer","id":100,"value":0,"literal":"integer","eClass":"EEnumLiteral"},{"name":"string","id":101,"value":1,"literal":"string","eClass":"EEnumLiteral"},{"name":"real","id":102,"value":2,"literal":"real","eClass":"EEnumLiteral"},{"name":"boolean","id":103,"value":3,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"date","id":104,"value":4,"literal":"date","eClass":"EEnumLiteral"},{"name":"time","id":105,"value":5,"literal":"time","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":15},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":20,"target":4},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":4},{"source":21,"target":16},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":16},{"source":22,"target":16},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":16},{"source":23,"target":2},{"source":24,"target":15},{"source":2,"target":0},{"source":2,"target":28},{"source":28,"target":29},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":30},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":31},{"source":4,"target":32},{"source":31,"target":18},{"source":31,"target":33},{"source":31,"target":4},{"source":33,"target":18},{"source":32,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":34},{"source":5,"target":35},{"source":34,"target":19},{"source":34,"target":36},{"source":34,"target":5},{"source":36,"target":19},{"source":35,"target":2},{"source":6,"target":0},{"source":6,"target":37},{"source":6,"target":38},{"source":37,"target":6},{"source":38,"target":6},{"source":7,"target":0},{"source":7,"target":39},{"source":7,"target":40},{"source":39,"target":7},{"source":40,"target":7},{"source":8,"target":0},{"source":8,"target":3},{"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":4},{"source":42,"target":45},{"source":42,"target":8},{"source":45,"target":4},{"source":43,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":9,"target":49},{"source":46,"target":12},{"source":46,"target":50},{"source":46,"target":9},{"source":50,"target":12},{"source":47,"target":1},{"source":47,"target":51},{"source":47,"target":9},{"source":51,"target":1},{"source":48,"target":4},{"source":48,"target":52},{"source":48,"target":9},{"source":52,"target":4},{"source":49,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":53},{"source":10,"target":54},{"source":10,"target":55},{"source":10,"target":56},{"source":53,"target":13},{"source":53,"target":57},{"source":53,"target":10},{"source":57,"target":13},{"source":54,"target":58},{"source":54,"target":10},{"source":55,"target":15},{"source":55,"target":59},{"source":55,"target":10},{"source":59,"target":15},{"source":56,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":60},{"source":11,"target":61},{"source":11,"target":62},{"source":60,"target":1},{"source":60,"target":63},{"source":60,"target":11},{"source":63,"target":1},{"source":61,"target":12},{"source":61,"target":64},{"source":61,"target":11},{"source":64,"target":12},{"source":62,"target":3},{"source":12,"target":0},{"source":12,"target":65},{"source":12,"target":66},{"source":12,"target":67},{"source":12,"target":68},{"source":65,"target":15},{"source":65,"target":69},{"source":65,"target":12},{"source":69,"target":15},{"source":66,"target":70},{"source":66,"target":12},{"source":67,"target":6},{"source":67,"target":71},{"source":67,"target":12},{"source":71,"target":6},{"source":68,"target":7},{"source":68,"target":72},{"source":68,"target":12},{"source":72,"target":7},{"source":13,"target":0},{"source":13,"target":73},{"source":13,"target":74},{"source":13,"target":75},{"source":73,"target":15},{"source":73,"target":76},{"source":73,"target":13},{"source":76,"target":15},{"source":74,"target":6},{"source":74,"target":77},{"source":74,"target":13},{"source":77,"target":6},{"source":75,"target":7},{"source":75,"target":78},{"source":75,"target":13},{"source":78,"target":7},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":79},{"source":14,"target":80},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":79,"target":1},{"source":79,"target":84},{"source":79,"target":14},{"source":84,"target":1},{"source":80,"target":3},{"source":80,"target":85},{"source":80,"target":14},{"source":85,"target":3},{"source":81,"target":17},{"source":81,"target":86},{"source":81,"target":14},{"source":86,"target":17},{"source":82,"target":5},{"source":82,"target":87},{"source":82,"target":14},{"source":87,"target":5},{"source":83,"target":2},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":88},{"source":16,"target":89},{"source":88,"target":4},{"source":88,"target":90},{"source":88,"target":16},{"source":90,"target":4},{"source":89,"target":2},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":91},{"source":17,"target":92},{"source":91,"target":8},{"source":91,"target":93},{"source":91,"target":17},{"source":93,"target":8},{"source":92,"target":15},{"source":18,"target":0},{"source":18,"target":94},{"source":18,"target":95},{"source":18,"target":96},{"source":94,"target":5},{"source":94,"target":97},{"source":94,"target":18},{"source":97,"target":5},{"source":95,"target":98},{"source":95,"target":18},{"source":96,"target":99},{"source":96,"target":18},{"source":19,"target":0},{"source":19,"target":100},{"source":19,"target":101},{"source":19,"target":102},{"source":19,"target":103},{"source":19,"target":104},{"source":19,"target":105},{"source":100,"target":19},{"source":101,"target":19},{"source":102,"target":19},{"source":103,"target":19},{"source":104,"target":19},{"source":105,"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="mulemodel" nsURI="http://muleumo.org/model/" nsPrefix="org.mule.model">
<eClassifiers xsi:type="ecore:EClass" name="InboundRouter" eSuperTypes="#//Router">
<eStructuralFeatures xsi:type="ecore:EReference" name="inboundEndpoint" eType="#//Endpoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractComponent" abstract="true">
<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:EReference" name="outboundRouter" upperBound="-1"
eType="#//OutboundRouter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inboundRouter" upperBound="-1"
eType="#//InboundRouter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentProperties" eType="#//Property"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interceptors" upperBound="-1"
eType="#//Interceptor" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MuleConfig">
<eOperations name="addComponent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//Properties"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interceptors" upperBound="-1"
eType="#//InterceptorStack" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectors" upperBound="-1"
eType="#//Connector" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transformers" upperBound="-1"
eType="#//Transformer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="globalEndpoints" upperBound="-1"
eType="#//GlobalEndpoint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//AbstractComponent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Endpoint" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connector" eType="#//Connector"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="#//AbstractFilter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transformers" upperBound="-1"
eType="#//Transformer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="responseTransformers" upperBound="-1"
eType="#//Transformer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutboundRouter" eSuperTypes="#//Router">
<eStructuralFeatures xsi:type="ecore:EReference" name="outboundEndpoint" eType="#//Endpoint"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outboundTransformer" eType="#//Transformer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interceptor">
<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="groupDefinition" eType="#//InterceptorStack"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connector">
<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:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Properties">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" 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="TextProperty" eSuperTypes="#//Property">
<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="ListProperty" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="MapProperty" eSuperTypes="#//Property">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//Properties"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterceptorStack">
<eStructuralFeatures xsi:type="ecore:EReference" name="interceptors" upperBound="-1"
eType="#//Interceptor" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericComponent" eSuperTypes="#//AbstractComponent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BridgeComponent" eSuperTypes="#//AbstractComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="LocalEndpoint" eSuperTypes="#//Endpoint"/>
<eClassifiers xsi:type="ecore:EClass" name="GlobalEndpoint" eSuperTypes="#//Endpoint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Router">
<eStructuralFeatures xsi:type="ecore:EReference" name="localEndpoints" upperBound="-1"
eType="#//LocalEndpoint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transformer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnClass" 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="AbstractFilter" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedFilter" eType="#//AbstractFilter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericFilter" eSuperTypes="#//AbstractFilter"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryFilter" eSuperTypes="#//AbstractFilter">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftFilter" eType="#//AbstractFilter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightFilter" eType="#//AbstractFilter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XsltFilter" eSuperTypes="#//AbstractFilter"/>
<eClassifiers xsi:type="ecore:EClass" name="NotFilter" eSuperTypes="#//AbstractFilter"/>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experiment-distance-impact/custom-distance/ComplexityCloseDistance/36_mulemodel.ecore | ecore | mulemodel
InboundRouter
inboundEndpoint
AbstractComponent
name
outboundRouter
inboundRouter
comment
componentProperties
interceptors
MuleConfig
addComponent
version
description
properties
interceptors
connectors
transformers
globalEndpoints
components
Endpoint
address
connector
filter
transformers
responseTransformers
OutboundRouter
outboundEndpoint
outboundTransformer
Interceptor
name
groupDefinition
className
Connector
comment
name
className
Properties
properties
Property
name
TextProperty
value
ListProperty
MapProperty
properties
InterceptorStack
interceptors
GenericComponent
implementation
BridgeComponent
LocalEndpoint
GlobalEndpoint
name
comment
Router
localEndpoints
Transformer
className
comment
returnClass
name
AbstractFilter
nestedFilter
GenericFilter
BinaryFilter
leftFilter
rightFilter
XsltFilter
NotFilter | null | {"directed":true,"nodes":[{"nsPrefix":"org.mule.model","nsURI":"http://muleumo.org/model/","name":"mulemodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InboundRouter","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponent","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MuleConfig","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Endpoint","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutboundRouter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interceptor","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextProperty","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListProperty","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapProperty","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterceptorStack","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericComponent","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BridgeComponent","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalEndpoint","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalEndpoint","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Router","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformer","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFilter","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericFilter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryFilter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XsltFilter","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotFilter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inboundEndpoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"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":"outboundRouter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inboundRouter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentProperties","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":"interceptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addComponent","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"interceptors","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":"connectors","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":"transformers","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":"globalEndpoints","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":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":1,"iD":false,"id":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":"connector","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":"filter","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":"transformers","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":"responseTransformers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outboundEndpoint","changeable":true,"resolveProxies":false,"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":"outboundTransformer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interceptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localEndpoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnClass","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":18},{"source":1,"target":25},{"source":1,"target":26},{"source":25,"target":4},{"source":25,"target":27},{"source":25,"target":1},{"source":27,"target":4},{"source":26,"target":18},{"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":28,"target":34},{"source":28,"target":2},{"source":29,"target":5},{"source":29,"target":35},{"source":29,"target":2},{"source":35,"target":5},{"source":30,"target":1},{"source":30,"target":36},{"source":30,"target":2},{"source":36,"target":1},{"source":31,"target":37},{"source":31,"target":2},{"source":32,"target":9},{"source":32,"target":38},{"source":32,"target":2},{"source":38,"target":9},{"source":33,"target":6},{"source":33,"target":39},{"source":33,"target":2},{"source":39,"target":6},{"source":3,"target":0},{"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":40,"target":3},{"source":41,"target":49},{"source":41,"target":3},{"source":42,"target":50},{"source":42,"target":3},{"source":43,"target":8},{"source":43,"target":51},{"source":43,"target":3},{"source":51,"target":8},{"source":44,"target":13},{"source":44,"target":52},{"source":44,"target":3},{"source":52,"target":13},{"source":45,"target":7},{"source":45,"target":53},{"source":45,"target":3},{"source":53,"target":7},{"source":46,"target":19},{"source":46,"target":54},{"source":46,"target":3},{"source":54,"target":19},{"source":47,"target":17},{"source":47,"target":55},{"source":47,"target":3},{"source":55,"target":17},{"source":48,"target":2},{"source":48,"target":56},{"source":48,"target":3},{"source":56,"target":2},{"source":4,"target":0},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":57,"target":62},{"source":57,"target":4},{"source":58,"target":7},{"source":58,"target":63},{"source":58,"target":4},{"source":63,"target":7},{"source":59,"target":20},{"source":59,"target":64},{"source":59,"target":4},{"source":64,"target":20},{"source":60,"target":19},{"source":60,"target":65},{"source":60,"target":4},{"source":65,"target":19},{"source":61,"target":19},{"source":61,"target":66},{"source":61,"target":4},{"source":66,"target":19},{"source":5,"target":0},{"source":5,"target":18},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":67,"target":4},{"source":67,"target":70},{"source":67,"target":5},{"source":70,"target":4},{"source":68,"target":19},{"source":68,"target":71},{"source":68,"target":5},{"source":71,"target":19},{"source":69,"target":18},{"source":6,"target":0},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":72,"target":75},{"source":72,"target":6},{"source":73,"target":13},{"source":73,"target":76},{"source":73,"target":6},{"source":76,"target":13},{"source":74,"target":77},{"source":74,"target":6},{"source":7,"target":0},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":78,"target":81},{"source":78,"target":7},{"source":79,"target":82},{"source":79,"target":7},{"source":80,"target":83},{"source":80,"target":7},{"source":8,"target":0},{"source":8,"target":84},{"source":84,"target":9},{"source":84,"target":85},{"source":84,"target":8},{"source":85,"target":9},{"source":9,"target":0},{"source":9,"target":86},{"source":86,"target":87},{"source":86,"target":9},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":88},{"source":10,"target":89},{"source":88,"target":90},{"source":88,"target":10},{"source":89,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":91},{"source":91,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":92},{"source":12,"target":93},{"source":92,"target":8},{"source":92,"target":94},{"source":92,"target":12},{"source":94,"target":8},{"source":93,"target":9},{"source":13,"target":0},{"source":13,"target":95},{"source":95,"target":6},{"source":95,"target":96},{"source":95,"target":13},{"source":96,"target":6},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":97},{"source":14,"target":98},{"source":97,"target":99},{"source":97,"target":14},{"source":98,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":100},{"source":100,"target":2},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":101},{"source":101,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"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":4},{"source":18,"target":0},{"source":18,"target":107},{"source":107,"target":16},{"source":107,"target":108},{"source":107,"target":18},{"source":108,"target":16},{"source":19,"target":0},{"source":19,"target":109},{"source":19,"target":110},{"source":19,"target":111},{"source":19,"target":112},{"source":109,"target":113},{"source":109,"target":19},{"source":110,"target":114},{"source":110,"target":19},{"source":111,"target":115},{"source":111,"target":19},{"source":112,"target":116},{"source":112,"target":19},{"source":20,"target":0},{"source":20,"target":117},{"source":117,"target":20},{"source":117,"target":118},{"source":117,"target":20},{"source":118,"target":20},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":119},{"source":119,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":120},{"source":22,"target":121},{"source":22,"target":122},{"source":120,"target":20},{"source":120,"target":123},{"source":120,"target":22},{"source":123,"target":20},{"source":121,"target":20},{"source":121,"target":124},{"source":121,"target":22},{"source":124,"target":20},{"source":122,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":125},{"source":125,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":126},{"source":126,"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="CustomerExperience"
nsURI="http://www.bonitasoft.org/CustomerExperience" nsPrefix="CustomerExperience">
<eClassifiers xsi:type="ecore:EClass" name="SupportCase">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reporterId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="externalCaseId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="latitude" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="longitude" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="createdDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="onsiteVisitDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldTechnicianId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crmCaseId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attachmentUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reporter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<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="twitterId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="crmContactId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/educhastenier/bonita-migrate-svn-to-git/customTypes/CustomerExperience.ecore | ecore | CustomerExperience
SupportCase
id
description
reporterId
source
externalCaseId
latitude
longitude
createdDate
category
title
severity
city
onsiteVisitDate
fieldTechnicianId
status
crmCaseId
attachmentUrl
Reporter
id
firstName
lastName
email
twitterId
crmContactId | null | {"directed":true,"nodes":[{"nsPrefix":"CustomerExperience","nsURI":"http://www.bonitasoft.org/CustomerExperience","name":"CustomerExperience","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportCase","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reporter","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":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":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reporterId","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalCaseId","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"latitude","changeable":true,"lowerBound":0,"iD":false,"id":8,"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":"longitude","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdDate","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","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":"onsiteVisitDate","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fieldTechnicianId","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":"status","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":"crmCaseId","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":"attachmentUrl","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"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"},{"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":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":"twitterId","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":"crmContactId","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":3,"target":20},{"source":3,"target":1},{"source":4,"target":21},{"source":4,"target":1},{"source":5,"target":22},{"source":5,"target":1},{"source":6,"target":23},{"source":6,"target":1},{"source":7,"target":24},{"source":7,"target":1},{"source":8,"target":25},{"source":8,"target":1},{"source":9,"target":26},{"source":9,"target":1},{"source":10,"target":27},{"source":10,"target":1},{"source":11,"target":28},{"source":11,"target":1},{"source":12,"target":29},{"source":12,"target":1},{"source":13,"target":30},{"source":13,"target":1},{"source":14,"target":31},{"source":14,"target":1},{"source":15,"target":32},{"source":15,"target":1},{"source":16,"target":33},{"source":16,"target":1},{"source":17,"target":34},{"source":17,"target":1},{"source":18,"target":35},{"source":18,"target":1},{"source":19,"target":36},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":37,"target":43},{"source":37,"target":2},{"source":38,"target":44},{"source":38,"target":2},{"source":39,"target":45},{"source":39,"target":2},{"source":40,"target":46},{"source":40,"target":2},{"source":41,"target":47},{"source":41,"target":2},{"source":42,"target":48},{"source":42,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="opf" nsURI="http://www.idpf.org/2007/opf" nsPrefix="opf">
<eClassifiers xsi:type="ecore:EClass" name="Package">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="package"/>
<details key="namespace" value="http://www.idpf.org/2007/opf"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" lowerBound="1"
eType="#//Metadata" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value="http://www.idpf.org/2007/opf"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="manifest" lowerBound="1"
eType="#//Manifest" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value="http://www.idpf.org/2007/opf"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="spine" lowerBound="1" eType="#//Spine"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value="http://www.idpf.org/2007/opf"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="guide" eType="#//Guide"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value="http://www.idpf.org/2007/opf"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="tours" eType="#//Tours">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value="http://www.idpf.org/2007/opf"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="2.0"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueIdentifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="unique-identifier"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="generateCoverHTML" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="generateTableOfContents"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeReferencedResources"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="EPUB 3 - http://www.idpf.org/epub/30/spec/epub30-publications.html#sec-package-elem
@since 3.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="EPUB 3 - http://www.idpf.org/epub/30/spec/epub30-publications.html#sec-package-elem
@since 3.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="EPUB 3 - http://www.idpf.org/epub/30/spec/epub30-publications.html#sec-package-elem
@since 3.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="EPUB 3 - http://www.idpf.org/epub/30/spec/epub30-publications.html#sec-package-elem
@since 3.0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metadata">
<eStructuralFeatures xsi:type="ecore:EReference" name="titles" lowerBound="1"
upperBound="-1" eType="ecore:EClass dc.ecore#//Title" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="title"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="creators" upperBound="-1"
eType="ecore:EClass dc.ecore#//Creator" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="creator"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subjects" lowerBound="1"
upperBound="-1" eType="ecore:EClass dc.ecore#//Subject" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="subject"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="ecore:EClass dc.ecore#//Description" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="description"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="publishers" upperBound="-1"
eType="ecore:EClass dc.ecore#//Publisher" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="publisher"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributors" upperBound="-1"
eType="ecore:EClass dc.ecore#//Contributor" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="contributor"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dates" upperBound="-1"
eType="ecore:EClass dc.ecore#//Date" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="date"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="ecore:EClass dc.ecore#//Type" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="type"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="formats" upperBound="-1"
eType="ecore:EClass dc.ecore#//Format" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="format"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="identifiers" lowerBound="1"
upperBound="-1" eType="ecore:EClass dc.ecore#//Identifier" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="identifier"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1"
eType="ecore:EClass dc.ecore#//Source" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="source"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="languages" lowerBound="1"
upperBound="-1" eType="ecore:EClass dc.ecore#//Language" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="language"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1"
eType="ecore:EClass dc.ecore#//Relation" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="relation"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="coverages" upperBound="-1"
eType="ecore:EClass dc.ecore#//Coverage" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="coverage"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rights" upperBound="-1"
eType="ecore:EClass dc.ecore#//Rights" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="rights"/>
<details key="namespace" value="http://purl.org/dc/elements/1.1/"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="metas" upperBound="-1"
eType="#//Meta" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="meta"/>
<details key="namespace" value="http://www.idpf.org/2007/opf"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Manifest">
<eStructuralFeatures xsi:type="ecore:EReference" name="items" lowerBound="1" upperBound="-1"
eType="#//Item" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="item"/>
<details key="namespace" value="http://www.idpf.org/2007/opf"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Item">
<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="href" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="media_type" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="media-type"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fallback" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fallback_style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="fallback-style"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required_namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="required-namespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required_modules" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="required-modules"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" 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="Used by the tooling, is not serialized."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noToc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
transient="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Used by the tooling, is not serialized."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" 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="Used by the tooling, is not serialized."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="generated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
transient="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Used by the tooling, is not serialized."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourcePath" 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="Used by the tooling, is not serialized."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="EPUB 3 - http://www.idpf.org/epub/301/spec/epub-publications.html#sec-item-elem
@since 3.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="media_overlay" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="EPUB 3 - http://www.idpf.org/epub/301/spec/epub-publications.html#sec-item-elem
@since 3.0"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="media-overlay"/>
<details key="namespace" value="http://www.idpf.org/2007/opf"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Spine">
<eStructuralFeatures xsi:type="ecore:EReference" name="spineItems" upperBound="-1"
eType="#//Itemref" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="itemref"/>
<details key="namespace" value="http://www.idpf.org/2007/opf"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toc" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Guide">
<eStructuralFeatures xsi:type="ecore:EReference" name="guideItems" upperBound="-1"
eType="#//Reference" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="reference"/>
<details key="namespace" value="http://www.idpf.org/2007/opf"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="validType"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="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="href" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Itemref">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="idref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="linear" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tours"/>
<eClassifiers xsi:type="ecore:EEnum" name="Role">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
<eLiterals name="Art_copyist" literal="acp"/>
<eLiterals name="Actor" literal="act"/>
<eLiterals name="Adapter" literal="adp"/>
<eLiterals name="Author_of_afterword_colophon_etc" literal="aft"/>
<eLiterals name="Analyst" literal="anl"/>
<eLiterals name="Animator" literal="anm"/>
<eLiterals name="Annotator" literal="ann"/>
<eLiterals name="Bibliographic_antecedent" literal="ant"/>
<eLiterals name="Applicant" literal="app"/>
<eLiterals name="Author_in_quotations_or_text_abstracts" literal="aqt"/>
<eLiterals name="Architect" literal="arc"/>
<eLiterals name="Artistic_director" literal="ard"/>
<eLiterals name="Arranger" literal="arr"/>
<eLiterals name="Artist" literal="art"/>
<eLiterals name="Assignee" literal="asg"/>
<eLiterals name="Associated_name" literal="asn"/>
<eLiterals name="Attributed_name" literal="att"/>
<eLiterals name="Auctioneer" literal="auc"/>
<eLiterals name="Author_of_dialog" literal="aud"/>
<eLiterals name="Author_of_introduction" literal="aui"/>
<eLiterals name="Author_of_screenplay" literal="aus"/>
<eLiterals name="Author" literal="aut"/>
<eLiterals name="Binding_designer" literal="bdd"/>
<eLiterals name="Bookjacket_designer" literal="bjd"/>
<eLiterals name="Book_designer" literal="bkd"/>
<eLiterals name="Book_producer" literal="bkp"/>
<eLiterals name="Blurb_writer" literal="blw"/>
<eLiterals name="Binder" literal="bnd"/>
<eLiterals name="Bookplate_designer" literal="bpd"/>
<eLiterals name="Bookseller" literal="bsl"/>
<eLiterals name="Conceptor" literal="ccp"/>
<eLiterals name="Choreographer" literal="chr"/>
<eLiterals name="Collaborator" literal="clb"/>
<eLiterals name="Client" literal="cli"/>
<eLiterals name="Calligrapher" literal="cll"/>
<eLiterals name="Colorist" literal="clr"/>
<eLiterals name="Collotyper" literal="clt"/>
<eLiterals name="Commentator" literal="cmm"/>
<eLiterals name="Composer" literal="cmp"/>
<eLiterals name="Compositor" literal="cmt"/>
<eLiterals name="Cinematographer" literal="cng"/>
<eLiterals name="Conductor" literal="cnd"/>
<eLiterals name="Censor" literal="cns"/>
<eLiterals name="Contestant_appellee" literal="coe"/>
<eLiterals name="Collector" literal="col"/>
<eLiterals name="Compiler" literal="com"/>
<eLiterals name="Conservator" literal="con"/>
<eLiterals name="Contestant" literal="cos"/>
<eLiterals name="Contestant_appellant" literal="cot"/>
<eLiterals name="Cover_designer" literal="cov"/>
<eLiterals name="Copyright_claimant" literal="cpc"/>
<eLiterals name="Complainant_appellee" literal="cpe"/>
<eLiterals name="Copyright_holder" literal="cph"/>
<eLiterals name="Complainant" literal="cpl"/>
<eLiterals name="Complainant_appellant" literal="cpt"/>
<eLiterals name="Creator" literal="cre"/>
<eLiterals name="Correspondent" literal="crp"/>
<eLiterals name="Corrector" literal="crr"/>
<eLiterals name="Consultant" literal="csl"/>
<eLiterals name="Consultant_to_a_project" literal="csp"/>
<eLiterals name="Costume_designer" literal="cst"/>
<eLiterals name="Contributor" literal="ctb"/>
<eLiterals name="Contestee_appellee" literal="cte"/>
<eLiterals name="Cartographer" literal="ctg"/>
<eLiterals name="Contractor" literal="ctr"/>
<eLiterals name="Contestee" literal="cts"/>
<eLiterals name="Contestee_appellant" literal="ctt"/>
<eLiterals name="Curator" literal="cur"/>
<eLiterals name="Commentator_for_written_text" literal="cwt"/>
<eLiterals name="Defendant" literal="dfd"/>
<eLiterals name="Defendant_appellee" literal="dfe"/>
<eLiterals name="Defendant_appellant" literal="dft"/>
<eLiterals name="Degree_grantor" literal="dgg"/>
<eLiterals name="Dissertant" literal="dis"/>
<eLiterals name="Delineator" literal="dln"/>
<eLiterals name="Dancer" literal="dnc"/>
<eLiterals name="Donor" literal="dnr"/>
<eLiterals name="Distribution_place" literal="dpb"/>
<eLiterals name="Depicted" literal="dpc"/>
<eLiterals name="Depositor" literal="dpt"/>
<eLiterals name="Draftsman" literal="drm"/>
<eLiterals name="Director" literal="drt"/>
<eLiterals name="Designer" literal="dsr"/>
<eLiterals name="Distributor" literal="dst"/>
<eLiterals name="Data_contributor" literal="dtc"/>
<eLiterals name="Dedicatee" literal="dte"/>
<eLiterals name="Data_manager" literal="dtm"/>
<eLiterals name="Dedicator" literal="dto"/>
<eLiterals name="Dubious_author" literal="dub"/>
<eLiterals name="Editor" literal="edt"/>
<eLiterals name="Engraver" literal="egr"/>
<eLiterals name="Electrician" literal="elg"/>
<eLiterals name="Electrotyper" literal="elt"/>
<eLiterals name="Engineer" literal="eng"/>
<eLiterals name="Etcher" literal="etr"/>
<eLiterals name="Event_place" literal="evp"/>
<eLiterals name="Expert" literal="exp"/>
<eLiterals name="Facsimilist" literal="fac"/>
<eLiterals name="Field_director" literal="fld"/>
<eLiterals name="Film_editor" literal="flm"/>
<eLiterals name="Former_owner" literal="fmo"/>
<eLiterals name="First_party" literal="fpy"/>
<eLiterals name="Funder" literal="fnd"/>
<eLiterals name="Forger" literal="frg"/>
<eLiterals name="Geographic_information_specialist" literal="gis"/>
<eLiterals name="Graphic_technician" literal="_grt"/>
<eLiterals name="Honoree" literal="hnr"/>
<eLiterals name="Host" literal="hst"/>
<eLiterals name="Illustrator" literal="ill"/>
<eLiterals name="Illuminator" literal="ilu"/>
<eLiterals name="Inscriber" literal="ins"/>
<eLiterals name="Inventor" literal="inv"/>
<eLiterals name="Instrumentalist" literal="itr"/>
<eLiterals name="Interviewee" literal="ive"/>
<eLiterals name="Interviewer" literal="ivr"/>
<eLiterals name="Laboratory" literal="lbr"/>
<eLiterals name="Librettist" literal="lbt"/>
<eLiterals name="Laboratory_director" literal="ldr"/>
<eLiterals name="Lead" literal="led"/>
<eLiterals name="Libelee_appellee" literal="lee"/>
<eLiterals name="Libelee" literal="lel"/>
<eLiterals name="Lender" literal="len"/>
<eLiterals name="Libelee_appellant" literal="let"/>
<eLiterals name="Lighting_designer" literal="lgd"/>
<eLiterals name="Libelant_appellee" literal="lie"/>
<eLiterals name="Libelant" literal="lil"/>
<eLiterals name="Libelant_appellant" literal="lit"/>
<eLiterals name="Landscape_architect" literal="lsa"/>
<eLiterals name="Licensee" literal="lse"/>
<eLiterals name="Licensor" literal="lso"/>
<eLiterals name="Lithographer" literal="ltg"/>
<eLiterals name="Lyricist" literal="lyr"/>
<eLiterals name="Music_copyist" literal="mcp"/>
<eLiterals name="Manufacture_place" literal="mfp"/>
<eLiterals name="Manufacturer" literal="mfr"/>
<eLiterals name="Metadata_contact" literal="mdc"/>
<eLiterals name="Moderator" literal="mod"/>
<eLiterals name="Monitor" literal="mon"/>
<eLiterals name="Marbler" literal="mrb"/>
<eLiterals name="Markup_editor" literal="mrk"/>
<eLiterals name="Musical_director" literal="msd"/>
<eLiterals name="Metal_engraver" literal="mte"/>
<eLiterals name="Musician" literal="mus"/>
<eLiterals name="Narrator" literal="nrt"/>
<eLiterals name="Opponent" literal="opn"/>
<eLiterals name="Originator" literal="org"/>
<eLiterals name="Organizer_of_meeting" literal="orm"/>
<eLiterals name="Other" literal="oth"/>
<eLiterals name="Owner" literal="own"/>
<eLiterals name="Patron" literal="pat"/>
<eLiterals name="Publishing_director" literal="pbd"/>
<eLiterals name="Publisher" literal="pbl"/>
<eLiterals name="Project_director" literal="pdr"/>
<eLiterals name="Proofreader" literal="pfr"/>
<eLiterals name="Photographer" literal="pht"/>
<eLiterals name="Platemaker" literal="plt"/>
<eLiterals name="Permitting_agency" literal="pma"/>
<eLiterals name="Production_manager" literal="pmn"/>
<eLiterals name="Printer_of_plates" literal="pop"/>
<eLiterals name="Papermaker" literal="ppm"/>
<eLiterals name="Puppeteer" literal="ppt"/>
<eLiterals name="Process_contact" literal="prc"/>
<eLiterals name="Production_personnel" literal="prd"/>
<eLiterals name="Performer" literal="prf"/>
<eLiterals name="Programmer" literal="prg"/>
<eLiterals name="Printmaker" literal="prm"/>
<eLiterals name="Producer" literal="pro"/>
<eLiterals name="Production_place" literal="prp"/>
<eLiterals name="Printer" literal="prt"/>
<eLiterals name="Patent_applicant" literal="pta"/>
<eLiterals name="Plaintiff_appellee" literal="pte"/>
<eLiterals name="Plaintiff" literal="ptf"/>
<eLiterals name="Patent_holder" literal="pth"/>
<eLiterals name="Plaintiff_appellant" literal="ptt"/>
<eLiterals name="Publication_place" literal="pup"/>
<eLiterals name="Rubricator" literal="rbr"/>
<eLiterals name="Recording_engineer" literal="rce"/>
<eLiterals name="Recipient" literal="rcp"/>
<eLiterals name="Redactor" literal="red"/>
<eLiterals name="Renderer" literal="ren"/>
<eLiterals name="Researcher" literal="res"/>
<eLiterals name="Reviewer" literal="rev"/>
<eLiterals name="Repository" literal="rps"/>
<eLiterals name="Reporter" literal="rpt"/>
<eLiterals name="Responsible_party" literal="rpy"/>
<eLiterals name="Respondent_appellee" literal="rse"/>
<eLiterals name="Restager" literal="rsg"/>
<eLiterals name="Respondent" literal="rsp"/>
<eLiterals name="Respondent_appellant" literal="rst"/>
<eLiterals name="Research_team_head" literal="rth"/>
<eLiterals name="Research_team_member" literal="rtm"/>
<eLiterals name="Scientific_advisor" literal="sad"/>
<eLiterals name="Scenarist" literal="sce"/>
<eLiterals name="Sculptor" literal="scl"/>
<eLiterals name="Scribe" literal="scr"/>
<eLiterals name="Sound_designer" literal="sds"/>
<eLiterals name="Secretary" literal="sec"/>
<eLiterals name="Signer" literal="sgn"/>
<eLiterals name="Supporting_host" literal="sht"/>
<eLiterals name="Singer" literal="sng"/>
<eLiterals name="Speaker" literal="spk"/>
<eLiterals name="Sponsor" literal="spn"/>
<eLiterals name="Second_party" literal="spy"/>
<eLiterals name="Surveyor" literal="srv"/>
<eLiterals name="Set_designer" literal="std"/>
<eLiterals name="Storyteller" literal="stl"/>
<eLiterals name="Stage_manager" literal="stm"/>
<eLiterals name="Standards_body" literal="stn"/>
<eLiterals name="Stereotyper" literal="str"/>
<eLiterals name="Technical_director" literal="tcd"/>
<eLiterals name="Teacher" literal="tch"/>
<eLiterals name="Thesis_advisor" literal="ths"/>
<eLiterals name="Transcriber" literal="trc"/>
<eLiterals name="Translator" literal="trl"/>
<eLiterals name="Type_designer" literal="tyd"/>
<eLiterals name="Typographer" literal="tyg"/>
<eLiterals name="University_place" literal="uvp"/>
<eLiterals name="Videographer" literal="vdg"/>
<eLiterals name="Vocalist" literal="voc"/>
<eLiterals name="Writer_of_accompanying_material" literal="wam"/>
<eLiterals name="Woodcutter" literal="wdc"/>
<eLiterals name="Wood_engraver" literal="wde"/>
<eLiterals name="Witness" literal="wit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Type">
<eLiterals name="Cover" value="1" literal="cover"/>
<eLiterals name="Title" value="2" literal="title-page"/>
<eLiterals name="TOC" value="3" literal="toc"/>
<eLiterals name="Index" value="4" literal="index"/>
<eLiterals name="Glossary" value="5" literal="glossary"/>
<eLiterals name="Acknowledgements" value="6" literal="acknowledgements"/>
<eLiterals name="Bibliography" value="7" literal="bibliography"/>
<eLiterals name="Colophon" value="8" literal="colophon"/>
<eLiterals name="Copyright" value="9" literal="copyright-page"/>
<eLiterals name="Dedication" value="10" literal="dedication"/>
<eLiterals name="Epigraph" value="11" literal="epigraph"/>
<eLiterals name="Foreword" value="12" literal="foreword"/>
<eLiterals name="Illustrations" value="13" literal="loi"/>
<eLiterals name="Tables" value="14" literal="lot"/>
<eLiterals name="Notes" value="15" literal="notes"/>
<eLiterals name="Preface" value="16" literal="preface"/>
<eLiterals name="Text" value="17" literal="text"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Meta">
<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="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="EPUB 3 - http://www.idpf.org/epub/301/spec/epub-publications.html#sec-meta-elem
@since 3.0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="property" 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="EPUB 3 - http://www.idpf.org/epub/301/spec/epub-publications.html#sec-meta-elem
@since 3.0
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="refines" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="EPUB 3 - http://www.idpf.org/epub/301/spec/epub-publications.html#sec-meta-elem
@since 3.0
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scheme" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="EPUB 3 - http://www.idpf.org/epub/301/spec/epub-publications.html#sec-meta-elem
@since 3.0
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="EPUB 3 - http://www.idpf.org/epub/301/spec/epub-publications.html#sec-meta-elem
@since 3.0
"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/turesheim/org.eclipse.mylyn.docs/docs/org.eclipse.mylyn.docs.epub.core/model/opf.ecore | ecore | opf
Package
metadata
manifest
spine
guide
tours
version
2.0
uniqueIdentifier
generateCoverHTML
generateTableOfContents
includeReferencedResources
prefix
lang
dir
id
Metadata
titles
creators
subjects
descriptions
publishers
contributors
dates
types
formats
identifiers
sources
languages
relations
coverages
rights
metas
Manifest
items
Item
id
href
media_type
fallback
fallback_style
required_namespace
required_modules
file
noToc
title
generated
sourcePath
properties
media_overlay
Spine
spineItems
toc
Guide
guideItems
Reference
type
title
href
Itemref
idref
linear
Tours
Role
Art_copyist
acp
Actor
act
Adapter
adp
Author_of_afterword_colophon_etc
aft
Analyst
anl
Animator
anm
Annotator
ann
Bibliographic_antecedent
ant
Applicant
app
Author_in_quotations_or_text_abstracts
aqt
Architect
arc
Artistic_director
ard
Arranger
arr
Artist
art
Assignee
asg
Associated_name
asn
Attributed_name
att
Auctioneer
auc
Author_of_dialog
aud
Author_of_introduction
aui
Author_of_screenplay
aus
Author
aut
Binding_designer
bdd
Bookjacket_designer
bjd
Book_designer
bkd
Book_producer
bkp
Blurb_writer
blw
Binder
bnd
Bookplate_designer
bpd
Bookseller
bsl
Conceptor
ccp
Choreographer
chr
Collaborator
clb
Client
cli
Calligrapher
cll
Colorist
clr
Collotyper
clt
Commentator
cmm
Composer
cmp
Compositor
cmt
Cinematographer
cng
Conductor
cnd
Censor
cns
Contestant_appellee
coe
Collector
col
Compiler
com
Conservator
con
Contestant
cos
Contestant_appellant
cot
Cover_designer
cov
Copyright_claimant
cpc
Complainant_appellee
cpe
Copyright_holder
cph
Complainant
cpl
Complainant_appellant
cpt
Creator
cre
Correspondent
crp
Corrector
crr
Consultant
csl
Consultant_to_a_project
csp
Costume_designer
cst
Contributor
ctb
Contestee_appellee
cte
Cartographer
ctg
Contractor
ctr
Contestee
cts
Contestee_appellant
ctt
Curator
cur
Commentator_for_written_text
cwt
Defendant
dfd
Defendant_appellee
dfe
Defendant_appellant
dft
Degree_grantor
dgg
Dissertant
dis
Delineator
dln
Dancer
dnc
Donor
dnr
Distribution_place
dpb
Depicted
dpc
Depositor
dpt
Draftsman
drm
Director
drt
Designer
dsr
Distributor
dst
Data_contributor
dtc
Dedicatee
dte
Data_manager
dtm
Dedicator
dto
Dubious_author
dub
Editor
edt
Engraver
egr
Electrician
elg
Electrotyper
elt
Engineer
eng
Etcher
etr
Event_place
evp
Expert
exp
Facsimilist
fac
Field_director
fld
Film_editor
flm
Former_owner
fmo
First_party
fpy
Funder
fnd
Forger
frg
Geographic_information_specialist
gis
Graphic_technician
_grt
Honoree
hnr
Host
hst
Illustrator
ill
Illuminator
ilu
Inscriber
ins
Inventor
inv
Instrumentalist
itr
Interviewee
ive
Interviewer
ivr
Laboratory
lbr
Librettist
lbt
Laboratory_director
ldr
Lead
led
Libelee_appellee
lee
Libelee
lel
Lender
len
Libelee_appellant
let
Lighting_designer
lgd
Libelant_appellee
lie
Libelant
lil
Libelant_appellant
lit
Landscape_architect
lsa
Licensee
lse
Licensor
lso
Lithographer
ltg
Lyricist
lyr
Music_copyist
mcp
Manufacture_place
mfp
Manufacturer
mfr
Metadata_contact
mdc
Moderator
mod
Monitor
mon
Marbler
mrb
Markup_editor
mrk
Musical_director
msd
Metal_engraver
mte
Musician
mus
Narrator
nrt
Opponent
opn
Originator
org
Organizer_of_meeting
orm
Other
oth
Owner
own
Patron
pat
Publishing_director
pbd
Publisher
pbl
Project_director
pdr
Proofreader
pfr
Photographer
pht
Platemaker
plt
Permitting_agency
pma
Production_manager
pmn
Printer_of_plates
pop
Papermaker
ppm
Puppeteer
ppt
Process_contact
prc
Production_personnel
prd
Performer
prf
Programmer
prg
Printmaker
prm
Producer
pro
Production_place
prp
Printer
prt
Patent_applicant
pta
Plaintiff_appellee
pte
Plaintiff
ptf
Patent_holder
pth
Plaintiff_appellant
ptt
Publication_place
pup
Rubricator
rbr
Recording_engineer
rce
Recipient
rcp
Redactor
red
Renderer
ren
Researcher
res
Reviewer
rev
Repository
rps
Reporter
rpt
Responsible_party
rpy
Respondent_appellee
rse
Restager
rsg
Respondent
rsp
Respondent_appellant
rst
Research_team_head
rth
Research_team_member
rtm
Scientific_advisor
sad
Scenarist
sce
Sculptor
scl
Scribe
scr
Sound_designer
sds
Secretary
sec
Signer
sgn
Supporting_host
sht
Singer
sng
Speaker
spk
Sponsor
spn
Second_party
spy
Surveyor
srv
Set_designer
std
Storyteller
stl
Stage_manager
stm
Standards_body
stn
Stereotyper
str
Technical_director
tcd
Teacher
tch
Thesis_advisor
ths
Transcriber
trc
Translator
trl
Type_designer
tyd
Typographer
tyg
University_place
uvp
Videographer
vdg
Vocalist
voc
Writer_of_accompanying_material
wam
Woodcutter
wdc
Wood_engraver
wde
Witness
wit
Type
Cover
cover
Title
title-page
TOC
toc
Index
index
Glossary
glossary
Acknowledgements
acknowledgements
Bibliography
bibliography
Colophon
colophon
Copyright
copyright-page
Dedication
dedication
Epigraph
epigraph
Foreword
foreword
Illustrations
loi
Tables
lot
Notes
notes
Preface
preface
Text
text
Meta
name
content
id
property
refines
scheme
dir | null | {"directed":true,"nodes":[{"nsPrefix":"opf","nsURI":"http://www.idpf.org/2007/opf","name":"opf","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifest","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spine","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guide","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Itemref","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tours","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Role","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meta","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"manifest","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"spine","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"guide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tours","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"2.0","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2.0","unsettable":true,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uniqueIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"generateCoverHTML","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"generateTableOfContents","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"includeReferencedResources","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":"prefix","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":"lang","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":"dir","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"titles","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":"creators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subjects","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"descriptions","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":"publishers","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":"contributors","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":"dates","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":"types","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":"formats","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"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":"identifiers","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"languages","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"relations","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":"coverages","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":"rights","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":"metas","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"media_type","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":"fallback","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fallback_style","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":"required_namespace","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":"required_modules","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":true,"unique":true,"name":"file","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":true,"unique":true,"name":"noToc","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":true,"unique":true,"name":"title","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":true,"unique":true,"name":"generated","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":true,"unique":true,"name":"sourcePath","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"media_overlay","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spineItems","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"toc","changeable":true,"lowerBound":1,"iD":false,"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":"guideItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idref","changeable":true,"lowerBound":1,"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":"linear","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"name":"Art_copyist","id":119,"value":0,"literal":"acp","eClass":"EEnumLiteral"},{"name":"Actor","id":120,"value":0,"literal":"act","eClass":"EEnumLiteral"},{"name":"Adapter","id":121,"value":0,"literal":"adp","eClass":"EEnumLiteral"},{"name":"Author_of_afterword_colophon_etc","id":122,"value":0,"literal":"aft","eClass":"EEnumLiteral"},{"name":"Analyst","id":123,"value":0,"literal":"anl","eClass":"EEnumLiteral"},{"name":"Animator","id":124,"value":0,"literal":"anm","eClass":"EEnumLiteral"},{"name":"Annotator","id":125,"value":0,"literal":"ann","eClass":"EEnumLiteral"},{"name":"Bibliographic_antecedent","id":126,"value":0,"literal":"ant","eClass":"EEnumLiteral"},{"name":"Applicant","id":127,"value":0,"literal":"app","eClass":"EEnumLiteral"},{"name":"Author_in_quotations_or_text_abstracts","id":128,"value":0,"literal":"aqt","eClass":"EEnumLiteral"},{"name":"Architect","id":129,"value":0,"literal":"arc","eClass":"EEnumLiteral"},{"name":"Artistic_director","id":130,"value":0,"literal":"ard","eClass":"EEnumLiteral"},{"name":"Arranger","id":131,"value":0,"literal":"arr","eClass":"EEnumLiteral"},{"name":"Artist","id":132,"value":0,"literal":"art","eClass":"EEnumLiteral"},{"name":"Assignee","id":133,"value":0,"literal":"asg","eClass":"EEnumLiteral"},{"name":"Associated_name","id":134,"value":0,"literal":"asn","eClass":"EEnumLiteral"},{"name":"Attributed_name","id":135,"value":0,"literal":"att","eClass":"EEnumLiteral"},{"name":"Auctioneer","id":136,"value":0,"literal":"auc","eClass":"EEnumLiteral"},{"name":"Author_of_dialog","id":137,"value":0,"literal":"aud","eClass":"EEnumLiteral"},{"name":"Author_of_introduction","id":138,"value":0,"literal":"aui","eClass":"EEnumLiteral"},{"name":"Author_of_screenplay","id":139,"value":0,"literal":"aus","eClass":"EEnumLiteral"},{"name":"Author","id":140,"value":0,"literal":"aut","eClass":"EEnumLiteral"},{"name":"Binding_designer","id":141,"value":0,"literal":"bdd","eClass":"EEnumLiteral"},{"name":"Bookjacket_designer","id":142,"value":0,"literal":"bjd","eClass":"EEnumLiteral"},{"name":"Book_designer","id":143,"value":0,"literal":"bkd","eClass":"EEnumLiteral"},{"name":"Book_producer","id":144,"value":0,"literal":"bkp","eClass":"EEnumLiteral"},{"name":"Blurb_writer","id":145,"value":0,"literal":"blw","eClass":"EEnumLiteral"},{"name":"Binder","id":146,"value":0,"literal":"bnd","eClass":"EEnumLiteral"},{"name":"Bookplate_designer","id":147,"value":0,"literal":"bpd","eClass":"EEnumLiteral"},{"name":"Bookseller","id":148,"value":0,"literal":"bsl","eClass":"EEnumLiteral"},{"name":"Conceptor","id":149,"value":0,"literal":"ccp","eClass":"EEnumLiteral"},{"name":"Choreographer","id":150,"value":0,"literal":"chr","eClass":"EEnumLiteral"},{"name":"Collaborator","id":151,"value":0,"literal":"clb","eClass":"EEnumLiteral"},{"name":"Client","id":152,"value":0,"literal":"cli","eClass":"EEnumLiteral"},{"name":"Calligrapher","id":153,"value":0,"literal":"cll","eClass":"EEnumLiteral"},{"name":"Colorist","id":154,"value":0,"literal":"clr","eClass":"EEnumLiteral"},{"name":"Collotyper","id":155,"value":0,"literal":"clt","eClass":"EEnumLiteral"},{"name":"Commentator","id":156,"value":0,"literal":"cmm","eClass":"EEnumLiteral"},{"name":"Composer","id":157,"value":0,"literal":"cmp","eClass":"EEnumLiteral"},{"name":"Compositor","id":158,"value":0,"literal":"cmt","eClass":"EEnumLiteral"},{"name":"Cinematographer","id":159,"value":0,"literal":"cng","eClass":"EEnumLiteral"},{"name":"Conductor","id":160,"value":0,"literal":"cnd","eClass":"EEnumLiteral"},{"name":"Censor","id":161,"value":0,"literal":"cns","eClass":"EEnumLiteral"},{"name":"Contestant_appellee","id":162,"value":0,"literal":"coe","eClass":"EEnumLiteral"},{"name":"Collector","id":163,"value":0,"literal":"col","eClass":"EEnumLiteral"},{"name":"Compiler","id":164,"value":0,"literal":"com","eClass":"EEnumLiteral"},{"name":"Conservator","id":165,"value":0,"literal":"con","eClass":"EEnumLiteral"},{"name":"Contestant","id":166,"value":0,"literal":"cos","eClass":"EEnumLiteral"},{"name":"Contestant_appellant","id":167,"value":0,"literal":"cot","eClass":"EEnumLiteral"},{"name":"Cover_designer","id":168,"value":0,"literal":"cov","eClass":"EEnumLiteral"},{"name":"Copyright_claimant","id":169,"value":0,"literal":"cpc","eClass":"EEnumLiteral"},{"name":"Complainant_appellee","id":170,"value":0,"literal":"cpe","eClass":"EEnumLiteral"},{"name":"Copyright_holder","id":171,"value":0,"literal":"cph","eClass":"EEnumLiteral"},{"name":"Complainant","id":172,"value":0,"literal":"cpl","eClass":"EEnumLiteral"},{"name":"Complainant_appellant","id":173,"value":0,"literal":"cpt","eClass":"EEnumLiteral"},{"name":"Creator","id":174,"value":0,"literal":"cre","eClass":"EEnumLiteral"},{"name":"Correspondent","id":175,"value":0,"literal":"crp","eClass":"EEnumLiteral"},{"name":"Corrector","id":176,"value":0,"literal":"crr","eClass":"EEnumLiteral"},{"name":"Consultant","id":177,"value":0,"literal":"csl","eClass":"EEnumLiteral"},{"name":"Consultant_to_a_project","id":178,"value":0,"literal":"csp","eClass":"EEnumLiteral"},{"name":"Costume_designer","id":179,"value":0,"literal":"cst","eClass":"EEnumLiteral"},{"name":"Contributor","id":180,"value":0,"literal":"ctb","eClass":"EEnumLiteral"},{"name":"Contestee_appellee","id":181,"value":0,"literal":"cte","eClass":"EEnumLiteral"},{"name":"Cartographer","id":182,"value":0,"literal":"ctg","eClass":"EEnumLiteral"},{"name":"Contractor","id":183,"value":0,"literal":"ctr","eClass":"EEnumLiteral"},{"name":"Contestee","id":184,"value":0,"literal":"cts","eClass":"EEnumLiteral"},{"name":"Contestee_appellant","id":185,"value":0,"literal":"ctt","eClass":"EEnumLiteral"},{"name":"Curator","id":186,"value":0,"literal":"cur","eClass":"EEnumLiteral"},{"name":"Commentator_for_written_text","id":187,"value":0,"literal":"cwt","eClass":"EEnumLiteral"},{"name":"Defendant","id":188,"value":0,"literal":"dfd","eClass":"EEnumLiteral"},{"name":"Defendant_appellee","id":189,"value":0,"literal":"dfe","eClass":"EEnumLiteral"},{"name":"Defendant_appellant","id":190,"value":0,"literal":"dft","eClass":"EEnumLiteral"},{"name":"Degree_grantor","id":191,"value":0,"literal":"dgg","eClass":"EEnumLiteral"},{"name":"Dissertant","id":192,"value":0,"literal":"dis","eClass":"EEnumLiteral"},{"name":"Delineator","id":193,"value":0,"literal":"dln","eClass":"EEnumLiteral"},{"name":"Dancer","id":194,"value":0,"literal":"dnc","eClass":"EEnumLiteral"},{"name":"Donor","id":195,"value":0,"literal":"dnr","eClass":"EEnumLiteral"},{"name":"Distribution_place","id":196,"value":0,"literal":"dpb","eClass":"EEnumLiteral"},{"name":"Depicted","id":197,"value":0,"literal":"dpc","eClass":"EEnumLiteral"},{"name":"Depositor","id":198,"value":0,"literal":"dpt","eClass":"EEnumLiteral"},{"name":"Draftsman","id":199,"value":0,"literal":"drm","eClass":"EEnumLiteral"},{"name":"Director","id":200,"value":0,"literal":"drt","eClass":"EEnumLiteral"},{"name":"Designer","id":201,"value":0,"literal":"dsr","eClass":"EEnumLiteral"},{"name":"Distributor","id":202,"value":0,"literal":"dst","eClass":"EEnumLiteral"},{"name":"Data_contributor","id":203,"value":0,"literal":"dtc","eClass":"EEnumLiteral"},{"name":"Dedicatee","id":204,"value":0,"literal":"dte","eClass":"EEnumLiteral"},{"name":"Data_manager","id":205,"value":0,"literal":"dtm","eClass":"EEnumLiteral"},{"name":"Dedicator","id":206,"value":0,"literal":"dto","eClass":"EEnumLiteral"},{"name":"Dubious_author","id":207,"value":0,"literal":"dub","eClass":"EEnumLiteral"},{"name":"Editor","id":208,"value":0,"literal":"edt","eClass":"EEnumLiteral"},{"name":"Engraver","id":209,"value":0,"literal":"egr","eClass":"EEnumLiteral"},{"name":"Electrician","id":210,"value":0,"literal":"elg","eClass":"EEnumLiteral"},{"name":"Electrotyper","id":211,"value":0,"literal":"elt","eClass":"EEnumLiteral"},{"name":"Engineer","id":212,"value":0,"literal":"eng","eClass":"EEnumLiteral"},{"name":"Etcher","id":213,"value":0,"literal":"etr","eClass":"EEnumLiteral"},{"name":"Event_place","id":214,"value":0,"literal":"evp","eClass":"EEnumLiteral"},{"name":"Expert","id":215,"value":0,"literal":"exp","eClass":"EEnumLiteral"},{"name":"Facsimilist","id":216,"value":0,"literal":"fac","eClass":"EEnumLiteral"},{"name":"Field_director","id":217,"value":0,"literal":"fld","eClass":"EEnumLiteral"},{"name":"Film_editor","id":218,"value":0,"literal":"flm","eClass":"EEnumLiteral"},{"name":"Former_owner","id":219,"value":0,"literal":"fmo","eClass":"EEnumLiteral"},{"name":"First_party","id":220,"value":0,"literal":"fpy","eClass":"EEnumLiteral"},{"name":"Funder","id":221,"value":0,"literal":"fnd","eClass":"EEnumLiteral"},{"name":"Forger","id":222,"value":0,"literal":"frg","eClass":"EEnumLiteral"},{"name":"Geographic_information_specialist","id":223,"value":0,"literal":"gis","eClass":"EEnumLiteral"},{"name":"Graphic_technician","id":224,"value":0,"literal":"_grt","eClass":"EEnumLiteral"},{"name":"Honoree","id":225,"value":0,"literal":"hnr","eClass":"EEnumLiteral"},{"name":"Host","id":226,"value":0,"literal":"hst","eClass":"EEnumLiteral"},{"name":"Illustrator","id":227,"value":0,"literal":"ill","eClass":"EEnumLiteral"},{"name":"Illuminator","id":228,"value":0,"literal":"ilu","eClass":"EEnumLiteral"},{"name":"Inscriber","id":229,"value":0,"literal":"ins","eClass":"EEnumLiteral"},{"name":"Inventor","id":230,"value":0,"literal":"inv","eClass":"EEnumLiteral"},{"name":"Instrumentalist","id":231,"value":0,"literal":"itr","eClass":"EEnumLiteral"},{"name":"Interviewee","id":232,"value":0,"literal":"ive","eClass":"EEnumLiteral"},{"name":"Interviewer","id":233,"value":0,"literal":"ivr","eClass":"EEnumLiteral"},{"name":"Laboratory","id":234,"value":0,"literal":"lbr","eClass":"EEnumLiteral"},{"name":"Librettist","id":235,"value":0,"literal":"lbt","eClass":"EEnumLiteral"},{"name":"Laboratory_director","id":236,"value":0,"literal":"ldr","eClass":"EEnumLiteral"},{"name":"Lead","id":237,"value":0,"literal":"led","eClass":"EEnumLiteral"},{"name":"Libelee_appellee","id":238,"value":0,"literal":"lee","eClass":"EEnumLiteral"},{"name":"Libelee","id":239,"value":0,"literal":"lel","eClass":"EEnumLiteral"},{"name":"Lender","id":240,"value":0,"literal":"len","eClass":"EEnumLiteral"},{"name":"Libelee_appellant","id":241,"value":0,"literal":"let","eClass":"EEnumLiteral"},{"name":"Lighting_designer","id":242,"value":0,"literal":"lgd","eClass":"EEnumLiteral"},{"name":"Libelant_appellee","id":243,"value":0,"literal":"lie","eClass":"EEnumLiteral"},{"name":"Libelant","id":244,"value":0,"literal":"lil","eClass":"EEnumLiteral"},{"name":"Libelant_appellant","id":245,"value":0,"literal":"lit","eClass":"EEnumLiteral"},{"name":"Landscape_architect","id":246,"value":0,"literal":"lsa","eClass":"EEnumLiteral"},{"name":"Licensee","id":247,"value":0,"literal":"lse","eClass":"EEnumLiteral"},{"name":"Licensor","id":248,"value":0,"literal":"lso","eClass":"EEnumLiteral"},{"name":"Lithographer","id":249,"value":0,"literal":"ltg","eClass":"EEnumLiteral"},{"name":"Lyricist","id":250,"value":0,"literal":"lyr","eClass":"EEnumLiteral"},{"name":"Music_copyist","id":251,"value":0,"literal":"mcp","eClass":"EEnumLiteral"},{"name":"Manufacture_place","id":252,"value":0,"literal":"mfp","eClass":"EEnumLiteral"},{"name":"Manufacturer","id":253,"value":0,"literal":"mfr","eClass":"EEnumLiteral"},{"name":"Metadata_contact","id":254,"value":0,"literal":"mdc","eClass":"EEnumLiteral"},{"name":"Moderator","id":255,"value":0,"literal":"mod","eClass":"EEnumLiteral"},{"name":"Monitor","id":256,"value":0,"literal":"mon","eClass":"EEnumLiteral"},{"name":"Marbler","id":257,"value":0,"literal":"mrb","eClass":"EEnumLiteral"},{"name":"Markup_editor","id":258,"value":0,"literal":"mrk","eClass":"EEnumLiteral"},{"name":"Musical_director","id":259,"value":0,"literal":"msd","eClass":"EEnumLiteral"},{"name":"Metal_engraver","id":260,"value":0,"literal":"mte","eClass":"EEnumLiteral"},{"name":"Musician","id":261,"value":0,"literal":"mus","eClass":"EEnumLiteral"},{"name":"Narrator","id":262,"value":0,"literal":"nrt","eClass":"EEnumLiteral"},{"name":"Opponent","id":263,"value":0,"literal":"opn","eClass":"EEnumLiteral"},{"name":"Originator","id":264,"value":0,"literal":"org","eClass":"EEnumLiteral"},{"name":"Organizer_of_meeting","id":265,"value":0,"literal":"orm","eClass":"EEnumLiteral"},{"name":"Other","id":266,"value":0,"literal":"oth","eClass":"EEnumLiteral"},{"name":"Owner","id":267,"value":0,"literal":"own","eClass":"EEnumLiteral"},{"name":"Patron","id":268,"value":0,"literal":"pat","eClass":"EEnumLiteral"},{"name":"Publishing_director","id":269,"value":0,"literal":"pbd","eClass":"EEnumLiteral"},{"name":"Publisher","id":270,"value":0,"literal":"pbl","eClass":"EEnumLiteral"},{"name":"Project_director","id":271,"value":0,"literal":"pdr","eClass":"EEnumLiteral"},{"name":"Proofreader","id":272,"value":0,"literal":"pfr","eClass":"EEnumLiteral"},{"name":"Photographer","id":273,"value":0,"literal":"pht","eClass":"EEnumLiteral"},{"name":"Platemaker","id":274,"value":0,"literal":"plt","eClass":"EEnumLiteral"},{"name":"Permitting_agency","id":275,"value":0,"literal":"pma","eClass":"EEnumLiteral"},{"name":"Production_manager","id":276,"value":0,"literal":"pmn","eClass":"EEnumLiteral"},{"name":"Printer_of_plates","id":277,"value":0,"literal":"pop","eClass":"EEnumLiteral"},{"name":"Papermaker","id":278,"value":0,"literal":"ppm","eClass":"EEnumLiteral"},{"name":"Puppeteer","id":279,"value":0,"literal":"ppt","eClass":"EEnumLiteral"},{"name":"Process_contact","id":280,"value":0,"literal":"prc","eClass":"EEnumLiteral"},{"name":"Production_personnel","id":281,"value":0,"literal":"prd","eClass":"EEnumLiteral"},{"name":"Performer","id":282,"value":0,"literal":"prf","eClass":"EEnumLiteral"},{"name":"Programmer","id":283,"value":0,"literal":"prg","eClass":"EEnumLiteral"},{"name":"Printmaker","id":284,"value":0,"literal":"prm","eClass":"EEnumLiteral"},{"name":"Producer","id":285,"value":0,"literal":"pro","eClass":"EEnumLiteral"},{"name":"Production_place","id":286,"value":0,"literal":"prp","eClass":"EEnumLiteral"},{"name":"Printer","id":287,"value":0,"literal":"prt","eClass":"EEnumLiteral"},{"name":"Patent_applicant","id":288,"value":0,"literal":"pta","eClass":"EEnumLiteral"},{"name":"Plaintiff_appellee","id":289,"value":0,"literal":"pte","eClass":"EEnumLiteral"},{"name":"Plaintiff","id":290,"value":0,"literal":"ptf","eClass":"EEnumLiteral"},{"name":"Patent_holder","id":291,"value":0,"literal":"pth","eClass":"EEnumLiteral"},{"name":"Plaintiff_appellant","id":292,"value":0,"literal":"ptt","eClass":"EEnumLiteral"},{"name":"Publication_place","id":293,"value":0,"literal":"pup","eClass":"EEnumLiteral"},{"name":"Rubricator","id":294,"value":0,"literal":"rbr","eClass":"EEnumLiteral"},{"name":"Recording_engineer","id":295,"value":0,"literal":"rce","eClass":"EEnumLiteral"},{"name":"Recipient","id":296,"value":0,"literal":"rcp","eClass":"EEnumLiteral"},{"name":"Redactor","id":297,"value":0,"literal":"red","eClass":"EEnumLiteral"},{"name":"Renderer","id":298,"value":0,"literal":"ren","eClass":"EEnumLiteral"},{"name":"Researcher","id":299,"value":0,"literal":"res","eClass":"EEnumLiteral"},{"name":"Reviewer","id":300,"value":0,"literal":"rev","eClass":"EEnumLiteral"},{"name":"Repository","id":301,"value":0,"literal":"rps","eClass":"EEnumLiteral"},{"name":"Reporter","id":302,"value":0,"literal":"rpt","eClass":"EEnumLiteral"},{"name":"Responsible_party","id":303,"value":0,"literal":"rpy","eClass":"EEnumLiteral"},{"name":"Respondent_appellee","id":304,"value":0,"literal":"rse","eClass":"EEnumLiteral"},{"name":"Restager","id":305,"value":0,"literal":"rsg","eClass":"EEnumLiteral"},{"name":"Respondent","id":306,"value":0,"literal":"rsp","eClass":"EEnumLiteral"},{"name":"Respondent_appellant","id":307,"value":0,"literal":"rst","eClass":"EEnumLiteral"},{"name":"Research_team_head","id":308,"value":0,"literal":"rth","eClass":"EEnumLiteral"},{"name":"Research_team_member","id":309,"value":0,"literal":"rtm","eClass":"EEnumLiteral"},{"name":"Scientific_advisor","id":310,"value":0,"literal":"sad","eClass":"EEnumLiteral"},{"name":"Scenarist","id":311,"value":0,"literal":"sce","eClass":"EEnumLiteral"},{"name":"Sculptor","id":312,"value":0,"literal":"scl","eClass":"EEnumLiteral"},{"name":"Scribe","id":313,"value":0,"literal":"scr","eClass":"EEnumLiteral"},{"name":"Sound_designer","id":314,"value":0,"literal":"sds","eClass":"EEnumLiteral"},{"name":"Secretary","id":315,"value":0,"literal":"sec","eClass":"EEnumLiteral"},{"name":"Signer","id":316,"value":0,"literal":"sgn","eClass":"EEnumLiteral"},{"name":"Supporting_host","id":317,"value":0,"literal":"sht","eClass":"EEnumLiteral"},{"name":"Singer","id":318,"value":0,"literal":"sng","eClass":"EEnumLiteral"},{"name":"Speaker","id":319,"value":0,"literal":"spk","eClass":"EEnumLiteral"},{"name":"Sponsor","id":320,"value":0,"literal":"spn","eClass":"EEnumLiteral"},{"name":"Second_party","id":321,"value":0,"literal":"spy","eClass":"EEnumLiteral"},{"name":"Surveyor","id":322,"value":0,"literal":"srv","eClass":"EEnumLiteral"},{"name":"Set_designer","id":323,"value":0,"literal":"std","eClass":"EEnumLiteral"},{"name":"Storyteller","id":324,"value":0,"literal":"stl","eClass":"EEnumLiteral"},{"name":"Stage_manager","id":325,"value":0,"literal":"stm","eClass":"EEnumLiteral"},{"name":"Standards_body","id":326,"value":0,"literal":"stn","eClass":"EEnumLiteral"},{"name":"Stereotyper","id":327,"value":0,"literal":"str","eClass":"EEnumLiteral"},{"name":"Technical_director","id":328,"value":0,"literal":"tcd","eClass":"EEnumLiteral"},{"name":"Teacher","id":329,"value":0,"literal":"tch","eClass":"EEnumLiteral"},{"name":"Thesis_advisor","id":330,"value":0,"literal":"ths","eClass":"EEnumLiteral"},{"name":"Transcriber","id":331,"value":0,"literal":"trc","eClass":"EEnumLiteral"},{"name":"Translator","id":332,"value":0,"literal":"trl","eClass":"EEnumLiteral"},{"name":"Type_designer","id":333,"value":0,"literal":"tyd","eClass":"EEnumLiteral"},{"name":"Typographer","id":334,"value":0,"literal":"tyg","eClass":"EEnumLiteral"},{"name":"University_place","id":335,"value":0,"literal":"uvp","eClass":"EEnumLiteral"},{"name":"Videographer","id":336,"value":0,"literal":"vdg","eClass":"EEnumLiteral"},{"name":"Vocalist","id":337,"value":0,"literal":"voc","eClass":"EEnumLiteral"},{"name":"Writer_of_accompanying_material","id":338,"value":0,"literal":"wam","eClass":"EEnumLiteral"},{"name":"Woodcutter","id":339,"value":0,"literal":"wdc","eClass":"EEnumLiteral"},{"name":"Wood_engraver","id":340,"value":0,"literal":"wde","eClass":"EEnumLiteral"},{"name":"Witness","id":341,"value":0,"literal":"wit","eClass":"EEnumLiteral"},{"name":"Cover","id":342,"value":1,"literal":"cover","eClass":"EEnumLiteral"},{"name":"Title","id":343,"value":2,"literal":"title-page","eClass":"EEnumLiteral"},{"name":"TOC","id":344,"value":3,"literal":"toc","eClass":"EEnumLiteral"},{"name":"Index","id":345,"value":4,"literal":"index","eClass":"EEnumLiteral"},{"name":"Glossary","id":346,"value":5,"literal":"glossary","eClass":"EEnumLiteral"},{"name":"Acknowledgements","id":347,"value":6,"literal":"acknowledgements","eClass":"EEnumLiteral"},{"name":"Bibliography","id":348,"value":7,"literal":"bibliography","eClass":"EEnumLiteral"},{"name":"Colophon","id":349,"value":8,"literal":"colophon","eClass":"EEnumLiteral"},{"name":"Copyright","id":350,"value":9,"literal":"copyright-page","eClass":"EEnumLiteral"},{"name":"Dedication","id":351,"value":10,"literal":"dedication","eClass":"EEnumLiteral"},{"name":"Epigraph","id":352,"value":11,"literal":"epigraph","eClass":"EEnumLiteral"},{"name":"Foreword","id":353,"value":12,"literal":"foreword","eClass":"EEnumLiteral"},{"name":"Illustrations","id":354,"value":13,"literal":"loi","eClass":"EEnumLiteral"},{"name":"Tables","id":355,"value":14,"literal":"lot","eClass":"EEnumLiteral"},{"name":"Notes","id":356,"value":15,"literal":"notes","eClass":"EEnumLiteral"},{"name":"Preface","id":357,"value":16,"literal":"preface","eClass":"EEnumLiteral"},{"name":"Text","id":358,"value":17,"literal":"text","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":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":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refines","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scheme","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dir","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":13,"target":2},{"source":13,"target":27},{"source":13,"target":1},{"source":27,"target":2},{"source":14,"target":3},{"source":14,"target":28},{"source":14,"target":1},{"source":28,"target":3},{"source":15,"target":5},{"source":15,"target":29},{"source":15,"target":1},{"source":29,"target":5},{"source":16,"target":6},{"source":16,"target":30},{"source":16,"target":1},{"source":30,"target":6},{"source":17,"target":9},{"source":17,"target":31},{"source":17,"target":1},{"source":31,"target":9},{"source":18,"target":32},{"source":18,"target":1},{"source":19,"target":33},{"source":19,"target":1},{"source":20,"target":34},{"source":20,"target":1},{"source":21,"target":35},{"source":21,"target":1},{"source":22,"target":36},{"source":22,"target":1},{"source":23,"target":37},{"source":23,"target":1},{"source":24,"target":38},{"source":24,"target":1},{"source":25,"target":39},{"source":25,"target":1},{"source":26,"target":40},{"source":26,"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":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":2,"target":55},{"source":2,"target":56},{"source":41,"target":57},{"source":41,"target":2},{"source":42,"target":58},{"source":42,"target":2},{"source":43,"target":59},{"source":43,"target":2},{"source":44,"target":60},{"source":44,"target":2},{"source":45,"target":61},{"source":45,"target":2},{"source":46,"target":62},{"source":46,"target":2},{"source":47,"target":63},{"source":47,"target":2},{"source":48,"target":64},{"source":48,"target":2},{"source":49,"target":65},{"source":49,"target":2},{"source":50,"target":66},{"source":50,"target":2},{"source":51,"target":67},{"source":51,"target":2},{"source":52,"target":68},{"source":52,"target":2},{"source":53,"target":69},{"source":53,"target":2},{"source":54,"target":70},{"source":54,"target":2},{"source":55,"target":71},{"source":55,"target":2},{"source":56,"target":12},{"source":56,"target":72},{"source":56,"target":2},{"source":72,"target":12},{"source":3,"target":0},{"source":3,"target":73},{"source":73,"target":4},{"source":73,"target":74},{"source":73,"target":3},{"source":74,"target":4},{"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":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":88},{"source":75,"target":89},{"source":75,"target":4},{"source":76,"target":90},{"source":76,"target":4},{"source":77,"target":91},{"source":77,"target":4},{"source":78,"target":92},{"source":78,"target":4},{"source":79,"target":93},{"source":79,"target":4},{"source":80,"target":94},{"source":80,"target":4},{"source":81,"target":95},{"source":81,"target":4},{"source":82,"target":96},{"source":82,"target":4},{"source":83,"target":97},{"source":83,"target":4},{"source":84,"target":98},{"source":84,"target":4},{"source":85,"target":99},{"source":85,"target":4},{"source":86,"target":100},{"source":86,"target":4},{"source":87,"target":101},{"source":87,"target":4},{"source":88,"target":102},{"source":88,"target":4},{"source":5,"target":0},{"source":5,"target":103},{"source":5,"target":104},{"source":103,"target":8},{"source":103,"target":105},{"source":103,"target":5},{"source":105,"target":8},{"source":104,"target":106},{"source":104,"target":5},{"source":6,"target":0},{"source":6,"target":107},{"source":107,"target":7},{"source":107,"target":108},{"source":107,"target":6},{"source":108,"target":7},{"source":7,"target":0},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":109,"target":112},{"source":109,"target":7},{"source":110,"target":113},{"source":110,"target":7},{"source":111,"target":114},{"source":111,"target":7},{"source":8,"target":0},{"source":8,"target":115},{"source":8,"target":116},{"source":115,"target":117},{"source":115,"target":8},{"source":116,"target":118},{"source":116,"target":8},{"source":9,"target":0},{"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":10,"target":127},{"source":10,"target":128},{"source":10,"target":129},{"source":10,"target":130},{"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":10,"target":138},{"source":10,"target":139},{"source":10,"target":140},{"source":10,"target":141},{"source":10,"target":142},{"source":10,"target":143},{"source":10,"target":144},{"source":10,"target":145},{"source":10,"target":146},{"source":10,"target":147},{"source":10,"target":148},{"source":10,"target":149},{"source":10,"target":150},{"source":10,"target":151},{"source":10,"target":152},{"source":10,"target":153},{"source":10,"target":154},{"source":10,"target":155},{"source":10,"target":156},{"source":10,"target":157},{"source":10,"target":158},{"source":10,"target":159},{"source":10,"target":160},{"source":10,"target":161},{"source":10,"target":162},{"source":10,"target":163},{"source":10,"target":164},{"source":10,"target":165},{"source":10,"target":166},{"source":10,"target":167},{"source":10,"target":168},{"source":10,"target":169},{"source":10,"target":170},{"source":10,"target":171},{"source":10,"target":172},{"source":10,"target":173},{"source":10,"target":174},{"source":10,"target":175},{"source":10,"target":176},{"source":10,"target":177},{"source":10,"target":178},{"source":10,"target":179},{"source":10,"target":180},{"source":10,"target":181},{"source":10,"target":182},{"source":10,"target":183},{"source":10,"target":184},{"source":10,"target":185},{"source":10,"target":186},{"source":10,"target":187},{"source":10,"target":188},{"source":10,"target":189},{"source":10,"target":190},{"source":10,"target":191},{"source":10,"target":192},{"source":10,"target":193},{"source":10,"target":194},{"source":10,"target":195},{"source":10,"target":196},{"source":10,"target":197},{"source":10,"target":198},{"source":10,"target":199},{"source":10,"target":200},{"source":10,"target":201},{"source":10,"target":202},{"source":10,"target":203},{"source":10,"target":204},{"source":10,"target":205},{"source":10,"target":206},{"source":10,"target":207},{"source":10,"target":208},{"source":10,"target":209},{"source":10,"target":210},{"source":10,"target":211},{"source":10,"target":212},{"source":10,"target":213},{"source":10,"target":214},{"source":10,"target":215},{"source":10,"target":216},{"source":10,"target":217},{"source":10,"target":218},{"source":10,"target":219},{"source":10,"target":220},{"source":10,"target":221},{"source":10,"target":222},{"source":10,"target":223},{"source":10,"target":224},{"source":10,"target":225},{"source":10,"target":226},{"source":10,"target":227},{"source":10,"target":228},{"source":10,"target":229},{"source":10,"target":230},{"source":10,"target":231},{"source":10,"target":232},{"source":10,"target":233},{"source":10,"target":234},{"source":10,"target":235},{"source":10,"target":236},{"source":10,"target":237},{"source":10,"target":238},{"source":10,"target":239},{"source":10,"target":240},{"source":10,"target":241},{"source":10,"target":242},{"source":10,"target":243},{"source":10,"target":244},{"source":10,"target":245},{"source":10,"target":246},{"source":10,"target":247},{"source":10,"target":248},{"source":10,"target":249},{"source":10,"target":250},{"source":10,"target":251},{"source":10,"target":252},{"source":10,"target":253},{"source":10,"target":254},{"source":10,"target":255},{"source":10,"target":256},{"source":10,"target":257},{"source":10,"target":258},{"source":10,"target":259},{"source":10,"target":260},{"source":10,"target":261},{"source":10,"target":262},{"source":10,"target":263},{"source":10,"target":264},{"source":10,"target":265},{"source":10,"target":266},{"source":10,"target":267},{"source":10,"target":268},{"source":10,"target":269},{"source":10,"target":270},{"source":10,"target":271},{"source":10,"target":272},{"source":10,"target":273},{"source":10,"target":274},{"source":10,"target":275},{"source":10,"target":276},{"source":10,"target":277},{"source":10,"target":278},{"source":10,"target":279},{"source":10,"target":280},{"source":10,"target":281},{"source":10,"target":282},{"source":10,"target":283},{"source":10,"target":284},{"source":10,"target":285},{"source":10,"target":286},{"source":10,"target":287},{"source":10,"target":288},{"source":10,"target":289},{"source":10,"target":290},{"source":10,"target":291},{"source":10,"target":292},{"source":10,"target":293},{"source":10,"target":294},{"source":10,"target":295},{"source":10,"target":296},{"source":10,"target":297},{"source":10,"target":298},{"source":10,"target":299},{"source":10,"target":300},{"source":10,"target":301},{"source":10,"target":302},{"source":10,"target":303},{"source":10,"target":304},{"source":10,"target":305},{"source":10,"target":306},{"source":10,"target":307},{"source":10,"target":308},{"source":10,"target":309},{"source":10,"target":310},{"source":10,"target":311},{"source":10,"target":312},{"source":10,"target":313},{"source":10,"target":314},{"source":10,"target":315},{"source":10,"target":316},{"source":10,"target":317},{"source":10,"target":318},{"source":10,"target":319},{"source":10,"target":320},{"source":10,"target":321},{"source":10,"target":322},{"source":10,"target":323},{"source":10,"target":324},{"source":10,"target":325},{"source":10,"target":326},{"source":10,"target":327},{"source":10,"target":328},{"source":10,"target":329},{"source":10,"target":330},{"source":10,"target":331},{"source":10,"target":332},{"source":10,"target":333},{"source":10,"target":334},{"source":10,"target":335},{"source":10,"target":336},{"source":10,"target":337},{"source":10,"target":338},{"source":10,"target":339},{"source":10,"target":340},{"source":10,"target":341},{"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":127,"target":10},{"source":128,"target":10},{"source":129,"target":10},{"source":130,"target":10},{"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":138,"target":10},{"source":139,"target":10},{"source":140,"target":10},{"source":141,"target":10},{"source":142,"target":10},{"source":143,"target":10},{"source":144,"target":10},{"source":145,"target":10},{"source":146,"target":10},{"source":147,"target":10},{"source":148,"target":10},{"source":149,"target":10},{"source":150,"target":10},{"source":151,"target":10},{"source":152,"target":10},{"source":153,"target":10},{"source":154,"target":10},{"source":155,"target":10},{"source":156,"target":10},{"source":157,"target":10},{"source":158,"target":10},{"source":159,"target":10},{"source":160,"target":10},{"source":161,"target":10},{"source":162,"target":10},{"source":163,"target":10},{"source":164,"target":10},{"source":165,"target":10},{"source":166,"target":10},{"source":167,"target":10},{"source":168,"target":10},{"source":169,"target":10},{"source":170,"target":10},{"source":171,"target":10},{"source":172,"target":10},{"source":173,"target":10},{"source":174,"target":10},{"source":175,"target":10},{"source":176,"target":10},{"source":177,"target":10},{"source":178,"target":10},{"source":179,"target":10},{"source":180,"target":10},{"source":181,"target":10},{"source":182,"target":10},{"source":183,"target":10},{"source":184,"target":10},{"source":185,"target":10},{"source":186,"target":10},{"source":187,"target":10},{"source":188,"target":10},{"source":189,"target":10},{"source":190,"target":10},{"source":191,"target":10},{"source":192,"target":10},{"source":193,"target":10},{"source":194,"target":10},{"source":195,"target":10},{"source":196,"target":10},{"source":197,"target":10},{"source":198,"target":10},{"source":199,"target":10},{"source":200,"target":10},{"source":201,"target":10},{"source":202,"target":10},{"source":203,"target":10},{"source":204,"target":10},{"source":205,"target":10},{"source":206,"target":10},{"source":207,"target":10},{"source":208,"target":10},{"source":209,"target":10},{"source":210,"target":10},{"source":211,"target":10},{"source":212,"target":10},{"source":213,"target":10},{"source":214,"target":10},{"source":215,"target":10},{"source":216,"target":10},{"source":217,"target":10},{"source":218,"target":10},{"source":219,"target":10},{"source":220,"target":10},{"source":221,"target":10},{"source":222,"target":10},{"source":223,"target":10},{"source":224,"target":10},{"source":225,"target":10},{"source":226,"target":10},{"source":227,"target":10},{"source":228,"target":10},{"source":229,"target":10},{"source":230,"target":10},{"source":231,"target":10},{"source":232,"target":10},{"source":233,"target":10},{"source":234,"target":10},{"source":235,"target":10},{"source":236,"target":10},{"source":237,"target":10},{"source":238,"target":10},{"source":239,"target":10},{"source":240,"target":10},{"source":241,"target":10},{"source":242,"target":10},{"source":243,"target":10},{"source":244,"target":10},{"source":245,"target":10},{"source":246,"target":10},{"source":247,"target":10},{"source":248,"target":10},{"source":249,"target":10},{"source":250,"target":10},{"source":251,"target":10},{"source":252,"target":10},{"source":253,"target":10},{"source":254,"target":10},{"source":255,"target":10},{"source":256,"target":10},{"source":257,"target":10},{"source":258,"target":10},{"source":259,"target":10},{"source":260,"target":10},{"source":261,"target":10},{"source":262,"target":10},{"source":263,"target":10},{"source":264,"target":10},{"source":265,"target":10},{"source":266,"target":10},{"source":267,"target":10},{"source":268,"target":10},{"source":269,"target":10},{"source":270,"target":10},{"source":271,"target":10},{"source":272,"target":10},{"source":273,"target":10},{"source":274,"target":10},{"source":275,"target":10},{"source":276,"target":10},{"source":277,"target":10},{"source":278,"target":10},{"source":279,"target":10},{"source":280,"target":10},{"source":281,"target":10},{"source":282,"target":10},{"source":283,"target":10},{"source":284,"target":10},{"source":285,"target":10},{"source":286,"target":10},{"source":287,"target":10},{"source":288,"target":10},{"source":289,"target":10},{"source":290,"target":10},{"source":291,"target":10},{"source":292,"target":10},{"source":293,"target":10},{"source":294,"target":10},{"source":295,"target":10},{"source":296,"target":10},{"source":297,"target":10},{"source":298,"target":10},{"source":299,"target":10},{"source":300,"target":10},{"source":301,"target":10},{"source":302,"target":10},{"source":303,"target":10},{"source":304,"target":10},{"source":305,"target":10},{"source":306,"target":10},{"source":307,"target":10},{"source":308,"target":10},{"source":309,"target":10},{"source":310,"target":10},{"source":311,"target":10},{"source":312,"target":10},{"source":313,"target":10},{"source":314,"target":10},{"source":315,"target":10},{"source":316,"target":10},{"source":317,"target":10},{"source":318,"target":10},{"source":319,"target":10},{"source":320,"target":10},{"source":321,"target":10},{"source":322,"target":10},{"source":323,"target":10},{"source":324,"target":10},{"source":325,"target":10},{"source":326,"target":10},{"source":327,"target":10},{"source":328,"target":10},{"source":329,"target":10},{"source":330,"target":10},{"source":331,"target":10},{"source":332,"target":10},{"source":333,"target":10},{"source":334,"target":10},{"source":335,"target":10},{"source":336,"target":10},{"source":337,"target":10},{"source":338,"target":10},{"source":339,"target":10},{"source":340,"target":10},{"source":341,"target":10},{"source":11,"target":0},{"source":11,"target":342},{"source":11,"target":343},{"source":11,"target":344},{"source":11,"target":345},{"source":11,"target":346},{"source":11,"target":347},{"source":11,"target":348},{"source":11,"target":349},{"source":11,"target":350},{"source":11,"target":351},{"source":11,"target":352},{"source":11,"target":353},{"source":11,"target":354},{"source":11,"target":355},{"source":11,"target":356},{"source":11,"target":357},{"source":11,"target":358},{"source":342,"target":11},{"source":343,"target":11},{"source":344,"target":11},{"source":345,"target":11},{"source":346,"target":11},{"source":347,"target":11},{"source":348,"target":11},{"source":349,"target":11},{"source":350,"target":11},{"source":351,"target":11},{"source":352,"target":11},{"source":353,"target":11},{"source":354,"target":11},{"source":355,"target":11},{"source":356,"target":11},{"source":357,"target":11},{"source":358,"target":11},{"source":12,"target":0},{"source":12,"target":359},{"source":12,"target":360},{"source":12,"target":361},{"source":12,"target":362},{"source":12,"target":363},{"source":12,"target":364},{"source":12,"target":365},{"source":359,"target":366},{"source":359,"target":12},{"source":360,"target":367},{"source":360,"target":12},{"source":361,"target":368},{"source":361,"target":12},{"source":362,"target":369},{"source":362,"target":12},{"source":363,"target":370},{"source":363,"target":12},{"source":364,"target":371},{"source":364,"target":12},{"source":365,"target":372},{"source":365,"target":12}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="wfgcml"
nsURI="http://wfgcml/1.0" nsPrefix="wfgcml">
<eClassifiers xsi:type="ecore:EClass" name="WFGCMLRoot">
<eStructuralFeatures xsi:type="ecore:EReference" name="start" lowerBound="1" eType="#//Start"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="GCML" lowerBound="1" upperBound="-1"
eType="#//GCMLInstance" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="final" lowerBound="1" eType="#//Final"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" upperBound="-1"
eType="#//Condition" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GCMLInstance" eSuperTypes="#//HasNext #//IsNext">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="GCMLLoc" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Start" eSuperTypes="#//HasNext">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//IsNext">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//HasNext #//IsNext">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="altnext" lowerBound="1"
eType="#//IsNext">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HasNext" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="next" lowerBound="1" eType="#//IsNext">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsNext" abstract="true" interface="true"/>
</ecore:EPackage>
| github:ecore:/data/lesterfd/rrcomssysteam3/RRComSSys/Projects/CMVE/RRComSSys.CMVE/model/Workflow/WFGCML.ecore | ecore | wfgcml
WFGCMLRoot
start
GCML
final
condition
GCMLInstance
GCMLLoc
Start
Final
Condition
altnext
HasNext
next
IsNext | null | {"directed":true,"nodes":[{"nsPrefix":"wfgcml","nsURI":"http://wfgcml/1.0","name":"wfgcml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WFGCMLRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GCMLInstance","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasNext","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsNext","instanceClass":null,"abstract":true,"id":7,"interface":true,"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":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"GCML","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"GCMLLoc","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"altnext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":8,"target":3},{"source":8,"target":12},{"source":8,"target":1},{"source":12,"target":3},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":1},{"source":13,"target":2},{"source":10,"target":4},{"source":10,"target":14},{"source":10,"target":1},{"source":14,"target":4},{"source":11,"target":5},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":5},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":19},{"source":16,"target":2},{"source":17,"target":6},{"source":18,"target":7},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":20},{"source":20,"target":6},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":21},{"source":21,"target":7},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":7},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":22,"target":7},{"source":22,"target":25},{"source":22,"target":5},{"source":25,"target":7},{"source":23,"target":6},{"source":24,"target":7},{"source":6,"target":0},{"source":6,"target":26},{"source":26,"target":7},{"source":26,"target":27},{"source":26,"target":6},{"source":27,"target":7},{"source":7,"target":0}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="_TD2hAOGuEd6cOJBz96zHHQ"
name="wave" nsURI="http://jensgulden.de/modeling/wave" nsPrefix="wave">
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD2hAeGuEd6cOJBz96zHHQ" name="Classifier"
abstract="true" eSuperTypes="#_TD4WS-GuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD2hAuGuEd6cOJBz96zHHQ"
name="operations" upperBound="-1" eType="#_TD3IF-GuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD2hA-GuEd6cOJBz96zHHQ"
name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD2hBeGuEd6cOJBz96zHHQ"
name="attributes" upperBound="-1" eType="#_TD3IKeGuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD2hBuGuEd6cOJBz96zHHQ"
name="isExternal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD2hCOGuEd6cOJBz96zHHQ" name="Controller"
eSuperTypes="#_TD49auGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD2hCeGuEd6cOJBz96zHHQ"
name="actions" upperBound="-1" eType="#_TD3IIeGuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD2hCuGuEd6cOJBz96zHHQ"
name="views" upperBound="-1" eType="#_TD3IJ-GuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD2hC-GuEd6cOJBz96zHHQ"
name="transitionsActionToView" upperBound="-1" eType="#_TD4WTeGuEd6cOJBz96zHHQ"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD2hDOGuEd6cOJBz96zHHQ"
name="transitionsView" upperBound="-1" eType="#_TD5kVuGuEd6cOJBz96zHHQ" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD2hDeGuEd6cOJBz96zHHQ" name="AssociationRelationship"
eSuperTypes="#_TD4WS-GuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3IEOGuEd6cOJBz96zHHQ"
name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3IEuGuEd6cOJBz96zHHQ"
name="multiplicityA" eType="#_TD3INOGuEd6cOJBz96zHHQ" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3IE-GuEd6cOJBz96zHHQ"
name="multiplicityB" eType="#_TD3INOGuEd6cOJBz96zHHQ" defaultValueLiteral="*"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD3IFOGuEd6cOJBz96zHHQ"
name="a" lowerBound="1" eType="#_TD49TuGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD3IFeGuEd6cOJBz96zHHQ"
name="b" lowerBound="1" eType="#_TD49TuGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3IFuGuEd6cOJBz96zHHQ"
name="direction" eType="#_TD49ZuGuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD3IF-GuEd6cOJBz96zHHQ" name="Operation"
eSuperTypes="#_TD49WOGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3IGOGuEd6cOJBz96zHHQ"
name="returnType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3IGuGuEd6cOJBz96zHHQ"
name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3IHOGuEd6cOJBz96zHHQ"
name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3IHuGuEd6cOJBz96zHHQ"
name="throws" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD3IIOGuEd6cOJBz96zHHQ"
name="parameters" upperBound="-1" eType="#_TD3IKeGuEd6cOJBz96zHHQ" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD3IIeGuEd6cOJBz96zHHQ" name="Action"
eSuperTypes="#_TD8AnOGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3IIuGuEd6cOJBz96zHHQ"
name="ajaxMode" eType="#_TD3IMOGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3II-GuEd6cOJBz96zHHQ"
name="ajaxTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3IJeGuEd6cOJBz96zHHQ"
name="confirmExecute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD3IJ-GuEd6cOJBz96zHHQ" name="View"
eSuperTypes="#_TD8AnOGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD3IKOGuEd6cOJBz96zHHQ"
name="areas" upperBound="-1" eType="#_TD8AluGuEd6cOJBz96zHHQ" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD3IKeGuEd6cOJBz96zHHQ" name="Attribute"
eSuperTypes="#_TD49WOGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3IKuGuEd6cOJBz96zHHQ"
name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="string"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3ILOGuEd6cOJBz96zHHQ"
name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3ILuGuEd6cOJBz96zHHQ"
name="isMultiple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="_TD3IMOGuEd6cOJBz96zHHQ" name="EnumAjaxModes">
<eLiterals xmi:id="_TD3IMeGuEd6cOJBz96zHHQ" name="AJAX_NO" literal="No"/>
<eLiterals xmi:id="_TD3IMuGuEd6cOJBz96zHHQ" name="AJAX_YES" literal="Yes"/>
<eLiterals xmi:id="_TD3IM-GuEd6cOJBz96zHHQ" name="AJAX_ONLY" literal="Only"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="_TD3INOGuEd6cOJBz96zHHQ" name="EnumMultiplicity">
<eLiterals xmi:id="_TD3INeGuEd6cOJBz96zHHQ" name="ZERO_OR_ONE" value="1" literal="0..1"/>
<eLiterals xmi:id="_TD3INuGuEd6cOJBz96zHHQ" name="ONE" value="2" literal="1"/>
<eLiterals xmi:id="_TD3IN-GuEd6cOJBz96zHHQ" name="ZERO_OR_MORE" value="3" literal="*"/>
<eLiterals xmi:id="_TD3IOOGuEd6cOJBz96zHHQ" name="ONE_OR_MORE" value="4" literal="1..*"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD3IOeGuEd6cOJBz96zHHQ" name="InheritanceRelationship"
eSuperTypes="#_TD4WS-GuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD3vIOGuEd6cOJBz96zHHQ"
name="parent" lowerBound="1" eType="#_TD2hAeGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD3vIuGuEd6cOJBz96zHHQ"
name="child" lowerBound="1" eType="#_TD2hAeGuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD3vJOGuEd6cOJBz96zHHQ" name="RealizationRelationship"
eSuperTypes="#_TD4WS-GuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD3vJeGuEd6cOJBz96zHHQ"
name="parentInterface" lowerBound="1" eType="#_TD4WSeGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD3vJuGuEd6cOJBz96zHHQ"
name="implementingClass" lowerBound="1" eType="#_TD4WROGuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="_TD3vJ-GuEd6cOJBz96zHHQ" name="EnumVisibility">
<eLiterals xmi:id="_TD3vKOGuEd6cOJBz96zHHQ" name="PUBLIC"/>
<eLiterals xmi:id="_TD3vKeGuEd6cOJBz96zHHQ" name="PACKAGE"/>
<eLiterals xmi:id="_TD3vKuGuEd6cOJBz96zHHQ" name="PROTECTED"/>
<eLiterals xmi:id="_TD3vK-GuEd6cOJBz96zHHQ" name="PRIVATE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD3vLOGuEd6cOJBz96zHHQ" name="Model"
eSuperTypes="#_TD4WOOGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3vLeGuEd6cOJBz96zHHQ"
name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3vL-GuEd6cOJBz96zHHQ"
name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3vMeGuEd6cOJBz96zHHQ"
name="basePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3vM-GuEd6cOJBz96zHHQ"
name="sourceFolder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3vNeGuEd6cOJBz96zHHQ"
name="generatorTarget" eType="#//EnumGeneratorTarget"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3vN-GuEd6cOJBz96zHHQ"
name="copyright" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3vOeGuEd6cOJBz96zHHQ"
name="provider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD3vO-GuEd6cOJBz96zHHQ"
name="dictionary" eType="#_TD5kaeGuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD3vPOGuEd6cOJBz96zHHQ"
name="documentation" upperBound="-1" eType="#_TD49R-GuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3vPeGuEd6cOJBz96zHHQ"
name="factoryClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="DefaultWaveFactoryImpl"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD3vP-GuEd6cOJBz96zHHQ"
name="layoutTemplate" eType="#_TD49bOGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3vQOGuEd6cOJBz96zHHQ"
name="baseUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3vQuGuEd6cOJBz96zHHQ"
name="iconPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD3vROGuEd6cOJBz96zHHQ"
name="testdataSQL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD4WMOGuEd6cOJBz96zHHQ"
name="projectLayout" eType="#_TD8nqOGuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD4WMeGuEd6cOJBz96zHHQ" name="ModelMember"
abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD4WMuGuEd6cOJBz96zHHQ"
name="taggedValue" upperBound="-1" eType="#_TD49QuGuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD4WM-GuEd6cOJBz96zHHQ"
name="label" eType="#_TD5kbeGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD4WNOGuEd6cOJBz96zHHQ"
name="description" eType="#_TD5kbeGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD4WNeGuEd6cOJBz96zHHQ"
name="docs" upperBound="-1" eType="#_TD49R-GuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD4WNuGuEd6cOJBz96zHHQ"
name="stereotype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD4WOOGuEd6cOJBz96zHHQ" name="Package"
eSuperTypes="#_TD4WS-GuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD4WOeGuEd6cOJBz96zHHQ"
name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD4WO-GuEd6cOJBz96zHHQ"
name="members" upperBound="-1" eType="#_TD4WS-GuEd6cOJBz96zHHQ" containment="true"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD4WPOGuEd6cOJBz96zHHQ" name="DependencyRelationship"
eSuperTypes="#_TD4WS-GuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD4WPeGuEd6cOJBz96zHHQ"
name="client" lowerBound="1" eType="#_TD4WMeGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD4WP-GuEd6cOJBz96zHHQ"
name="supplier" lowerBound="1" eType="#_TD4WMeGuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="_TD4WQeGuEd6cOJBz96zHHQ" name="EnumDocumentationAudienceType">
<eLiterals xmi:id="_TD4WQuGuEd6cOJBz96zHHQ" name="DOCUMENTATION_AUDIENCE_DEVELOPER"
literal="Developers"/>
<eLiterals xmi:id="_TD4WQ-GuEd6cOJBz96zHHQ" name="DOCUMENTATION_AUDIENCE_USER"
literal="Users"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD4WROGuEd6cOJBz96zHHQ" name="Class"
eSuperTypes="#_TD49TuGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD4WReGuEd6cOJBz96zHHQ"
name="isPersistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD4WR-GuEd6cOJBz96zHHQ"
name="targetMode" eType="#_TD4WUuGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD4WSOGuEd6cOJBz96zHHQ"
name="forms" upperBound="-1" eType="#_TD8AseGuEd6cOJBz96zHHQ" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD4WSeGuEd6cOJBz96zHHQ" name="Interface"
eSuperTypes="#_TD49TuGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD4WSuGuEd6cOJBz96zHHQ"
name="targetMode" eType="#_TD4WUuGuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD4WS-GuEd6cOJBz96zHHQ" name="TopLevelModelMember"
abstract="true" eSuperTypes="#_TD4WMeGuEd6cOJBz96zHHQ"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD4WTeGuEd6cOJBz96zHHQ" name="ActionToViewTransition"
eSuperTypes="#_TD8Aq-GuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD4WTuGuEd6cOJBz96zHHQ"
name="target" lowerBound="1" eType="#_TD3IJ-GuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD4WUOGuEd6cOJBz96zHHQ"
name="source" lowerBound="1" eType="#_TD3IIeGuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="_TD4WUuGuEd6cOJBz96zHHQ" name="EnumTargetModes">
<eLiterals xmi:id="_TD4WU-GuEd6cOJBz96zHHQ" name="SERVER" value="1"/>
<eLiterals xmi:id="_TD49QOGuEd6cOJBz96zHHQ" name="CLIENT" value="2"/>
<eLiterals xmi:id="_TD49QeGuEd6cOJBz96zHHQ" name="BOTH" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD49QuGuEd6cOJBz96zHHQ" name="TaggedValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49Q-GuEd6cOJBz96zHHQ"
name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49ReGuEd6cOJBz96zHHQ"
name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD49R-GuEd6cOJBz96zHHQ" name="Documentation">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49SOGuEd6cOJBz96zHHQ"
name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49SuGuEd6cOJBz96zHHQ"
name="audience" eType="#_TD4WQeGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49TOGuEd6cOJBz96zHHQ"
name="detailLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD49TuGuEd6cOJBz96zHHQ" name="OOPClassifier"
abstract="true" eSuperTypes="#_TD2hAeGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49UOGuEd6cOJBz96zHHQ"
name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49UuGuEd6cOJBz96zHHQ"
name="visibility" eType="#_TD3vJ-GuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49VOGuEd6cOJBz96zHHQ"
name="externalExtends" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49VuGuEd6cOJBz96zHHQ"
name="externalImplements" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inner" upperBound="-1"
eType="#_TD49TuGuEd6cOJBz96zHHQ" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD49WOGuEd6cOJBz96zHHQ" name="ClassifierMember"
eSuperTypes="#_TD4WMeGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49WuGuEd6cOJBz96zHHQ"
name="signature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49XOGuEd6cOJBz96zHHQ"
name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49XuGuEd6cOJBz96zHHQ"
name="visibility" eType="#_TD3vJ-GuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49YOGuEd6cOJBz96zHHQ"
name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49YuGuEd6cOJBz96zHHQ"
name="isFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49ZOGuEd6cOJBz96zHHQ"
name="targetMode" eType="#_TD4WUuGuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="_TD49ZuGuEd6cOJBz96zHHQ" name="EnumDirection">
<eLiterals xmi:id="_TD49Z-GuEd6cOJBz96zHHQ" name="A_B" value="1" literal="-->"/>
<eLiterals xmi:id="_TD49aOGuEd6cOJBz96zHHQ" name="B_A" value="2" literal="<--"/>
<eLiterals xmi:id="_TD49aeGuEd6cOJBz96zHHQ" name="BOTH" value="3" literal="<-->"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD49auGuEd6cOJBz96zHHQ" name="ArtifactClassifier"
abstract="true" eSuperTypes="#_TD2hAeGuEd6cOJBz96zHHQ"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD49bOGuEd6cOJBz96zHHQ" name="Include"
eSuperTypes="#_TD49auGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD49buGuEd6cOJBz96zHHQ"
name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD5kUOGuEd6cOJBz96zHHQ"
name="urlPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD5kUuGuEd6cOJBz96zHHQ" name="StyleSheet"
eSuperTypes="#_TD49auGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD5kVOGuEd6cOJBz96zHHQ"
name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD5kVuGuEd6cOJBz96zHHQ" name="ViewTransition"
eSuperTypes="#_TD8Aq-GuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD5kV-GuEd6cOJBz96zHHQ"
name="source" lowerBound="1" eType="#_TD8AnOGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD5kWOGuEd6cOJBz96zHHQ"
name="target" lowerBound="1" eType="#_TD8AnOGuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD5kWeGuEd6cOJBz96zHHQ" name="ControllerMember"
abstract="true" eSuperTypes="#_TD4WMeGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD5kW-GuEd6cOJBz96zHHQ"
name="usecases" upperBound="-1" eType="#_TD8AkOGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD5kXOGuEd6cOJBz96zHHQ"
name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD5kXuGuEd6cOJBz96zHHQ" name="Enumeration"
eSuperTypes="#_TD49TuGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD5kYOGuEd6cOJBz96zHHQ"
name="literals" upperBound="-1" eType="#_TD5kY-GuEd6cOJBz96zHHQ" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD5kY-GuEd6cOJBz96zHHQ" name="EnumerationLiteral"
eSuperTypes="#_TD4WMeGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD5kZeGuEd6cOJBz96zHHQ"
name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD5kZ-GuEd6cOJBz96zHHQ"
name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD5kaeGuEd6cOJBz96zHHQ" name="Dictionary">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD5kauGuEd6cOJBz96zHHQ"
name="label" upperBound="-1" eType="#_TD5kbeGuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD5ka-GuEd6cOJBz96zHHQ"
name="defaultLang" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD5kbeGuEd6cOJBz96zHHQ" name="Label">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD5kbuGuEd6cOJBz96zHHQ"
name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD5kcOGuEd6cOJBz96zHHQ"
name="langstring" lowerBound="1" upperBound="-1" eType="#_TD6LYeGuEd6cOJBz96zHHQ"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD5kceGuEd6cOJBz96zHHQ"
name="icon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD6LYOGuEd6cOJBz96zHHQ"
name="mode" eType="#_TD8nq-GuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD6LYeGuEd6cOJBz96zHHQ" name="Langstring">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD6LYuGuEd6cOJBz96zHHQ"
name="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD6LZOGuEd6cOJBz96zHHQ"
name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD6LZuGuEd6cOJBz96zHHQ" name="DatabaseTable"
eSuperTypes="#_TD4WS-GuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD6LaOGuEd6cOJBz96zHHQ"
name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD6LauGuEd6cOJBz96zHHQ"
name="sqlCreate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD6LbOGuEd6cOJBz96zHHQ" name="Widget"
abstract="true" eSuperTypes="#_TD4WMeGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD6LbuGuEd6cOJBz96zHHQ"
name="widgetType" eType="#_TD7ZkOGuEd6cOJBz96zHHQ" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD6Lb-GuEd6cOJBz96zHHQ"
name="widgetHint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD6LceGuEd6cOJBz96zHHQ"
name="readOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD6Lc-GuEd6cOJBz96zHHQ"
name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD6LdeGuEd6cOJBz96zHHQ"
name="ignore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD6Ld-GuEd6cOJBz96zHHQ"
name="filters" upperBound="-1" eType="#_TD8AoOGuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD6LeOGuEd6cOJBz96zHHQ"
name="validators" upperBound="-1" eType="#_TD8AoOGuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD7ZgOGuEd6cOJBz96zHHQ"
name="options" upperBound="-1" eType="#_TD8ApeGuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD7ZgeGuEd6cOJBz96zHHQ"
name="menuActions" upperBound="-1" eType="#_TD3IIeGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD7Zg-GuEd6cOJBz96zHHQ"
name="elementFormName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD7ZheGuEd6cOJBz96zHHQ"
name="multiLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD7Zh-GuEd6cOJBz96zHHQ"
name="multiChoice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="_TD7ZieGuEd6cOJBz96zHHQ" name="EnumDisplayMode">
<eLiterals xmi:id="_TD7ZiuGuEd6cOJBz96zHHQ" name="VIEW" value="1"/>
<eLiterals xmi:id="_TD7Zi-GuEd6cOJBz96zHHQ" name="EDIT" value="2"/>
<eLiterals xmi:id="_TD7ZjOGuEd6cOJBz96zHHQ" name="LISTENTRY" value="4"/>
<eLiterals xmi:id="_TD7ZjeGuEd6cOJBz96zHHQ" name="DETAIL" value="8"/>
<eLiterals xmi:id="_TD7ZjuGuEd6cOJBz96zHHQ" name="USER" value="16"/>
<eLiterals xmi:id="_TD7Zj-GuEd6cOJBz96zHHQ" name="ADMIN" value="32"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="_TD7ZkOGuEd6cOJBz96zHHQ" name="EnumWidgetType">
<eLiterals xmi:id="_TD7ZkeGuEd6cOJBz96zHHQ" name="DEFAULT"/>
<eLiterals xmi:id="_TD7ZkuGuEd6cOJBz96zHHQ" name="TEXT" value="1"/>
<eLiterals xmi:id="_TD7Zk-GuEd6cOJBz96zHHQ" name="reserved" value="2"/>
<eLiterals xmi:id="_TD7ZlOGuEd6cOJBz96zHHQ" name="SELECT" value="3"/>
<eLiterals xmi:id="_TD7ZleGuEd6cOJBz96zHHQ" name="SELECTEDIT" value="4"/>
<eLiterals xmi:id="_TD7ZluGuEd6cOJBz96zHHQ" name="CHECKBOX" value="5"/>
<eLiterals xmi:id="_TD7Zl-GuEd6cOJBz96zHHQ" name="RADIOBUTTON" value="6"/>
<eLiterals xmi:id="_TD7ZmOGuEd6cOJBz96zHHQ" name="DATE" value="7"/>
<eLiterals xmi:id="_TD7ZmeGuEd6cOJBz96zHHQ" name="FILE" value="8"/>
<eLiterals xmi:id="_TD7ZmuGuEd6cOJBz96zHHQ" name="PASSWORD" value="9"/>
<eLiterals xmi:id="_TD7Zm-GuEd6cOJBz96zHHQ" name="LABEL" value="10"/>
<eLiterals xmi:id="_TD7ZnOGuEd6cOJBz96zHHQ" name="SPINNER" value="11"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD7ZneGuEd6cOJBz96zHHQ" name="UsecaseSubsystem"
eSuperTypes="#_TD4WS-GuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD7Zn-GuEd6cOJBz96zHHQ"
name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD7ZoeGuEd6cOJBz96zHHQ"
name="usecases" upperBound="-1" eType="#_TD8AkOGuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD7ZouGuEd6cOJBz96zHHQ" name="UsecaseClassifier"
abstract="true" eSuperTypes="#_TD49TuGuEd6cOJBz96zHHQ"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD8AkOGuEd6cOJBz96zHHQ" name="Usecase"
eSuperTypes="#_TD7ZouGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD8AkuGuEd6cOJBz96zHHQ"
name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD8AlOGuEd6cOJBz96zHHQ" name="Actor"
eSuperTypes="#_TD7ZouGuEd6cOJBz96zHHQ"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD8AluGuEd6cOJBz96zHHQ" name="Area"
eSuperTypes="#_TD5kWeGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD8AmOGuEd6cOJBz96zHHQ"
name="views" upperBound="-1" eType="#_TD3IJ-GuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD8AmuGuEd6cOJBz96zHHQ"
name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD8AnOGuEd6cOJBz96zHHQ" name="ControllerMemberExecutable"
eSuperTypes="#_TD5kWeGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD8AnuGuEd6cOJBz96zHHQ"
name="operation" lowerBound="1" eType="#_TD3IF-GuEd6cOJBz96zHHQ" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD8AoOGuEd6cOJBz96zHHQ" name="WidgetElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD8AoeGuEd6cOJBz96zHHQ"
name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD8Ao-GuEd6cOJBz96zHHQ"
name="options" upperBound="-1" eType="#_TD8ApeGuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD8ApOGuEd6cOJBz96zHHQ"
name="multiOptions" upperBound="-1" eType="#_TD8ApeGuEd6cOJBz96zHHQ" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD8ApeGuEd6cOJBz96zHHQ" name="WidgetOption"
eSuperTypes="#_TD4WMeGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD8Ap-GuEd6cOJBz96zHHQ"
name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD8AqeGuEd6cOJBz96zHHQ"
name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD8Aq-GuEd6cOJBz96zHHQ" name="Transition"
abstract="true" eSuperTypes="#_TD4WMeGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD8AreGuEd6cOJBz96zHHQ"
name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD8Ar-GuEd6cOJBz96zHHQ"
name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD8AseGuEd6cOJBz96zHHQ" name="Form">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD8AsuGuEd6cOJBz96zHHQ"
name="widgets" upperBound="-1" eType="#_TD6LbOGuEd6cOJBz96zHHQ" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD8AtOGuEd6cOJBz96zHHQ"
name="operation" eType="#_TD3IF-GuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_TD8AtuGuEd6cOJBz96zHHQ"
name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD8AuOGuEd6cOJBz96zHHQ" name="WidgetAttribute"
eSuperTypes="#_TD6LbOGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD8noOGuEd6cOJBz96zHHQ"
name="attribute" lowerBound="1" eType="#_TD3IKeGuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="_TD8nouGuEd6cOJBz96zHHQ" name="WidgetAssociation"
eSuperTypes="#_TD6LbOGuEd6cOJBz96zHHQ">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD8npOGuEd6cOJBz96zHHQ"
name="association" lowerBound="1" eType="#_TD2hDeGuEd6cOJBz96zHHQ"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_TD8npuGuEd6cOJBz96zHHQ"
name="elementsMenuActions" upperBound="-1" eType="#_TD3IIeGuEd6cOJBz96zHHQ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="_TD8nqOGuEd6cOJBz96zHHQ" name="EnumProjectLayout">
<eLiterals xmi:id="_TD8nqeGuEd6cOJBz96zHHQ" name="APPLICATION"/>
<eLiterals xmi:id="_TD8nquGuEd6cOJBz96zHHQ" name="MODULE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="_TD8nq-GuEd6cOJBz96zHHQ" name="EnumLabelMode">
<eLiterals xmi:id="_TD8nrOGuEd6cOJBz96zHHQ" name="ICON_OR_TEXT"/>
<eLiterals xmi:id="_TD8nreGuEd6cOJBz96zHHQ" name="ICON_AND_TEXT" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EnumGeneratorTarget">
<eLiterals name="NONE" literal=""/>
<eLiterals name="JAVA" value="1" literal="Java"/>
<eLiterals name="PHP5" value="2" literal="Standalone PHP5"/>
<eLiterals name="ZEND" value="3" literal="Zend Framework"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/BackupTheBerlios/wave-svn/trunk/de.gulden.modeling.wave/model/wave.ecore | ecore | wave
Classifier
operations
name
attributes
isExternal
Controller
actions
views
transitionsActionToView
transitionsView
AssociationRelationship
name
multiplicityA
1
multiplicityB
*
a
b
direction
Operation
returnType
isAbstract
code
throws
parameters
Action
ajaxMode
ajaxTarget
confirmExecute
View
areas
Attribute
type
string
defaultValue
isMultiple
EnumAjaxModes
AJAX_NO
No
AJAX_YES
Yes
AJAX_ONLY
Only
EnumMultiplicity
ZERO_OR_ONE
0..1
ONE
1
ZERO_OR_MORE
*
ONE_OR_MORE
1..*
InheritanceRelationship
parent
child
RealizationRelationship
parentInterface
implementingClass
EnumVisibility
PUBLIC
PUBLIC
PACKAGE
PACKAGE
PROTECTED
PROTECTED
PRIVATE
PRIVATE
Model
author
version
basePackage
sourceFolder
generatorTarget
copyright
provider
dictionary
documentation
factoryClass
DefaultWaveFactoryImpl
layoutTemplate
baseUrl
iconPrefix
testdataSQL
projectLayout
ModelMember
taggedValue
label
description
docs
stereotype
Package
name
members
DependencyRelationship
client
supplier
EnumDocumentationAudienceType
DOCUMENTATION_AUDIENCE_DEVELOPER
Developers
DOCUMENTATION_AUDIENCE_USER
Users
Class
isPersistent
targetMode
forms
Interface
targetMode
TopLevelModelMember
ActionToViewTransition
target
source
EnumTargetModes
SERVER
SERVER
CLIENT
CLIENT
BOTH
BOTH
TaggedValue
key
value
Documentation
text
audience
detailLevel
OOPClassifier
isAbstract
visibility
externalExtends
externalImplements
inner
ClassifierMember
signature
name
visibility
isStatic
isFinal
targetMode
EnumDirection
A_B
-->
B_A
<--
BOTH
<-->
ArtifactClassifier
Include
code
urlPath
StyleSheet
code
ViewTransition
source
target
ControllerMember
usecases
name
Enumeration
literals
EnumerationLiteral
name
value
Dictionary
label
defaultLang
Label
text
langstring
icon
mode
Langstring
lang
text
DatabaseTable
name
sqlCreate
Widget
widgetType
widgetHint
readOnly
required
ignore
filters
validators
options
menuActions
elementFormName
multiLine
multiChoice
EnumDisplayMode
VIEW
VIEW
EDIT
EDIT
LISTENTRY
LISTENTRY
DETAIL
DETAIL
USER
USER
ADMIN
ADMIN
EnumWidgetType
DEFAULT
DEFAULT
TEXT
TEXT
reserved
reserved
SELECT
SELECT
SELECTEDIT
SELECTEDIT
CHECKBOX
CHECKBOX
RADIOBUTTON
RADIOBUTTON
DATE
DATE
FILE
FILE
PASSWORD
PASSWORD
LABEL
LABEL
SPINNER
SPINNER
UsecaseSubsystem
name
usecases
UsecaseClassifier
Usecase
text
Actor
Area
views
style
ControllerMemberExecutable
operation
WidgetElement
name
options
multiOptions
WidgetOption
name
value
Transition
name
condition
Form
widgets
operation
name
WidgetAttribute
attribute
WidgetAssociation
association
elementsMenuActions
EnumProjectLayout
APPLICATION
APPLICATION
MODULE
MODULE
EnumLabelMode
ICON_OR_TEXT
ICON_OR_TEXT
ICON_AND_TEXT
ICON_AND_TEXT
EnumGeneratorTarget
NONE
JAVA
Java
PHP5
Standalone PHP5
ZEND
Zend Framework | null | {"directed":true,"nodes":[{"nsPrefix":"wave","nsURI":"http://jensgulden.de/modeling/wave","name":"wave","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationRelationship","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","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":"View","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumAjaxModes","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumMultiplicity","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InheritanceRelationship","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealizationRelationship","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumVisibility","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelMember","instanceClass":null,"abstract":true,"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":"DependencyRelationship","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumDocumentationAudienceType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelModelMember","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionToViewTransition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumTargetModes","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaggedValue","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentation","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OOPClassifier","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierMember","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumDirection","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtifactClassifier","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleSheet","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewTransition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControllerMember","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dictionary","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Langstring","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseTable","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumDisplayMode","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumWidgetType","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsecaseSubsystem","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsecaseClassifier","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usecase","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Area","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControllerMemberExecutable","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetElement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetOption","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetAttribute","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetAssociation","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumProjectLayout","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumLabelMode","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumGeneratorTarget","instanceClass":null,"id":56,"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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isExternal","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"},{"container":false,"ordered":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":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":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitionsActionToView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitionsView","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"multiplicityA","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"*","unsettable":false,"transient":false,"unique":true,"name":"multiplicityB","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"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":"returnType","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":"isAbstract","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":"code","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":"throws","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ajaxMode","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":"ajaxTarget","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confirmExecute","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"areas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"string","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"string","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMultiple","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"},{"name":"AJAX_NO","id":116,"value":0,"literal":"No","eClass":"EEnumLiteral"},{"name":"AJAX_YES","id":117,"value":0,"literal":"Yes","eClass":"EEnumLiteral"},{"name":"AJAX_ONLY","id":118,"value":0,"literal":"Only","eClass":"EEnumLiteral"},{"name":"ZERO_OR_ONE","id":119,"value":1,"literal":"0..1","eClass":"EEnumLiteral"},{"name":"ONE","id":120,"value":2,"literal":"1","eClass":"EEnumLiteral"},{"name":"ZERO_OR_MORE","id":121,"value":3,"literal":"*","eClass":"EEnumLiteral"},{"name":"ONE_OR_MORE","id":122,"value":4,"literal":"1..*","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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentInterface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementingClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"name":"PUBLIC","id":133,"value":0,"literal":"PUBLIC","eClass":"EEnumLiteral"},{"name":"PACKAGE","id":134,"value":0,"literal":"PACKAGE","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":135,"value":0,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":136,"value":0,"literal":"PRIVATE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"basePackage","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":"sourceFolder","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generatorTarget","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":"copyright","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":"provider","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":"dictionary","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":true,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"DefaultWaveFactoryImpl","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"DefaultWaveFactoryImpl","unsettable":false,"transient":false,"unique":true,"name":"factoryClass","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"layoutTemplate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"baseUrl","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":"iconPrefix","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":"testdataSQL","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectLayout","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"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"taggedValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"docs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"stereotype","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":false,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"client","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supplier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"name":"DOCUMENTATION_AUDIENCE_DEVELOPER","id":188,"value":0,"literal":"Developers","eClass":"EEnumLiteral"},{"name":"DOCUMENTATION_AUDIENCE_USER","id":189,"value":0,"literal":"Users","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":"isPersistent","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetMode","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"forms","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetMode","changeable":true,"lowerBound":0,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"container":false,"ordered":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":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"name":"SERVER","id":206,"value":1,"literal":"SERVER","eClass":"EEnumLiteral"},{"name":"CLIENT","id":207,"value":2,"literal":"CLIENT","eClass":"EEnumLiteral"},{"name":"BOTH","id":208,"value":3,"literal":"BOTH","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":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"},{"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":213,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"audience","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"detailLevel","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":219,"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":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalExtends","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalImplements","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inner","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"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"signature","changeable":true,"lowerBound":0,"iD":false,"id":230,"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":231,"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":232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFinal","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetMode","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"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"name":"A_B","id":243,"value":1,"literal":"-->","eClass":"EEnumLiteral"},{"name":"B_A","id":244,"value":2,"literal":"<--","eClass":"EEnumLiteral"},{"name":"BOTH","id":245,"value":3,"literal":"<-->","eClass":"EEnumLiteral"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"urlPath","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usecases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultLang","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":277,"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":"langstring","changeable":true,"resolveProxies":true,"lowerBound":1,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icon","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":"mode","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sqlCreate","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"widgetType","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widgetHint","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readOnly","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ignore","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filters","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":"validators","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":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menuActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementFormName","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiChoice","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"name":"VIEW","id":319,"value":1,"literal":"VIEW","eClass":"EEnumLiteral"},{"name":"EDIT","id":320,"value":2,"literal":"EDIT","eClass":"EEnumLiteral"},{"name":"LISTENTRY","id":321,"value":4,"literal":"LISTENTRY","eClass":"EEnumLiteral"},{"name":"DETAIL","id":322,"value":8,"literal":"DETAIL","eClass":"EEnumLiteral"},{"name":"USER","id":323,"value":16,"literal":"USER","eClass":"EEnumLiteral"},{"name":"ADMIN","id":324,"value":32,"literal":"ADMIN","eClass":"EEnumLiteral"},{"name":"DEFAULT","id":325,"value":0,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"TEXT","id":326,"value":1,"literal":"TEXT","eClass":"EEnumLiteral"},{"name":"reserved","id":327,"value":2,"literal":"reserved","eClass":"EEnumLiteral"},{"name":"SELECT","id":328,"value":3,"literal":"SELECT","eClass":"EEnumLiteral"},{"name":"SELECTEDIT","id":329,"value":4,"literal":"SELECTEDIT","eClass":"EEnumLiteral"},{"name":"CHECKBOX","id":330,"value":5,"literal":"CHECKBOX","eClass":"EEnumLiteral"},{"name":"RADIOBUTTON","id":331,"value":6,"literal":"RADIOBUTTON","eClass":"EEnumLiteral"},{"name":"DATE","id":332,"value":7,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"FILE","id":333,"value":8,"literal":"FILE","eClass":"EEnumLiteral"},{"name":"PASSWORD","id":334,"value":9,"literal":"PASSWORD","eClass":"EEnumLiteral"},{"name":"LABEL","id":335,"value":10,"literal":"LABEL","eClass":"EEnumLiteral"},{"name":"SPINNER","id":336,"value":11,"literal":"SPINNER","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":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":"usecases","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"},{"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":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"views","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"multiOptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"widgets","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":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":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":373,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"id":380,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementsMenuActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"name":"APPLICATION","id":385,"value":0,"literal":"APPLICATION","eClass":"EEnumLiteral"},{"name":"MODULE","id":386,"value":0,"literal":"MODULE","eClass":"EEnumLiteral"},{"name":"ICON_OR_TEXT","id":387,"value":0,"literal":"ICON_OR_TEXT","eClass":"EEnumLiteral"},{"name":"ICON_AND_TEXT","id":388,"value":1,"literal":"ICON_AND_TEXT","eClass":"EEnumLiteral"},{"name":"NONE","id":389,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"JAVA","id":390,"value":1,"literal":"Java","eClass":"EEnumLiteral"},{"name":"PHP5","id":391,"value":2,"literal":"Standalone PHP5","eClass":"EEnumLiteral"},{"name":"ZEND","id":392,"value":3,"literal":"Zend Framework","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":1,"target":0},{"source":1,"target":20},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":57,"target":4},{"source":57,"target":62},{"source":57,"target":1},{"source":62,"target":4},{"source":58,"target":63},{"source":58,"target":1},{"source":59,"target":7},{"source":59,"target":64},{"source":59,"target":1},{"source":64,"target":7},{"source":60,"target":65},{"source":60,"target":1},{"source":61,"target":20},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":66,"target":5},{"source":66,"target":71},{"source":66,"target":2},{"source":71,"target":5},{"source":67,"target":6},{"source":67,"target":72},{"source":67,"target":2},{"source":72,"target":6},{"source":68,"target":21},{"source":68,"target":73},{"source":68,"target":2},{"source":73,"target":21},{"source":69,"target":31},{"source":69,"target":74},{"source":69,"target":2},{"source":74,"target":31},{"source":70,"target":28},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":75,"target":82},{"source":75,"target":3},{"source":76,"target":9},{"source":76,"target":83},{"source":76,"target":3},{"source":83,"target":9},{"source":77,"target":9},{"source":77,"target":84},{"source":77,"target":3},{"source":84,"target":9},{"source":78,"target":25},{"source":78,"target":85},{"source":78,"target":3},{"source":85,"target":25},{"source":79,"target":25},{"source":79,"target":86},{"source":79,"target":3},{"source":86,"target":25},{"source":80,"target":27},{"source":80,"target":87},{"source":80,"target":3},{"source":87,"target":27},{"source":81,"target":20},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":88},{"source":4,"target":89},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":88,"target":94},{"source":88,"target":4},{"source":89,"target":95},{"source":89,"target":4},{"source":90,"target":96},{"source":90,"target":4},{"source":91,"target":97},{"source":91,"target":4},{"source":92,"target":7},{"source":92,"target":98},{"source":92,"target":4},{"source":98,"target":7},{"source":93,"target":26},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":99,"target":8},{"source":99,"target":103},{"source":99,"target":5},{"source":103,"target":8},{"source":100,"target":104},{"source":100,"target":5},{"source":101,"target":105},{"source":101,"target":5},{"source":102,"target":47},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":106},{"source":6,"target":107},{"source":106,"target":46},{"source":106,"target":108},{"source":106,"target":6},{"source":108,"target":46},{"source":107,"target":47},{"source":7,"target":0},{"source":7,"target":26},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":109,"target":113},{"source":109,"target":7},{"source":110,"target":114},{"source":110,"target":7},{"source":111,"target":115},{"source":111,"target":7},{"source":112,"target":26},{"source":8,"target":0},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":116,"target":8},{"source":117,"target":8},{"source":118,"target":8},{"source":9,"target":0},{"source":9,"target":119},{"source":9,"target":120},{"source":9,"target":121},{"source":9,"target":122},{"source":119,"target":9},{"source":120,"target":9},{"source":121,"target":9},{"source":122,"target":9},{"source":10,"target":0},{"source":10,"target":20},{"source":10,"target":123},{"source":10,"target":124},{"source":10,"target":125},{"source":123,"target":1},{"source":123,"target":126},{"source":123,"target":10},{"source":126,"target":1},{"source":124,"target":1},{"source":124,"target":127},{"source":124,"target":10},{"source":127,"target":1},{"source":125,"target":20},{"source":11,"target":0},{"source":11,"target":20},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":128,"target":19},{"source":128,"target":131},{"source":128,"target":11},{"source":131,"target":19},{"source":129,"target":18},{"source":129,"target":132},{"source":129,"target":11},{"source":132,"target":18},{"source":130,"target":20},{"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":15},{"source":13,"target":137},{"source":13,"target":138},{"source":13,"target":139},{"source":13,"target":140},{"source":13,"target":141},{"source":13,"target":142},{"source":13,"target":143},{"source":13,"target":144},{"source":13,"target":145},{"source":13,"target":146},{"source":13,"target":147},{"source":13,"target":148},{"source":13,"target":149},{"source":13,"target":150},{"source":13,"target":151},{"source":13,"target":152},{"source":137,"target":153},{"source":137,"target":13},{"source":138,"target":154},{"source":138,"target":13},{"source":139,"target":155},{"source":139,"target":13},{"source":140,"target":156},{"source":140,"target":13},{"source":141,"target":56},{"source":141,"target":157},{"source":141,"target":13},{"source":157,"target":56},{"source":142,"target":158},{"source":142,"target":13},{"source":143,"target":159},{"source":143,"target":13},{"source":144,"target":35},{"source":144,"target":160},{"source":144,"target":13},{"source":160,"target":35},{"source":145,"target":24},{"source":145,"target":161},{"source":145,"target":13},{"source":161,"target":24},{"source":146,"target":162},{"source":146,"target":13},{"source":147,"target":29},{"source":147,"target":163},{"source":147,"target":13},{"source":163,"target":29},{"source":148,"target":164},{"source":148,"target":13},{"source":149,"target":165},{"source":149,"target":13},{"source":150,"target":166},{"source":150,"target":13},{"source":151,"target":54},{"source":151,"target":167},{"source":151,"target":13},{"source":167,"target":54},{"source":152,"target":15},{"source":14,"target":0},{"source":14,"target":168},{"source":14,"target":169},{"source":14,"target":170},{"source":14,"target":171},{"source":14,"target":172},{"source":168,"target":23},{"source":168,"target":173},{"source":168,"target":14},{"source":173,"target":23},{"source":169,"target":36},{"source":169,"target":174},{"source":169,"target":14},{"source":174,"target":36},{"source":170,"target":36},{"source":170,"target":175},{"source":170,"target":14},{"source":175,"target":36},{"source":171,"target":24},{"source":171,"target":176},{"source":171,"target":14},{"source":176,"target":24},{"source":172,"target":177},{"source":172,"target":14},{"source":15,"target":0},{"source":15,"target":20},{"source":15,"target":178},{"source":15,"target":179},{"source":15,"target":180},{"source":178,"target":181},{"source":178,"target":15},{"source":179,"target":20},{"source":179,"target":182},{"source":179,"target":15},{"source":182,"target":20},{"source":180,"target":20},{"source":16,"target":0},{"source":16,"target":20},{"source":16,"target":183},{"source":16,"target":184},{"source":16,"target":185},{"source":183,"target":14},{"source":183,"target":186},{"source":183,"target":16},{"source":186,"target":14},{"source":184,"target":14},{"source":184,"target":187},{"source":184,"target":16},{"source":187,"target":14},{"source":185,"target":20},{"source":17,"target":0},{"source":17,"target":188},{"source":17,"target":189},{"source":188,"target":17},{"source":189,"target":17},{"source":18,"target":0},{"source":18,"target":25},{"source":18,"target":190},{"source":18,"target":191},{"source":18,"target":192},{"source":18,"target":193},{"source":190,"target":194},{"source":190,"target":18},{"source":191,"target":22},{"source":191,"target":195},{"source":191,"target":18},{"source":195,"target":22},{"source":192,"target":51},{"source":192,"target":196},{"source":192,"target":18},{"source":196,"target":51},{"source":193,"target":25},{"source":19,"target":0},{"source":19,"target":25},{"source":19,"target":197},{"source":19,"target":198},{"source":197,"target":22},{"source":197,"target":199},{"source":197,"target":19},{"source":199,"target":22},{"source":198,"target":25},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":200},{"source":200,"target":14},{"source":21,"target":0},{"source":21,"target":50},{"source":21,"target":201},{"source":21,"target":202},{"source":21,"target":203},{"source":201,"target":6},{"source":201,"target":204},{"source":201,"target":21},{"source":204,"target":6},{"source":202,"target":5},{"source":202,"target":205},{"source":202,"target":21},{"source":205,"target":5},{"source":203,"target":50},{"source":22,"target":0},{"source":22,"target":206},{"source":22,"target":207},{"source":22,"target":208},{"source":206,"target":22},{"source":207,"target":22},{"source":208,"target":22},{"source":23,"target":0},{"source":23,"target":209},{"source":23,"target":210},{"source":209,"target":211},{"source":209,"target":23},{"source":210,"target":212},{"source":210,"target":23},{"source":24,"target":0},{"source":24,"target":213},{"source":24,"target":214},{"source":24,"target":215},{"source":213,"target":216},{"source":213,"target":24},{"source":214,"target":17},{"source":214,"target":217},{"source":214,"target":24},{"source":217,"target":17},{"source":215,"target":218},{"source":215,"target":24},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":219},{"source":25,"target":220},{"source":25,"target":221},{"source":25,"target":222},{"source":25,"target":223},{"source":25,"target":224},{"source":219,"target":225},{"source":219,"target":25},{"source":220,"target":12},{"source":220,"target":226},{"source":220,"target":25},{"source":226,"target":12},{"source":221,"target":227},{"source":221,"target":25},{"source":222,"target":228},{"source":222,"target":25},{"source":223,"target":25},{"source":223,"target":229},{"source":223,"target":25},{"source":229,"target":25},{"source":224,"target":1},{"source":26,"target":0},{"source":26,"target":14},{"source":26,"target":230},{"source":26,"target":231},{"source":26,"target":232},{"source":26,"target":233},{"source":26,"target":234},{"source":26,"target":235},{"source":26,"target":236},{"source":230,"target":237},{"source":230,"target":26},{"source":231,"target":238},{"source":231,"target":26},{"source":232,"target":12},{"source":232,"target":239},{"source":232,"target":26},{"source":239,"target":12},{"source":233,"target":240},{"source":233,"target":26},{"source":234,"target":241},{"source":234,"target":26},{"source":235,"target":22},{"source":235,"target":242},{"source":235,"target":26},{"source":242,"target":22},{"source":236,"target":14},{"source":27,"target":0},{"source":27,"target":243},{"source":27,"target":244},{"source":27,"target":245},{"source":243,"target":27},{"source":244,"target":27},{"source":245,"target":27},{"source":28,"target":0},{"source":28,"target":1},{"source":28,"target":246},{"source":246,"target":1},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":247},{"source":29,"target":248},{"source":29,"target":249},{"source":247,"target":250},{"source":247,"target":29},{"source":248,"target":251},{"source":248,"target":29},{"source":249,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":252},{"source":30,"target":253},{"source":252,"target":254},{"source":252,"target":30},{"source":253,"target":28},{"source":31,"target":0},{"source":31,"target":50},{"source":31,"target":255},{"source":31,"target":256},{"source":31,"target":257},{"source":255,"target":47},{"source":255,"target":258},{"source":255,"target":31},{"source":258,"target":47},{"source":256,"target":47},{"source":256,"target":259},{"source":256,"target":31},{"source":259,"target":47},{"source":257,"target":50},{"source":32,"target":0},{"source":32,"target":14},{"source":32,"target":260},{"source":32,"target":261},{"source":32,"target":262},{"source":260,"target":44},{"source":260,"target":263},{"source":260,"target":32},{"source":263,"target":44},{"source":261,"target":264},{"source":261,"target":32},{"source":262,"target":14},{"source":33,"target":0},{"source":33,"target":25},{"source":33,"target":265},{"source":33,"target":266},{"source":265,"target":34},{"source":265,"target":267},{"source":265,"target":33},{"source":267,"target":34},{"source":266,"target":25},{"source":34,"target":0},{"source":34,"target":14},{"source":34,"target":268},{"source":34,"target":269},{"source":34,"target":270},{"source":268,"target":271},{"source":268,"target":34},{"source":269,"target":272},{"source":269,"target":34},{"source":270,"target":14},{"source":35,"target":0},{"source":35,"target":273},{"source":35,"target":274},{"source":273,"target":36},{"source":273,"target":275},{"source":273,"target":35},{"source":275,"target":36},{"source":274,"target":276},{"source":274,"target":35},{"source":36,"target":0},{"source":36,"target":277},{"source":36,"target":278},{"source":36,"target":279},{"source":36,"target":280},{"source":277,"target":281},{"source":277,"target":36},{"source":278,"target":37},{"source":278,"target":282},{"source":278,"target":36},{"source":282,"target":37},{"source":279,"target":283},{"source":279,"target":36},{"source":280,"target":55},{"source":280,"target":284},{"source":280,"target":36},{"source":284,"target":55},{"source":37,"target":0},{"source":37,"target":285},{"source":37,"target":286},{"source":285,"target":287},{"source":285,"target":37},{"source":286,"target":288},{"source":286,"target":37},{"source":38,"target":0},{"source":38,"target":20},{"source":38,"target":289},{"source":38,"target":290},{"source":38,"target":291},{"source":289,"target":292},{"source":289,"target":38},{"source":290,"target":293},{"source":290,"target":38},{"source":291,"target":20},{"source":39,"target":0},{"source":39,"target":14},{"source":39,"target":294},{"source":39,"target":295},{"source":39,"target":296},{"source":39,"target":297},{"source":39,"target":298},{"source":39,"target":299},{"source":39,"target":300},{"source":39,"target":301},{"source":39,"target":302},{"source":39,"target":303},{"source":39,"target":304},{"source":39,"target":305},{"source":39,"target":306},{"source":294,"target":41},{"source":294,"target":307},{"source":294,"target":39},{"source":307,"target":41},{"source":295,"target":308},{"source":295,"target":39},{"source":296,"target":309},{"source":296,"target":39},{"source":297,"target":310},{"source":297,"target":39},{"source":298,"target":311},{"source":298,"target":39},{"source":299,"target":48},{"source":299,"target":312},{"source":299,"target":39},{"source":312,"target":48},{"source":300,"target":48},{"source":300,"target":313},{"source":300,"target":39},{"source":313,"target":48},{"source":301,"target":49},{"source":301,"target":314},{"source":301,"target":39},{"source":314,"target":49},{"source":302,"target":5},{"source":302,"target":315},{"source":302,"target":39},{"source":315,"target":5},{"source":303,"target":316},{"source":303,"target":39},{"source":304,"target":317},{"source":304,"target":39},{"source":305,"target":318},{"source":305,"target":39},{"source":306,"target":14},{"source":40,"target":0},{"source":40,"target":319},{"source":40,"target":320},{"source":40,"target":321},{"source":40,"target":322},{"source":40,"target":323},{"source":40,"target":324},{"source":319,"target":40},{"source":320,"target":40},{"source":321,"target":40},{"source":322,"target":40},{"source":323,"target":40},{"source":324,"target":40},{"source":41,"target":0},{"source":41,"target":325},{"source":41,"target":326},{"source":41,"target":327},{"source":41,"target":328},{"source":41,"target":329},{"source":41,"target":330},{"source":41,"target":331},{"source":41,"target":332},{"source":41,"target":333},{"source":41,"target":334},{"source":41,"target":335},{"source":41,"target":336},{"source":325,"target":41},{"source":326,"target":41},{"source":327,"target":41},{"source":328,"target":41},{"source":329,"target":41},{"source":330,"target":41},{"source":331,"target":41},{"source":332,"target":41},{"source":333,"target":41},{"source":334,"target":41},{"source":335,"target":41},{"source":336,"target":41},{"source":42,"target":0},{"source":42,"target":20},{"source":42,"target":337},{"source":42,"target":338},{"source":42,"target":339},{"source":337,"target":340},{"source":337,"target":42},{"source":338,"target":44},{"source":338,"target":341},{"source":338,"target":42},{"source":341,"target":44},{"source":339,"target":20},{"source":43,"target":0},{"source":43,"target":25},{"source":43,"target":342},{"source":342,"target":25},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":343},{"source":44,"target":344},{"source":343,"target":345},{"source":343,"target":44},{"source":344,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":346},{"source":346,"target":43},{"source":46,"target":0},{"source":46,"target":32},{"source":46,"target":347},{"source":46,"target":348},{"source":46,"target":349},{"source":347,"target":6},{"source":347,"target":350},{"source":347,"target":46},{"source":350,"target":6},{"source":348,"target":351},{"source":348,"target":46},{"source":349,"target":32},{"source":47,"target":0},{"source":47,"target":32},{"source":47,"target":352},{"source":47,"target":353},{"source":352,"target":4},{"source":352,"target":354},{"source":352,"target":47},{"source":354,"target":4},{"source":353,"target":32},{"source":48,"target":0},{"source":48,"target":355},{"source":48,"target":356},{"source":48,"target":357},{"source":355,"target":358},{"source":355,"target":48},{"source":356,"target":49},{"source":356,"target":359},{"source":356,"target":48},{"source":359,"target":49},{"source":357,"target":49},{"source":357,"target":360},{"source":357,"target":48},{"source":360,"target":49},{"source":49,"target":0},{"source":49,"target":14},{"source":49,"target":361},{"source":49,"target":362},{"source":49,"target":363},{"source":361,"target":364},{"source":361,"target":49},{"source":362,"target":365},{"source":362,"target":49},{"source":363,"target":14},{"source":50,"target":0},{"source":50,"target":14},{"source":50,"target":366},{"source":50,"target":367},{"source":50,"target":368},{"source":366,"target":369},{"source":366,"target":50},{"source":367,"target":370},{"source":367,"target":50},{"source":368,"target":14},{"source":51,"target":0},{"source":51,"target":371},{"source":51,"target":372},{"source":51,"target":373},{"source":371,"target":39},{"source":371,"target":374},{"source":371,"target":51},{"source":374,"target":39},{"source":372,"target":4},{"source":372,"target":375},{"source":372,"target":51},{"source":375,"target":4},{"source":373,"target":376},{"source":373,"target":51},{"source":52,"target":0},{"source":52,"target":39},{"source":52,"target":377},{"source":52,"target":378},{"source":377,"target":7},{"source":377,"target":379},{"source":377,"target":52},{"source":379,"target":7},{"source":378,"target":39},{"source":53,"target":0},{"source":53,"target":39},{"source":53,"target":380},{"source":53,"target":381},{"source":53,"target":382},{"source":380,"target":3},{"source":380,"target":383},{"source":380,"target":53},{"source":383,"target":3},{"source":381,"target":5},{"source":381,"target":384},{"source":381,"target":53},{"source":384,"target":5},{"source":382,"target":39},{"source":54,"target":0},{"source":54,"target":385},{"source":54,"target":386},{"source":385,"target":54},{"source":386,"target":54},{"source":55,"target":0},{"source":55,"target":387},{"source":55,"target":388},{"source":387,"target":55},{"source":388,"target":55},{"source":56,"target":0},{"source":56,"target":389},{"source":56,"target":390},{"source":56,"target":391},{"source":56,"target":392},{"source":389,"target":56},{"source":390,"target":56},{"source":391,"target":56},{"source":392,"target":56}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="functions" nsURI="http://www.emftext.org/functions" nsPrefix="functions">
<eClassifiers xsi:type="ecore:EClass" name="FunctionSet" eSuperTypes="#//NamedElement">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eOperations name="getFunctions" upperBound="-1" eType="#//Function">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="org.eclipse.emf.common.util.EList< org.emftext.language.functions.Function> functions = new org.eclipse.emf.common.util.BasicEList< org.emftext.language.functions.Function>();
for ( org.emftext.language.functions.Element element : getElements()) {
	if (element instanceof org.emftext.language.functions.Function) {
		functions.add(( org.emftext.language.functions.Function) element);
	}
}
return functions;"/>
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eOperations name="getDatatypes" upperBound="-1" eType="#//Datatype">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eOperations>
<eOperations name="getTotalCosts" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="int total = 0;
for ( org.emftext.language.functions.Function child : getFunctions()) {
	if (child.isIgnored()) {
		continue;
	}
	if (child.getTargetVersion() != null && child.getTargetVersion().isIgnored()) {
		continue;
	}
	if (child.getParent() != null) {
		continue;
	}
	total += child.getTotalCosts();
}
for ( org.emftext.language.functions.FunctionSet subset : getSubsets()) {
	total += subset.getTotalCosts();
}
return total;"/>
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//Element" containment="true">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subsets" upperBound="-1"
eType="#//FunctionSet" containment="true">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eOperations name="getReadableName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return getReadableString(getName());"/>
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eOperations name="getReadableDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return getReadableString(getDescription());"/>
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eOperations name="getReadableString" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return text == null ? null : replaceQuotes(text.replace("_", " "), "\\inquotes{", "}");"/>
<details key="documentation" value=""/>
</eAnnotations>
<eParameters name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eParameters>
</eOperations>
<eOperations name="replaceQuotes" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="java.lang.StringBuilder result = new java.lang.StringBuilder();

java.util.regex.Matcher matcher = java.util.regex.Pattern.compile("'([^']*)'").matcher(text);
int lastStart = 0;
while (matcher.find()) {
	java.lang.String group = matcher.group(1);
	int start = matcher.start();
	int end = matcher.end();
	result.append(text.substring(lastStart, start));
	result.append(prefix);
	result.append(group);
	result.append(suffix);
	lastStart = end;
}
result.append(text.substring(lastStart, text.length()));
return result.toString();"/>
<details key="documentation" value=""/>
</eAnnotations>
<eParameters name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eParameters>
<eParameters name="prefix" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eParameters>
<eParameters name="suffix" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Element">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eOperations name="getTotalCosts" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="int total = 0;
for ( org.emftext.language.functions.Function child : getChildren()) {
	if (child.isIgnored()) {
		continue;
	}
	if (child.getTargetVersion() != null && child.getTargetVersion().isIgnored()) {
		continue;
	}
	total += child.getTotalCosts();
}
return total + getCosts();"/>
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eOperations name="getRelatedFunctions" upperBound="-1" eType="#//Function">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="org.eclipse.emf.common.util.EList< org.emftext.language.functions.Function> functions = new org.eclipse.emf.common.util.BasicEList< org.emftext.language.functions.Function>();
for ( org.emftext.language.functions.Element element : getRelatedTo()) {
	if (element instanceof org.emftext.language.functions.Function) {
		functions.add(( org.emftext.language.functions.Function) element);
	}
}
return functions;"/>
<details key="documentation" value=""/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Function"
eOpposite="#//Function/children">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Function" eOpposite="#//Function/parent">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedTo" upperBound="-1"
eType="#//Element">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignored" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="costs" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetVersion" eType="#//TargetVersion">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Datatype" eSuperTypes="#//Element">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignored" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//NamedElement">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="datatype" eType="#//Datatype">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TargetVersion" eSuperTypes="#//Element">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignored" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="org.emftext.language.mecore.resource.mecore.mopp.MecoreWrapper">
<details key="WARNING" value="This element was generated from an .mecore file. Removing this annotation will signal the MinimalEcore builder to keep this element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/functions.ecore | ecore | functions
FunctionSet
getFunctions
getDatatypes
getTotalCosts
elements
subsets
NamedElement
getReadableName
getReadableDescription
getReadableString
text
replaceQuotes
text
prefix
suffix
name
description
Element
Function
getTotalCosts
getRelatedFunctions
parent
children
relatedTo
ignored
costs
targetVersion
Datatype
properties
ignored
Property
multiple
datatype
TargetVersion
ignored | null | {"directed":true,"nodes":[{"nsPrefix":"functions","nsURI":"http://www.emftext.org/functions","name":"functions","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionSet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datatype","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetVersion","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getFunctions","lowerBound":0,"id":8,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDatatypes","lowerBound":0,"id":9,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTotalCosts","lowerBound":1,"id":10,"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":"elements","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":"subsets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReadableName","lowerBound":1,"id":19,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReadableDescription","lowerBound":1,"id":20,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReadableString","lowerBound":1,"id":21,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"replaceQuotes","lowerBound":1,"id":22,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"text","lowerBound":1,"id":28,"many":false,"required":true,"eClass":"EParameter"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"text","lowerBound":1,"id":31,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"prefix","lowerBound":1,"id":32,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"suffix","lowerBound":1,"id":33,"many":false,"required":true,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTotalCosts","lowerBound":1,"id":40,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getRelatedFunctions","lowerBound":0,"id":41,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","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":"children","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":"relatedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"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":"ignored","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":false,"transient":false,"unique":true,"name":"costs","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetVersion","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"},{"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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"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":"ignored","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":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiple","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ignored","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":2},{"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":8,"target":4},{"source":8,"target":14},{"source":8,"target":1},{"source":14,"target":4},{"source":9,"target":5},{"source":9,"target":15},{"source":9,"target":1},{"source":15,"target":5},{"source":10,"target":16},{"source":10,"target":1},{"source":11,"target":3},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":3},{"source":12,"target":1},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":19,"target":25},{"source":19,"target":2},{"source":20,"target":26},{"source":20,"target":2},{"source":21,"target":27},{"source":21,"target":2},{"source":21,"target":28},{"source":28,"target":29},{"source":28,"target":21},{"source":22,"target":30},{"source":22,"target":2},{"source":22,"target":31},{"source":22,"target":32},{"source":22,"target":33},{"source":31,"target":34},{"source":31,"target":22},{"source":32,"target":35},{"source":32,"target":22},{"source":33,"target":36},{"source":33,"target":22},{"source":23,"target":37},{"source":23,"target":2},{"source":24,"target":38},{"source":24,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":39},{"source":39,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":40,"target":49},{"source":40,"target":4},{"source":41,"target":4},{"source":41,"target":50},{"source":41,"target":4},{"source":50,"target":4},{"source":42,"target":4},{"source":42,"target":51},{"source":42,"target":4},{"source":42,"target":43},{"source":51,"target":4},{"source":43,"target":4},{"source":43,"target":52},{"source":43,"target":4},{"source":43,"target":42},{"source":52,"target":4},{"source":44,"target":3},{"source":44,"target":53},{"source":44,"target":4},{"source":53,"target":3},{"source":45,"target":54},{"source":45,"target":4},{"source":46,"target":55},{"source":46,"target":4},{"source":47,"target":7},{"source":47,"target":56},{"source":47,"target":4},{"source":56,"target":7},{"source":48,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":57,"target":6},{"source":57,"target":60},{"source":57,"target":5},{"source":60,"target":6},{"source":58,"target":61},{"source":58,"target":5},{"source":59,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":62,"target":65},{"source":62,"target":6},{"source":63,"target":5},{"source":63,"target":66},{"source":63,"target":6},{"source":66,"target":5},{"source":64,"target":2},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":67},{"source":7,"target":68},{"source":67,"target":69},{"source":67,"target":7},{"source":68,"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="componentstorydiagram" nsURI="http://www.fujaba.de/muml/componentstorydiagram/0.4.0"
nsPrefix="componentstorydiagram">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="ComponentStoryRule" eSuperTypes="../../org.muml.reconfiguration/model/MumlReconfiguration-0.4.ecore#//ReconfigurationRule">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a component story rule which is used to specifiy reconfiguration of a MechatronicUML component. The actual reconfiguration operation is encapsulated in the contained Activity in order to reuse the existing meta-model for story diagrams. The ComponentStoryRule contains an activity rather than inheriting from an activity to distinguish between the parameter sets."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="ComponentVariableHasToHaveSameTypeAsReconfiguredComponent" value="-- A ComponentVariable has to have the reconfigured component as type
self.activity.ownedActivityNode->select(oclIsTypeOf(ComponentStoryNode))->forAll(oAN | oAN.oclAsType(ComponentStoryNode).componentStoryPattern.thisVariable.type = self.reconfiguredComponent)
and
self.activity.ownedActivityNode->select(oclIsTypeOf(ControllerExchangeNode))->forAll(oAN | oAN.oclAsType(ControllerExchangeNode).componentStoryPattern.thisVariable.type = self.reconfiguredComponent)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ComponentVariableHasToHaveSameTypeAsReconfiguredComponent"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1"
eType="ecore:EClass ../../org.muml.storydiagram/model/storydiagrams-0.4.ecore#//activities/Activity"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constructor" 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="Defines whether this ComponentStoryRule is a constructor (true) or not (false). A constructor may be invoked when a component instance
is created. In a constructor, all variables need to have binding operator CREATE."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentStoryNode" eSuperTypes="../../org.muml.storydiagram/model/storydiagrams-0.4.ecore#//activities/ActivityNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A component story nodes contains a component story pattern. In a component story rule, only component story pattern but no normal story pattern may be used."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentStoryPattern"
lowerBound="1" eType="ecore:EClass ../../org.muml.reconfiguration.componentstorypattern/model/ComponentStoryPattern-0.4.ecore#//ComponentStoryPattern"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forEach" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControllerExchangeNode" eSuperTypes="../../org.muml.storydiagram/model/storydiagrams-0.4.ecore#//activities/ActivityNode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Controller Exchange Activity Nodes are used to exchange controllers modeled by continuous components. The controller exchange node either applies a fading function or a flat switching to the out-ports of the continuous component. "/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="HasOnlyOneCreateAndOneDestroyPartVariable" value="let partVariables : OrderedSet(componentstorypattern::PartVariable) = self.componentStoryPattern.oclAsType(componentstorypattern::ComponentStoryPattern).thisVariable.oclAsType(componentstorypattern::ComponentVariable).partVariables
->select(pV : componentstorypattern::PartVariable | pV.oclIsKindOf(componentstorypattern::ComponentPartVariable))->asOrderedSet() in
partVariables->size() = 2 and
if partVariables->first().oclAsType(componentstorypattern::PartVariable).bindingOperator = storydiagrams::patterns::BindingOperator::CREATE then partVariables->last().oclAsType(componentstorypattern::PartVariable).bindingOperator = storydiagrams::patterns::BindingOperator::DESTROY else
if partVariables->first().oclAsType(componentstorypattern::PartVariable).bindingOperator = storydiagrams::patterns::BindingOperator::DESTROY then partVariables->last().oclAsType(componentstorypattern::PartVariable).bindingOperator = storydiagrams::patterns::BindingOperator::CREATE else
false endif endif
"/>
<details key="ContainsExactlyOneFadingComponentPartVariable" value="let fadingComponentPartVariables : OrderedSet(componentstorypattern::PartVariable) = self.componentStoryPattern.oclAsType(componentstorypattern::ComponentStoryPattern).thisVariable.oclAsType(componentstorypattern::ComponentVariable).partVariables->select(pv : componentstorypattern::PartVariable | pv.oclIsKindOf(componentstorypattern::FadingComponentPartVariable))->asOrderedSet()
 in fadingComponentPartVariables->size() = 1"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="HasOnlyOneCreateAndOneDestroyPartVariable ContainsExactlyOneFadingComponentPartVariable"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="deadline" eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//realtimestatechart/RelativeDeadline"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The relative deadline denotes the minimum and maximum duration of the controller exchange. In case of a fading function, the deadline denotes the time interval in which both controllers are active and during which their out-ports are faded. In case of a flat switching, the deadline denotes the time interval in which the spline computing by the flat switching is used as a value of the out-port."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentStoryPattern"
lowerBound="1" eType="ecore:EClass ../../org.muml.reconfiguration.componentstorypattern/model/ComponentStoryPattern-0.4.ecore#//ComponentStoryPattern"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SendReconfigurationMessageExpression"
eSuperTypes="../../org.muml.reconfiguration.componentstorypattern/model/ComponentStoryPattern-0.4.ecore#//TriggerEmbeddedComponentExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This expression enables to send a reconfiguration message to an embedded
component instance requiring the component instance to perform a reconfiguration."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="reconfigurationMessageType"
eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//msgtype/MessageType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterBindings" upperBound="-1"
eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//behavior/ParameterBinding"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/fraunhofer-iem/mechatronicuml-reconfigurationmodeling/org.muml.reconfiguration.componentstorydiagram/model/ComponentStoryDiagram-0.4.ecore | ecore | componentstorydiagram
ComponentStoryRule
activity
constructor
false
ComponentStoryNode
componentStoryPattern
forEach
false
ControllerExchangeNode
deadline
componentStoryPattern
SendReconfigurationMessageExpression
reconfigurationMessageType
parameterBindings | null | {"directed":true,"nodes":[{"nsPrefix":"componentstorydiagram","nsURI":"http://www.fujaba.de/muml/componentstorydiagram/0.4.0","name":"componentstorydiagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentStoryRule","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentStoryNode","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControllerExchangeNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendReconfigurationMessageExpression","instanceClass":null,"abstract":false,"id":4,"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":5,"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":"constructor","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentStoryPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"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":"forEach","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deadline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentStoryPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reconfigurationMessageType","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":"parameterBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"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":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":10,"target":13},{"source":10,"target":2},{"source":11,"target":14},{"source":11,"target":2},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":18},{"source":15,"target":3},{"source":16,"target":19},{"source":16,"target":3},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":20,"target":23},{"source":20,"target":4},{"source":21,"target":24},{"source":21,"target":4}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<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="petrinet">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" ordered="false"
unique="false" upperBound="-1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" ordered="false"
unique="false" upperBound="-1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PetriNetModel" eSuperTypes="#/0/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="nets" upperBound="-1"
eType="#/0/Net" containment="true" eOpposite="#/0/Net/modelContainer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Net" eSuperTypes="#/0/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelContainer" ordered="false"
lowerBound="1" eType="#/0/PetriNetModel" eOpposite="#/0/PetriNetModel/nets"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1"
eType="#/0/Place" containment="true" eOpposite="#/0/Place/net"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#/0/Transition" containment="true" eOpposite="#/0/Transition/net"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Place">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false"
lowerBound="1" eType="#/0/Net" eOpposite="#/0/Net/places"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="src" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/Transition" eOpposite="#/0/Transition/dst"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dst" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/Transition" eOpposite="#/0/Transition/src"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false"
lowerBound="1" eType="#/0/Net" eOpposite="#/0/Net/transitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="src" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/Place" eOpposite="#/0/Place/dst"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dst" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/Place" eOpposite="#/0/Place/src"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/MDEGroup/EMFMigrate/xtext-based/utils/EcoreDiff2EDelta/it.univaq.coevolution.emfmigrate.utils.ECoreDiff2EDelta/metamodel/petrinet.ecore | ecore | petrinet
LocatedElement
location
commentsBefore
commentsAfter
NamedElement
name
PetriNetModel
nets
Net
modelContainer
places
transitions
Place
name
net
src
dst
Transition
name
net
src
dst
PrimitiveTypes
Boolean
Double
Integer
String | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"petrinet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetModel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":7,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":10,"serializable":true,"eClass":"EDataType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"nets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"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":"modelContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":29,"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":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"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":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":43,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":45,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":46,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":10},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":10},{"source":8,"target":10},{"source":8,"target":12},{"source":8,"target":1},{"source":12,"target":10},{"source":9,"target":10},{"source":9,"target":13},{"source":9,"target":1},{"source":13,"target":10},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":10},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":10},{"source":15,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":17},{"source":3,"target":18},{"source":17,"target":4},{"source":17,"target":19},{"source":17,"target":3},{"source":17,"target":20},{"source":19,"target":4},{"source":18,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":20,"target":3},{"source":20,"target":24},{"source":20,"target":4},{"source":20,"target":17},{"source":24,"target":3},{"source":21,"target":5},{"source":21,"target":25},{"source":21,"target":4},{"source":21,"target":26},{"source":25,"target":5},{"source":22,"target":6},{"source":22,"target":27},{"source":22,"target":4},{"source":22,"target":28},{"source":27,"target":6},{"source":23,"target":2},{"source":5,"target":0},{"source":5,"target":29},{"source":5,"target":26},{"source":5,"target":30},{"source":5,"target":31},{"source":29,"target":10},{"source":29,"target":32},{"source":29,"target":5},{"source":32,"target":10},{"source":26,"target":4},{"source":26,"target":33},{"source":26,"target":5},{"source":26,"target":21},{"source":33,"target":4},{"source":30,"target":6},{"source":30,"target":34},{"source":30,"target":5},{"source":30,"target":35},{"source":34,"target":6},{"source":31,"target":6},{"source":31,"target":36},{"source":31,"target":5},{"source":31,"target":37},{"source":36,"target":6},{"source":6,"target":0},{"source":6,"target":38},{"source":6,"target":28},{"source":6,"target":37},{"source":6,"target":35},{"source":38,"target":10},{"source":38,"target":39},{"source":38,"target":6},{"source":39,"target":10},{"source":28,"target":4},{"source":28,"target":40},{"source":28,"target":6},{"source":28,"target":22},{"source":40,"target":4},{"source":37,"target":5},{"source":37,"target":41},{"source":37,"target":6},{"source":37,"target":31},{"source":41,"target":5},{"source":35,"target":5},{"source":35,"target":42},{"source":35,"target":6},{"source":35,"target":30},{"source":42,"target":5},{"source":43,"target":44},{"source":43,"target":45},{"source":43,"target":46},{"source":43,"target":10},{"source":44,"target":43},{"source":45,"target":43},{"source":46,"target":43},{"source":10,"target":43}],"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="runway" nsURI="runway" nsPrefix="runway">
<eClassifiers xsi:type="ecore:EClass" name="MetaData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" 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="removable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDType" eSuperTypes="#//MetaData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDClass" eSuperTypes="#//MDType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publish" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//MDAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDEntity" eSuperTypes="#//MDClass">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="table" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="generateController" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enforceSiteMaster" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDElement" eSuperTypes="#//MDEntity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extendable" 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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDBusiness" eSuperTypes="#//MDElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extends" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cacheAlgorithm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cacheSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttribute" abstract="true" eSuperTypes="#//MetaData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="immutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eStructuralFeatures xsi:type="ecore:EReference" name="MetaData" upperBound="-1"
eType="#//MetaData" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeBlob" eSuperTypes="#//MDAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeBoolean" eSuperTypes="#//MDAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeCharacter" eSuperTypes="#//MDAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeDate" eSuperTypes="#//MDAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeDateTime" eSuperTypes="#//MDAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeDecimal" eSuperTypes="#//MDAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeDouble" eSuperTypes="#//MDAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeEnumeration" eSuperTypes="#//MDAttribute">
<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="MDAttributeFloat" eSuperTypes="#//MDAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeHash" eSuperTypes="#//MDAttribute">
<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="MDAttributeInteger" eSuperTypes="#//MDAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeNumber" eSuperTypes="#//MDAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeStruct" eSuperTypes="#//MDAttribute"/>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeText" eSuperTypes="#//MDAttribute">
<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="MDAttributeTime" eSuperTypes="#//MDAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeLocal" abstract="true" eSuperTypes="#//MDAttributeStruct"/>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeLocalCharacter" eSuperTypes="#//MDAttributeLocal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MDAttributeLocalText" eSuperTypes="#//MDAttributeLocal">
<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="MDAttributeLong" eSuperTypes="#//MDAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/terraframe/Runway-SDK-Eclipse-Plugin/com.runwaysdk.eclipse.plugin/model/runway.ecore | ecore | runway
MetaData
label
description
removable
MDType
name
exported
MDClass
publish
attributes
MDEntity
table
generateController
enforceSiteMaster
MDElement
extendable
isAbstract
MDBusiness
extends
cacheAlgorithm
cacheSize
MDAttribute
name
required
immutable
displayLabel
DocumentRoot
MetaData
MDAttributeBlob
defaultValue
MDAttributeBoolean
defaultValue
MDAttributeCharacter
defaultValue
MDAttributeDate
defaultValue
MDAttributeDateTime
defaultValue
MDAttributeDecimal
defaultValue
MDAttributeDouble
defaultValue
MDAttributeEnumeration
defaultValue
MDAttributeFloat
defaultValue
MDAttributeHash
defaultValue
MDAttributeInteger
defaultValue
MDAttributeNumber
defaultValue
MDAttributeStruct
MDAttributeText
defaultValue
MDAttributeTime
defaultValue
MDAttributeLocal
MDAttributeLocalCharacter
defaultValue
MDAttributeLocalText
defaultValue
MDAttributeLong
defaultValue | null | {"directed":true,"nodes":[{"nsPrefix":"runway","nsURI":"runway","name":"runway","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaData","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDEntity","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDBusiness","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttribute","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeBlob","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeBoolean","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeCharacter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeDate","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeDateTime","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeDecimal","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeDouble","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeEnumeration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeFloat","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeHash","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeInteger","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeNumber","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeStruct","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeText","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeTime","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeLocal","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeLocalCharacter","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeLocalText","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDAttributeLong","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"removable","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exported","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publish","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generateController","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enforceSiteMaster","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extendable","changeable":true,"lowerBound":0,"iD":false,"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":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extends","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":"cacheAlgorithm","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":"cacheSize","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":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":"immutable","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayLabel","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"MetaData","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"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":"defaultValue","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":"defaultValue","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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","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":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":28,"target":31},{"source":28,"target":1},{"source":29,"target":32},{"source":29,"target":1},{"source":30,"target":33},{"source":30,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":34,"target":37},{"source":34,"target":2},{"source":35,"target":38},{"source":35,"target":2},{"source":36,"target":1},{"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":7},{"source":40,"target":43},{"source":40,"target":3},{"source":43,"target":7},{"source":41,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":44,"target":48},{"source":44,"target":4},{"source":45,"target":49},{"source":45,"target":4},{"source":46,"target":50},{"source":46,"target":4},{"source":47,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":51,"target":54},{"source":51,"target":5},{"source":52,"target":55},{"source":52,"target":5},{"source":53,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":56,"target":60},{"source":56,"target":6},{"source":57,"target":61},{"source":57,"target":6},{"source":58,"target":62},{"source":58,"target":6},{"source":59,"target":5},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":63,"target":68},{"source":63,"target":7},{"source":64,"target":69},{"source":64,"target":7},{"source":65,"target":70},{"source":65,"target":7},{"source":66,"target":71},{"source":66,"target":7},{"source":67,"target":1},{"source":8,"target":0},{"source":8,"target":72},{"source":72,"target":1},{"source":72,"target":73},{"source":72,"target":8},{"source":73,"target":1},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":74},{"source":9,"target":75},{"source":74,"target":76},{"source":74,"target":9},{"source":75,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":77},{"source":10,"target":78},{"source":77,"target":79},{"source":77,"target":10},{"source":78,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":80},{"source":11,"target":81},{"source":80,"target":82},{"source":80,"target":11},{"source":81,"target":7},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":83},{"source":12,"target":84},{"source":83,"target":85},{"source":83,"target":12},{"source":84,"target":7},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":86},{"source":13,"target":87},{"source":86,"target":88},{"source":86,"target":13},{"source":87,"target":7},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":89},{"source":14,"target":90},{"source":89,"target":91},{"source":89,"target":14},{"source":90,"target":7},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":92},{"source":15,"target":93},{"source":92,"target":94},{"source":92,"target":15},{"source":93,"target":7},{"source":16,"target":0},{"source":16,"target":7},{"source":16,"target":95},{"source":16,"target":96},{"source":95,"target":97},{"source":95,"target":16},{"source":96,"target":7},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":98},{"source":17,"target":99},{"source":98,"target":100},{"source":98,"target":17},{"source":99,"target":7},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":101},{"source":18,"target":102},{"source":101,"target":103},{"source":101,"target":18},{"source":102,"target":7},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":104},{"source":19,"target":105},{"source":104,"target":106},{"source":104,"target":19},{"source":105,"target":7},{"source":20,"target":0},{"source":20,"target":7},{"source":20,"target":107},{"source":20,"target":108},{"source":107,"target":109},{"source":107,"target":20},{"source":108,"target":7},{"source":21,"target":0},{"source":21,"target":7},{"source":21,"target":110},{"source":110,"target":7},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":111},{"source":22,"target":112},{"source":111,"target":113},{"source":111,"target":22},{"source":112,"target":7},{"source":23,"target":0},{"source":23,"target":7},{"source":23,"target":114},{"source":23,"target":115},{"source":114,"target":116},{"source":114,"target":23},{"source":115,"target":7},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":117},{"source":117,"target":21},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":118},{"source":25,"target":119},{"source":118,"target":120},{"source":118,"target":25},{"source":119,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":121},{"source":26,"target":122},{"source":121,"target":123},{"source":121,"target":26},{"source":122,"target":24},{"source":27,"target":0},{"source":27,"target":7},{"source":27,"target":124},{"source":27,"target":125},{"source":124,"target":126},{"source":124,"target":27},{"source":125,"target":7}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="athenaDSL" nsURI="http://www.xtext.org/AthenaDSL" nsPrefix="athenaDSL">
<eClassifiers xsi:type="ecore:EClass" name="Project">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="languages" upperBound="-1"
eType="#//LanguageDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//DataType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validities" upperBound="-1"
eType="#//validityFunctionDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="#//functionDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processings" upperBound="-1"
eType="#//ProcessingDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="prototypes" upperBound="-1"
eType="#//prototypeDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="wrappers" upperBound="-1"
eType="#//wrapperDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LanguageDeclaration">
<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="DataType">
<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="defineType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="typename" eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="validityFunctionDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="typename" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fctName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="basicType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="includes" upperBound="-1"
eType="#//includeDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="languages" upperBound="-1"
eType="#//languageDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="casts" upperBound="-1"
eType="#//lexicalCastDecl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="includeDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="lang" eType="#//LanguageDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="languageDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="lang" eType="#//LanguageDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trans" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="lexicalCastDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="lang" eType="#//LanguageDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cast" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="arrayType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="typename" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="indices" upperBound="-1"
eType="#//index" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="vectorType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="typename" eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="mapType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="keytype" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valtype" eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="structType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="indices" upperBound="-1"
eType="#//index" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//structElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="structElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="typename" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="indices" upperBound="-1"
eType="#//index" 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="hasInitValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="index">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dim" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<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="unionType" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" unique="false"
upperBound="-1" eType="#//DataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FuncProc">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//argumentsDeclaration"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="functionDeclaration" eSuperTypes="#//FuncProc">
<eStructuralFeatures xsi:type="ecore:EReference" name="lang" eType="#//LanguageDeclaration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="argumentsDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//arg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="arg">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//DataType"/>
<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="ProcessingDeclaration" eSuperTypes="#//FuncProc">
<eStructuralFeatures xsi:type="ecore:EReference" name="localParameters" upperBound="-1"
eType="#//localParameterDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localEvents" upperBound="-1"
eType="#//localEventDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="call" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="localParameterDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<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="localEventDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="ifblock">
<eStructuralFeatures xsi:type="ecore:EReference" name="eventName" eType="#//localEventDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifBlocks" upperBound="-1"
eType="#//statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasElse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBlocks" upperBound="-1"
eType="#//statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="whileblock">
<eStructuralFeatures xsi:type="ecore:EReference" name="eventName" eType="#//localEventDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="functionCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//FuncProc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//farg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="prototypeDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//prototypeDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1"
eType="#//architectureElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="architectureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="signalDeclaration" eSuperTypes="#//architectureElement">
<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="eventDeclaration" eSuperTypes="#//localEventDeclaration #//architectureElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1"
eType="#//eventCondition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="eventCondition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="leftPart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cond" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rightPartI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rightPartN" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rightPartS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="parameterDeclaration" eSuperTypes="#//architectureElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasNbW" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nbw" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasInfiniteWriter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasConfig" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasConfigWithDefaultValue"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="statesetDeclaration" eSuperTypes="#//architectureElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//stateDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//stateDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//transitionDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="stateDeclaration">
<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="transitionDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="evt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="raise" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sig" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="instanceDeclaration" eSuperTypes="#//architectureElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="#//prototypeDeclaration"/>
<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="interactionDeclaration" eSuperTypes="#//architectureElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wwhen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stateset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wstate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iif" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="icalls" upperBound="-1"
eType="#//interactionCall" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="interactionCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="fctName" eType="#//FuncProc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//farg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="farg">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="referenceDeclaration" eSuperTypes="#//architectureElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upway" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//qualifiedName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="qualifiedName">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="wrapperDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functions" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="objects" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="libraries" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tests" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/RobotML/RobotML-SDK/dsl-xtext/AthenaDSL/org.eclipse.papyrus.xtext.athenaDSL/src-gen/org/xtext/AthenaDSL.ecore | ecore | athenaDSL
Project
imports
languages
types
validities
functions
processings
prototypes
wrappers
Import
importURI
LanguageDeclaration
name
DataType
name
defineType
typename
validityFunctionDeclaration
typename
fctName
basicType
includes
languages
casts
includeDecl
lang
includeName
languageDecl
lang
trans
value
lexicalCastDecl
lang
cast
arrayType
typename
indices
vectorType
typename
mapType
keytype
valtype
structType
indices
parameters
structElement
typename
indices
name
hasInitValue
initValue
index
dim
hasValue
value
unionType
elements
FuncProc
name
args
functionDeclaration
lang
argumentsDeclaration
arguments
arg
modifier
type
name
ProcessingDeclaration
localParameters
localEvents
statements
statement
call
localParameterDeclaration
type
name
hasValue
value
localEventDeclaration
ifblock
eventName
ifBlocks
hasElse
elseBlocks
whileblock
eventName
blocks
functionCall
name
arguments
prototypeDeclaration
name
superType
definitions
architectureElement
signalDeclaration
name
eventDeclaration
name
conditions
eventCondition
leftPart
cond
rightPartI
rightPartN
rightPartS
parameterDeclaration
typeName
hasNbW
nbw
hasInfiniteWriter
name
hasValue
value
hasConfig
hasConfigWithDefaultValue
statesetDeclaration
name
states
init
transitions
stateDeclaration
name
transitionDeclaration
from
to
evt
raise
sig
instanceDeclaration
typeName
name
interactionDeclaration
wwhen
stateset
wstate
iif
event
icalls
interactionCall
fctName
arguments
farg
varName
referenceDeclaration
typeName
upway
name
alias
qualifiedName
name
wrapperDeclaration
name
link
functions
objects
libraries
tests | null | {"directed":true,"nodes":[{"nsPrefix":"athenaDSL","nsURI":"http://www.xtext.org/AthenaDSL","name":"athenaDSL","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":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LanguageDeclaration","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":"defineType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"validityFunctionDeclaration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"basicType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"includeDecl","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"languageDecl","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"lexicalCastDecl","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"arrayType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"vectorType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"mapType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"structType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"structElement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"index","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unionType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncProc","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"functionDeclaration","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"argumentsDeclaration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"arg","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"statement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"localParameterDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"localEventDeclaration","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ifblock","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"whileblock","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"functionCall","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"prototypeDeclaration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"architectureElement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"signalDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"eventDeclaration","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"eventCondition","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"parameterDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"statesetDeclaration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"stateDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"transitionDeclaration","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"instanceDeclaration","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interactionDeclaration","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interactionCall","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"farg","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"referenceDeclaration","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"qualifiedName","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"wrapperDeclaration","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","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":"languages","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":"types","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":"validities","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":"functions","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":"processings","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":"prototypes","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":"wrappers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"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":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"typename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typename","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":"fctName","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"includes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"languages","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":"casts","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeName","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lang","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":"trans","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"cast","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typename","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":"indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keytype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valtype","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typename","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasInitValue","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":"initValue","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dim","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":null,"unsettable":false,"transient":false,"unique":true,"name":"hasValue","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"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":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"call","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasValue","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":"value","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventName","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":"ifBlocks","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":"hasElse","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBlocks","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eventName","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":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","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":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"leftPart","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rightPartI","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rightPartN","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rightPartS","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"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasNbW","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nbw","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasInfiniteWriter","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasValue","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasConfig","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasConfigWithDefaultValue","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","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":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":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":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"lowerBound":0,"iD":false,"id":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":"to","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":"evt","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"raise","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sig","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wwhen","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stateset","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wstate","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iif","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"icalls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fctName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upway","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"container":false,"ordered":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},{"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":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"lowerBound":0,"iD":false,"id":281,"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":"functions","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"objects","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"libraries","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tests","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":45,"target":2},{"source":45,"target":53},{"source":45,"target":1},{"source":53,"target":2},{"source":46,"target":3},{"source":46,"target":54},{"source":46,"target":1},{"source":54,"target":3},{"source":47,"target":4},{"source":47,"target":55},{"source":47,"target":1},{"source":55,"target":4},{"source":48,"target":6},{"source":48,"target":56},{"source":48,"target":1},{"source":56,"target":6},{"source":49,"target":19},{"source":49,"target":57},{"source":49,"target":1},{"source":57,"target":19},{"source":50,"target":22},{"source":50,"target":58},{"source":50,"target":1},{"source":58,"target":22},{"source":51,"target":29},{"source":51,"target":59},{"source":51,"target":1},{"source":59,"target":29},{"source":52,"target":44},{"source":52,"target":60},{"source":52,"target":1},{"source":60,"target":44},{"source":2,"target":0},{"source":2,"target":61},{"source":61,"target":62},{"source":61,"target":2},{"source":3,"target":0},{"source":3,"target":63},{"source":63,"target":64},{"source":63,"target":3},{"source":4,"target":0},{"source":4,"target":65},{"source":65,"target":66},{"source":65,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":67},{"source":5,"target":68},{"source":67,"target":4},{"source":67,"target":69},{"source":67,"target":5},{"source":69,"target":4},{"source":68,"target":4},{"source":6,"target":0},{"source":6,"target":70},{"source":6,"target":71},{"source":70,"target":4},{"source":70,"target":72},{"source":70,"target":6},{"source":72,"target":4},{"source":71,"target":73},{"source":71,"target":6},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":74,"target":8},{"source":74,"target":78},{"source":74,"target":7},{"source":78,"target":8},{"source":75,"target":9},{"source":75,"target":79},{"source":75,"target":7},{"source":79,"target":9},{"source":76,"target":10},{"source":76,"target":80},{"source":76,"target":7},{"source":80,"target":10},{"source":77,"target":4},{"source":8,"target":0},{"source":8,"target":81},{"source":8,"target":82},{"source":81,"target":3},{"source":81,"target":83},{"source":81,"target":8},{"source":83,"target":3},{"source":82,"target":84},{"source":82,"target":8},{"source":9,"target":0},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":85,"target":3},{"source":85,"target":88},{"source":85,"target":9},{"source":88,"target":3},{"source":86,"target":89},{"source":86,"target":9},{"source":87,"target":90},{"source":87,"target":9},{"source":10,"target":0},{"source":10,"target":91},{"source":10,"target":92},{"source":91,"target":3},{"source":91,"target":93},{"source":91,"target":10},{"source":93,"target":3},{"source":92,"target":94},{"source":92,"target":10},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":95},{"source":11,"target":96},{"source":11,"target":97},{"source":95,"target":4},{"source":95,"target":98},{"source":95,"target":11},{"source":98,"target":4},{"source":96,"target":16},{"source":96,"target":99},{"source":96,"target":11},{"source":99,"target":16},{"source":97,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":100},{"source":12,"target":101},{"source":100,"target":4},{"source":100,"target":102},{"source":100,"target":12},{"source":102,"target":4},{"source":101,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":103},{"source":13,"target":104},{"source":13,"target":105},{"source":103,"target":4},{"source":103,"target":106},{"source":103,"target":13},{"source":106,"target":4},{"source":104,"target":4},{"source":104,"target":107},{"source":104,"target":13},{"source":107,"target":4},{"source":105,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":108},{"source":14,"target":109},{"source":14,"target":110},{"source":108,"target":16},{"source":108,"target":111},{"source":108,"target":14},{"source":111,"target":16},{"source":109,"target":15},{"source":109,"target":112},{"source":109,"target":14},{"source":112,"target":15},{"source":110,"target":4},{"source":15,"target":0},{"source":15,"target":113},{"source":15,"target":114},{"source":15,"target":115},{"source":15,"target":116},{"source":15,"target":117},{"source":113,"target":4},{"source":113,"target":118},{"source":113,"target":15},{"source":118,"target":4},{"source":114,"target":16},{"source":114,"target":119},{"source":114,"target":15},{"source":119,"target":16},{"source":115,"target":120},{"source":115,"target":15},{"source":116,"target":121},{"source":116,"target":15},{"source":117,"target":122},{"source":117,"target":15},{"source":16,"target":0},{"source":16,"target":123},{"source":16,"target":124},{"source":16,"target":125},{"source":123,"target":126},{"source":123,"target":16},{"source":124,"target":127},{"source":124,"target":16},{"source":125,"target":128},{"source":125,"target":16},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":129},{"source":17,"target":130},{"source":129,"target":4},{"source":129,"target":131},{"source":129,"target":17},{"source":131,"target":4},{"source":130,"target":4},{"source":18,"target":0},{"source":18,"target":132},{"source":18,"target":133},{"source":132,"target":134},{"source":132,"target":18},{"source":133,"target":20},{"source":133,"target":135},{"source":133,"target":18},{"source":135,"target":20},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":136},{"source":19,"target":137},{"source":136,"target":3},{"source":136,"target":138},{"source":136,"target":19},{"source":138,"target":3},{"source":137,"target":18},{"source":20,"target":0},{"source":20,"target":139},{"source":139,"target":21},{"source":139,"target":140},{"source":139,"target":20},{"source":140,"target":21},{"source":21,"target":0},{"source":21,"target":141},{"source":21,"target":142},{"source":21,"target":143},{"source":141,"target":144},{"source":141,"target":21},{"source":142,"target":4},{"source":142,"target":145},{"source":142,"target":21},{"source":145,"target":4},{"source":143,"target":146},{"source":143,"target":21},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":147},{"source":22,"target":148},{"source":22,"target":149},{"source":22,"target":150},{"source":147,"target":24},{"source":147,"target":151},{"source":147,"target":22},{"source":151,"target":24},{"source":148,"target":25},{"source":148,"target":152},{"source":148,"target":22},{"source":152,"target":25},{"source":149,"target":23},{"source":149,"target":153},{"source":149,"target":22},{"source":153,"target":23},{"source":150,"target":18},{"source":23,"target":0},{"source":23,"target":154},{"source":154,"target":155},{"source":154,"target":23},{"source":24,"target":0},{"source":24,"target":156},{"source":24,"target":157},{"source":24,"target":158},{"source":24,"target":159},{"source":156,"target":4},{"source":156,"target":160},{"source":156,"target":24},{"source":160,"target":4},{"source":157,"target":161},{"source":157,"target":24},{"source":158,"target":162},{"source":158,"target":24},{"source":159,"target":163},{"source":159,"target":24},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":164},{"source":26,"target":165},{"source":26,"target":166},{"source":26,"target":167},{"source":164,"target":25},{"source":164,"target":168},{"source":164,"target":26},{"source":168,"target":25},{"source":165,"target":23},{"source":165,"target":169},{"source":165,"target":26},{"source":169,"target":23},{"source":166,"target":170},{"source":166,"target":26},{"source":167,"target":23},{"source":167,"target":171},{"source":167,"target":26},{"source":171,"target":23},{"source":27,"target":0},{"source":27,"target":172},{"source":27,"target":173},{"source":172,"target":25},{"source":172,"target":174},{"source":172,"target":27},{"source":174,"target":25},{"source":173,"target":23},{"source":173,"target":175},{"source":173,"target":27},{"source":175,"target":23},{"source":28,"target":0},{"source":28,"target":176},{"source":28,"target":177},{"source":176,"target":18},{"source":176,"target":178},{"source":176,"target":28},{"source":178,"target":18},{"source":177,"target":41},{"source":177,"target":179},{"source":177,"target":28},{"source":179,"target":41},{"source":29,"target":0},{"source":29,"target":180},{"source":29,"target":181},{"source":29,"target":182},{"source":180,"target":183},{"source":180,"target":29},{"source":181,"target":29},{"source":181,"target":184},{"source":181,"target":29},{"source":184,"target":29},{"source":182,"target":30},{"source":182,"target":185},{"source":182,"target":29},{"source":185,"target":30},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":186},{"source":31,"target":187},{"source":186,"target":188},{"source":186,"target":31},{"source":187,"target":30},{"source":32,"target":0},{"source":32,"target":25},{"source":32,"target":30},{"source":32,"target":189},{"source":32,"target":190},{"source":32,"target":191},{"source":32,"target":192},{"source":189,"target":193},{"source":189,"target":32},{"source":190,"target":33},{"source":190,"target":194},{"source":190,"target":32},{"source":194,"target":33},{"source":191,"target":25},{"source":192,"target":30},{"source":33,"target":0},{"source":33,"target":195},{"source":33,"target":196},{"source":33,"target":197},{"source":33,"target":198},{"source":33,"target":199},{"source":195,"target":200},{"source":195,"target":33},{"source":196,"target":201},{"source":196,"target":33},{"source":197,"target":202},{"source":197,"target":33},{"source":198,"target":203},{"source":198,"target":33},{"source":199,"target":204},{"source":199,"target":33},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":205},{"source":34,"target":206},{"source":34,"target":207},{"source":34,"target":208},{"source":34,"target":209},{"source":34,"target":210},{"source":34,"target":211},{"source":34,"target":212},{"source":34,"target":213},{"source":34,"target":214},{"source":205,"target":4},{"source":205,"target":215},{"source":205,"target":34},{"source":215,"target":4},{"source":206,"target":216},{"source":206,"target":34},{"source":207,"target":217},{"source":207,"target":34},{"source":208,"target":218},{"source":208,"target":34},{"source":209,"target":219},{"source":209,"target":34},{"source":210,"target":220},{"source":210,"target":34},{"source":211,"target":221},{"source":211,"target":34},{"source":212,"target":222},{"source":212,"target":34},{"source":213,"target":223},{"source":213,"target":34},{"source":214,"target":30},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":224},{"source":35,"target":225},{"source":35,"target":226},{"source":35,"target":227},{"source":35,"target":228},{"source":224,"target":229},{"source":224,"target":35},{"source":225,"target":36},{"source":225,"target":230},{"source":225,"target":35},{"source":230,"target":36},{"source":226,"target":36},{"source":226,"target":231},{"source":226,"target":35},{"source":231,"target":36},{"source":227,"target":37},{"source":227,"target":232},{"source":227,"target":35},{"source":232,"target":37},{"source":228,"target":30},{"source":36,"target":0},{"source":36,"target":233},{"source":233,"target":234},{"source":233,"target":36},{"source":37,"target":0},{"source":37,"target":235},{"source":37,"target":236},{"source":37,"target":237},{"source":37,"target":238},{"source":37,"target":239},{"source":235,"target":240},{"source":235,"target":37},{"source":236,"target":241},{"source":236,"target":37},{"source":237,"target":242},{"source":237,"target":37},{"source":238,"target":243},{"source":238,"target":37},{"source":239,"target":244},{"source":239,"target":37},{"source":38,"target":0},{"source":38,"target":30},{"source":38,"target":245},{"source":38,"target":246},{"source":38,"target":247},{"source":245,"target":29},{"source":245,"target":248},{"source":245,"target":38},{"source":248,"target":29},{"source":246,"target":249},{"source":246,"target":38},{"source":247,"target":30},{"source":39,"target":0},{"source":39,"target":30},{"source":39,"target":250},{"source":39,"target":251},{"source":39,"target":252},{"source":39,"target":253},{"source":39,"target":254},{"source":39,"target":255},{"source":39,"target":256},{"source":250,"target":257},{"source":250,"target":39},{"source":251,"target":258},{"source":251,"target":39},{"source":252,"target":259},{"source":252,"target":39},{"source":253,"target":260},{"source":253,"target":39},{"source":254,"target":261},{"source":254,"target":39},{"source":255,"target":40},{"source":255,"target":262},{"source":255,"target":39},{"source":262,"target":40},{"source":256,"target":30},{"source":40,"target":0},{"source":40,"target":263},{"source":40,"target":264},{"source":263,"target":18},{"source":263,"target":265},{"source":263,"target":40},{"source":265,"target":18},{"source":264,"target":41},{"source":264,"target":266},{"source":264,"target":40},{"source":266,"target":41},{"source":41,"target":0},{"source":41,"target":267},{"source":267,"target":268},{"source":267,"target":41},{"source":42,"target":0},{"source":42,"target":30},{"source":42,"target":269},{"source":42,"target":270},{"source":42,"target":271},{"source":42,"target":272},{"source":42,"target":273},{"source":269,"target":4},{"source":269,"target":274},{"source":269,"target":42},{"source":274,"target":4},{"source":270,"target":275},{"source":270,"target":42},{"source":271,"target":43},{"source":271,"target":276},{"source":271,"target":42},{"source":276,"target":43},{"source":272,"target":277},{"source":272,"target":42},{"source":273,"target":30},{"source":43,"target":0},{"source":43,"target":278},{"source":278,"target":279},{"source":278,"target":43},{"source":44,"target":0},{"source":44,"target":280},{"source":44,"target":281},{"source":44,"target":282},{"source":44,"target":283},{"source":44,"target":284},{"source":44,"target":285},{"source":280,"target":286},{"source":280,"target":44},{"source":281,"target":287},{"source":281,"target":44},{"source":282,"target":288},{"source":282,"target":44},{"source":283,"target":289},{"source":283,"target":44},{"source":284,"target":290},{"source":284,"target":44},{"source":285,"target":291},{"source":285,"target":44}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false"
upperBound="-1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false"
upperBound="-1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false"
upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1"
upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false"
lowerBound="1" eType="#/0/Module" eOpposite="#/0/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false"
eType="#/0/Query" eOpposite="#/0/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false"
eType="#/0/Library" eOpposite="#/0/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false"
eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false"
eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#/1/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true"
eOpposite="#/0/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
upperBound="-1" eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false"
eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false"
lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl">
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
lowerBound="1" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/PrimitiveTypes"
nsPrefix="ptypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/ferdjoukh/ATL-UTF/ATLMetrics/ATL.ecore | ecore | ATL
LocatedElement
location
commentsBefore
commentsAfter
Unit
libraries
name
Library
helpers
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ModuleElement
module
Helper
query
library
definition
Rule
outPattern
actionBlock
variables
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
isNoDefault
LazyMatchedRule
isUnique
CalledRule
parameters
isEntrypoint
isEndpoint
InPattern
elements
rule
filter
OutPattern
rule
elements
PatternElement
InPatternElement
mapsTo
inPattern
models
SimpleInPatternElement
OutPatternElement
outPattern
sourceElement
bindings
model
SimpleOutPatternElement
reverseBindings
ForEachOutPatternElement
collection
iterator
Binding
value
outPatternElement
propertyName
RuleVariableDeclaration
rule
LibraryRef
unit
name
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
OCL
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
VariableExp
referredVariable
SuperExp
PrimitiveExp
StringExp
stringSymbol
BooleanExp
booleanSymbol
NumericExp
RealExp
realSymbol
IntegerExp
integerSymbol
CollectionExp
elements
BagExp
OrderedSetExp
SequenceExp
SetExp
TupleExp
tuplePart
TuplePart
tuple
MapExp
elements
MapElement
map
key
value
EnumLiteralExp
name
OclUndefinedExp
PropertyCallExp
source
NavigationOrAttributeCallExp
name
OperationCallExp
arguments
operationName
OperatorCallExp
CollectionOperationCallExp
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
id
varName
type
initExpression
letExp
baseExp
variableExp
Iterator
loopExpr
Parameter
operation
CollectionType
elementType
OclType
name
definitions
oclExpression
operation
mapType2
attribute
mapType
collectionTypes
tupleTypeAttribute
variableDeclaration
Primitive
StringType
BooleanType
NumericType
IntegerType
RealType
BagType
OrderedSetType
SequenceType
SetType
OclAnyType
TupleType
attributes
TupleTypeAttribute
type
tupleType
name
OclModelElement
model
MapType
valueType
keyType
OclFeatureDefinition
feature
context_
OclContextDefinition
definition
context_
OclFeature
definition
Attribute
name
initExpression
type
Operation
name
parameters
returnType
body
OclModel
name
metamodel
elements
model
PrimitiveTypes
Boolean
Double
Integer
String | null | {"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","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":"ExpressionStat","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":32,"serializable":true,"eClass":"EDataType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"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":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"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":45,"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":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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":54,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":58,"serializable":true,"eClass":"EDataType"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"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":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"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":87,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","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":"isNoDefault","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"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":103,"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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":110,"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":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":121,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":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":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":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":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":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":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"container":false,"ordered":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":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"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":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":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":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":183,"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":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":190,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"derived":false},{"id":258,"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":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"id":264,"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":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"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":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"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":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"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":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"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":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"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":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"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":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":293,"serializable":true,"eClass":"EDataType"},{"id":294,"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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":297,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"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":314,"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":315,"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":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"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":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"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":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":358,"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":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"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":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"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":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"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":379,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"derived":false},{"id":393,"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":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"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":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"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":417,"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":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"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":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"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":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"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":453,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":454,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/PrimitiveTypes","name":"PrimitiveTypes","id":461,"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":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":32},{"source":30,"target":32},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":32},{"source":31,"target":32},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":32},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":22},{"source":36,"target":39},{"source":36,"target":2},{"source":36,"target":40},{"source":39,"target":22},{"source":37,"target":32},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":32},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":42},{"source":3,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":3},{"source":42,"target":45},{"source":44,"target":7},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":46,"target":49},{"source":46,"target":50},{"source":46,"target":4},{"source":50,"target":49},{"source":47,"target":7},{"source":47,"target":51},{"source":47,"target":4},{"source":47,"target":52},{"source":51,"target":7},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":53,"target":58},{"source":53,"target":59},{"source":53,"target":5},{"source":59,"target":58},{"source":54,"target":60},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":60},{"source":55,"target":60},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":60},{"source":56,"target":6},{"source":56,"target":63},{"source":56,"target":5},{"source":56,"target":64},{"source":63,"target":6},{"source":57,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":64},{"source":6,"target":65},{"source":64,"target":5},{"source":64,"target":66},{"source":64,"target":6},{"source":64,"target":56},{"source":66,"target":5},{"source":65,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":52},{"source":7,"target":45},{"source":7,"target":67},{"source":7,"target":68},{"source":52,"target":4},{"source":52,"target":69},{"source":52,"target":7},{"source":52,"target":47},{"source":69,"target":4},{"source":45,"target":3},{"source":45,"target":70},{"source":45,"target":7},{"source":45,"target":42},{"source":70,"target":3},{"source":67,"target":71},{"source":67,"target":72},{"source":67,"target":7},{"source":72,"target":71},{"source":68,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":73,"target":13},{"source":73,"target":78},{"source":73,"target":8},{"source":73,"target":79},{"source":78,"target":13},{"source":74,"target":23},{"source":74,"target":80},{"source":74,"target":8},{"source":74,"target":81},{"source":80,"target":23},{"source":75,"target":21},{"source":75,"target":82},{"source":75,"target":8},{"source":75,"target":83},{"source":82,"target":21},{"source":76,"target":32},{"source":76,"target":84},{"source":76,"target":8},{"source":84,"target":32},{"source":77,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"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":85,"target":12},{"source":85,"target":92},{"source":85,"target":9},{"source":85,"target":93},{"source":92,"target":12},{"source":86,"target":9},{"source":86,"target":94},{"source":86,"target":9},{"source":86,"target":87},{"source":94,"target":9},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":86},{"source":95,"target":9},{"source":88,"target":58},{"source":88,"target":96},{"source":88,"target":9},{"source":96,"target":58},{"source":89,"target":58},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":58},{"source":90,"target":58},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":58},{"source":91,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":58},{"source":99,"target":101},{"source":99,"target":10},{"source":101,"target":58},{"source":100,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":106},{"source":102,"target":107},{"source":102,"target":11},{"source":107,"target":106},{"source":103,"target":58},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":58},{"source":104,"target":58},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":58},{"source":105,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":110},{"source":12,"target":93},{"source":12,"target":111},{"source":12,"target":112},{"source":110,"target":15},{"source":110,"target":113},{"source":110,"target":12},{"source":110,"target":114},{"source":113,"target":15},{"source":93,"target":9},{"source":93,"target":115},{"source":93,"target":12},{"source":93,"target":85},{"source":115,"target":9},{"source":111,"target":49},{"source":111,"target":116},{"source":111,"target":12},{"source":116,"target":49},{"source":112,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":79},{"source":13,"target":117},{"source":13,"target":118},{"source":79,"target":8},{"source":79,"target":119},{"source":79,"target":13},{"source":79,"target":73},{"source":119,"target":8},{"source":117,"target":17},{"source":117,"target":120},{"source":117,"target":13},{"source":117,"target":121},{"source":120,"target":17},{"source":118,"target":1},{"source":14,"target":0},{"source":14,"target":122},{"source":14,"target":123},{"source":123,"target":122},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":124},{"source":15,"target":114},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":17},{"source":124,"target":127},{"source":124,"target":15},{"source":124,"target":128},{"source":127,"target":17},{"source":114,"target":12},{"source":114,"target":129},{"source":114,"target":15},{"source":114,"target":110},{"source":129,"target":12},{"source":125,"target":60},{"source":125,"target":130},{"source":125,"target":15},{"source":130,"target":60},{"source":126,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":131},{"source":131,"target":15},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":121},{"source":17,"target":128},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":121,"target":13},{"source":121,"target":135},{"source":121,"target":17},{"source":121,"target":117},{"source":135,"target":13},{"source":128,"target":15},{"source":128,"target":136},{"source":128,"target":17},{"source":128,"target":124},{"source":136,"target":15},{"source":132,"target":20},{"source":132,"target":137},{"source":132,"target":17},{"source":132,"target":138},{"source":137,"target":20},{"source":133,"target":60},{"source":133,"target":139},{"source":133,"target":17},{"source":139,"target":60},{"source":134,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":140},{"source":18,"target":141},{"source":140,"target":49},{"source":140,"target":142},{"source":140,"target":18},{"source":142,"target":49},{"source":141,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":143,"target":49},{"source":143,"target":146},{"source":143,"target":19},{"source":146,"target":49},{"source":144,"target":147},{"source":144,"target":148},{"source":144,"target":19},{"source":148,"target":147},{"source":145,"target":17},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":149},{"source":20,"target":138},{"source":20,"target":150},{"source":20,"target":151},{"source":149,"target":49},{"source":149,"target":152},{"source":149,"target":20},{"source":152,"target":49},{"source":138,"target":17},{"source":138,"target":153},{"source":138,"target":20},{"source":138,"target":132},{"source":153,"target":17},{"source":150,"target":32},{"source":150,"target":154},{"source":150,"target":20},{"source":154,"target":32},{"source":151,"target":1},{"source":21,"target":0},{"source":21,"target":122},{"source":21,"target":83},{"source":21,"target":155},{"source":83,"target":8},{"source":83,"target":156},{"source":83,"target":21},{"source":83,"target":75},{"source":156,"target":8},{"source":155,"target":122},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":40},{"source":22,"target":157},{"source":22,"target":158},{"source":40,"target":2},{"source":40,"target":159},{"source":40,"target":22},{"source":40,"target":36},{"source":159,"target":2},{"source":157,"target":32},{"source":157,"target":160},{"source":157,"target":22},{"source":160,"target":32},{"source":158,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":81},{"source":23,"target":161},{"source":23,"target":162},{"source":81,"target":8},{"source":81,"target":163},{"source":81,"target":23},{"source":81,"target":74},{"source":163,"target":8},{"source":161,"target":24},{"source":161,"target":164},{"source":161,"target":23},{"source":164,"target":24},{"source":162,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":165},{"source":165,"target":1},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":166},{"source":25,"target":167},{"source":166,"target":49},{"source":166,"target":168},{"source":166,"target":25},{"source":168,"target":49},{"source":167,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":169},{"source":26,"target":170},{"source":26,"target":171},{"source":26,"target":172},{"source":169,"target":49},{"source":169,"target":173},{"source":169,"target":26},{"source":173,"target":49},{"source":170,"target":32},{"source":170,"target":174},{"source":170,"target":26},{"source":174,"target":32},{"source":171,"target":49},{"source":171,"target":175},{"source":171,"target":26},{"source":175,"target":49},{"source":172,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":176},{"source":27,"target":177},{"source":27,"target":178},{"source":27,"target":179},{"source":176,"target":49},{"source":176,"target":180},{"source":176,"target":27},{"source":180,"target":49},{"source":177,"target":24},{"source":177,"target":181},{"source":177,"target":27},{"source":181,"target":24},{"source":178,"target":24},{"source":178,"target":182},{"source":178,"target":27},{"source":182,"target":24},{"source":179,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":183},{"source":28,"target":184},{"source":28,"target":185},{"source":28,"target":186},{"source":183,"target":147},{"source":183,"target":187},{"source":183,"target":28},{"source":187,"target":147},{"source":184,"target":49},{"source":184,"target":188},{"source":184,"target":28},{"source":188,"target":49},{"source":185,"target":24},{"source":185,"target":189},{"source":185,"target":28},{"source":189,"target":24},{"source":186,"target":24},{"source":190,"target":49},{"source":190,"target":191},{"source":190,"target":192},{"source":190,"target":193},{"source":190,"target":194},{"source":190,"target":195},{"source":190,"target":196},{"source":190,"target":197},{"source":190,"target":198},{"source":190,"target":199},{"source":190,"target":200},{"source":190,"target":201},{"source":190,"target":202},{"source":190,"target":203},{"source":190,"target":204},{"source":190,"target":205},{"source":190,"target":206},{"source":190,"target":207},{"source":190,"target":208},{"source":190,"target":209},{"source":190,"target":210},{"source":190,"target":211},{"source":190,"target":212},{"source":190,"target":213},{"source":190,"target":214},{"source":190,"target":215},{"source":190,"target":216},{"source":190,"target":217},{"source":190,"target":218},{"source":190,"target":219},{"source":190,"target":122},{"source":190,"target":147},{"source":190,"target":106},{"source":190,"target":220},{"source":190,"target":221},{"source":190,"target":222},{"source":190,"target":223},{"source":190,"target":224},{"source":190,"target":225},{"source":190,"target":226},{"source":190,"target":227},{"source":190,"target":228},{"source":190,"target":229},{"source":190,"target":230},{"source":190,"target":231},{"source":190,"target":232},{"source":190,"target":233},{"source":190,"target":234},{"source":190,"target":235},{"source":190,"target":236},{"source":190,"target":71},{"source":190,"target":237},{"source":190,"target":238},{"source":190,"target":239},{"source":190,"target":240},{"source":190,"target":60},{"source":49,"target":190},{"source":49,"target":1},{"source":49,"target":241},{"source":49,"target":242},{"source":49,"target":243},{"source":49,"target":244},{"source":49,"target":245},{"source":49,"target":246},{"source":49,"target":247},{"source":49,"target":248},{"source":49,"target":249},{"source":49,"target":250},{"source":49,"target":251},{"source":49,"target":252},{"source":49,"target":253},{"source":241,"target":221},{"source":241,"target":254},{"source":241,"target":49},{"source":241,"target":255},{"source":254,"target":221},{"source":242,"target":219},{"source":242,"target":256},{"source":242,"target":49},{"source":242,"target":257},{"source":256,"target":219},{"source":243,"target":210},{"source":243,"target":258},{"source":243,"target":49},{"source":243,"target":259},{"source":258,"target":210},{"source":244,"target":199},{"source":244,"target":260},{"source":244,"target":49},{"source":244,"target":261},{"source":260,"target":199},{"source":245,"target":218},{"source":245,"target":262},{"source":245,"target":49},{"source":245,"target":263},{"source":262,"target":218},{"source":246,"target":215},{"source":246,"target":264},{"source":246,"target":49},{"source":246,"target":265},{"source":264,"target":215},{"source":247,"target":212},{"source":247,"target":266},{"source":247,"target":49},{"source":247,"target":267},{"source":266,"target":212},{"source":248,"target":122},{"source":248,"target":268},{"source":248,"target":49},{"source":248,"target":269},{"source":268,"target":122},{"source":249,"target":219},{"source":249,"target":270},{"source":249,"target":49},{"source":249,"target":271},{"source":270,"target":219},{"source":250,"target":240},{"source":250,"target":272},{"source":250,"target":49},{"source":250,"target":273},{"source":272,"target":240},{"source":251,"target":219},{"source":251,"target":274},{"source":251,"target":49},{"source":251,"target":275},{"source":274,"target":219},{"source":252,"target":239},{"source":252,"target":276},{"source":252,"target":49},{"source":252,"target":277},{"source":276,"target":239},{"source":253,"target":1},{"source":191,"target":190},{"source":191,"target":49},{"source":191,"target":278},{"source":191,"target":279},{"source":278,"target":122},{"source":278,"target":280},{"source":278,"target":191},{"source":278,"target":281},{"source":280,"target":122},{"source":279,"target":49},{"source":192,"target":190},{"source":192,"target":49},{"source":192,"target":282},{"source":282,"target":49},{"source":193,"target":190},{"source":193,"target":49},{"source":193,"target":283},{"source":283,"target":49},{"source":194,"target":190},{"source":194,"target":193},{"source":194,"target":284},{"source":194,"target":285},{"source":284,"target":32},{"source":284,"target":286},{"source":284,"target":194},{"source":286,"target":32},{"source":285,"target":193},{"source":195,"target":190},{"source":195,"target":193},{"source":195,"target":287},{"source":195,"target":288},{"source":287,"target":58},{"source":287,"target":289},{"source":287,"target":195},{"source":289,"target":58},{"source":288,"target":193},{"source":196,"target":190},{"source":196,"target":193},{"source":196,"target":290},{"source":290,"target":193},{"source":197,"target":190},{"source":197,"target":196},{"source":197,"target":291},{"source":197,"target":292},{"source":291,"target":293},{"source":291,"target":294},{"source":291,"target":197},{"source":294,"target":293},{"source":292,"target":196},{"source":198,"target":190},{"source":198,"target":196},{"source":198,"target":295},{"source":198,"target":296},{"source":295,"target":297},{"source":295,"target":298},{"source":295,"target":198},{"source":298,"target":297},{"source":296,"target":196},{"source":199,"target":190},{"source":199,"target":49},{"source":199,"target":261},{"source":199,"target":299},{"source":261,"target":49},{"source":261,"target":300},{"source":261,"target":199},{"source":261,"target":244},{"source":300,"target":49},{"source":299,"target":49},{"source":200,"target":190},{"source":200,"target":199},{"source":200,"target":301},{"source":301,"target":199},{"source":201,"target":190},{"source":201,"target":199},{"source":201,"target":302},{"source":302,"target":199},{"source":202,"target":190},{"source":202,"target":199},{"source":202,"target":303},{"source":303,"target":199},{"source":203,"target":190},{"source":203,"target":199},{"source":203,"target":304},{"source":304,"target":199},{"source":204,"target":190},{"source":204,"target":49},{"source":204,"target":305},{"source":204,"target":306},{"source":305,"target":205},{"source":305,"target":307},{"source":305,"target":204},{"source":305,"target":308},{"source":307,"target":205},{"source":306,"target":49},{"source":205,"target":190},{"source":205,"target":122},{"source":205,"target":308},{"source":205,"target":309},{"source":308,"target":204},{"source":308,"target":310},{"source":308,"target":205},{"source":308,"target":305},{"source":310,"target":204},{"source":309,"target":122},{"source":206,"target":190},{"source":206,"target":49},{"source":206,"target":311},{"source":206,"target":312},{"source":311,"target":207},{"source":311,"target":313},{"source":311,"target":206},{"source":311,"target":314},{"source":313,"target":207},{"source":312,"target":49},{"source":207,"target":190},{"source":207,"target":1},{"source":207,"target":314},{"source":207,"target":315},{"source":207,"target":316},{"source":207,"target":317},{"source":314,"target":206},{"source":314,"target":318},{"source":314,"target":207},{"source":314,"target":311},{"source":318,"target":206},{"source":315,"target":49},{"source":315,"target":319},{"source":315,"target":207},{"source":319,"target":49},{"source":316,"target":49},{"source":316,"target":320},{"source":316,"target":207},{"source":320,"target":49},{"source":317,"target":1},{"source":208,"target":190},{"source":208,"target":49},{"source":208,"target":321},{"source":208,"target":322},{"source":321,"target":32},{"source":321,"target":323},{"source":321,"target":208},{"source":323,"target":32},{"source":322,"target":49},{"source":209,"target":190},{"source":209,"target":49},{"source":209,"target":324},{"source":324,"target":49},{"source":210,"target":190},{"source":210,"target":49},{"source":210,"target":259},{"source":210,"target":325},{"source":259,"target":49},{"source":259,"target":326},{"source":259,"target":210},{"source":259,"target":243},{"source":326,"target":49},{"source":325,"target":49},{"source":211,"target":190},{"source":211,"target":210},{"source":211,"target":327},{"source":211,"target":328},{"source":327,"target":32},{"source":327,"target":329},{"source":327,"target":211},{"source":329,"target":32},{"source":328,"target":210},{"source":212,"target":190},{"source":212,"target":210},{"source":212,"target":267},{"source":212,"target":330},{"source":212,"target":331},{"source":267,"target":49},{"source":267,"target":332},{"source":267,"target":212},{"source":267,"target":247},{"source":332,"target":49},{"source":330,"target":32},{"source":330,"target":333},{"source":330,"target":212},{"source":333,"target":32},{"source":331,"target":210},{"source":213,"target":190},{"source":213,"target":212},{"source":213,"target":334},{"source":334,"target":212},{"source":214,"target":190},{"source":214,"target":212},{"source":214,"target":335},{"source":335,"target":212},{"source":215,"target":190},{"source":215,"target":210},{"source":215,"target":265},{"source":215,"target":336},{"source":215,"target":337},{"source":265,"target":49},{"source":265,"target":338},{"source":265,"target":215},{"source":265,"target":246},{"source":338,"target":49},{"source":336,"target":147},{"source":336,"target":339},{"source":336,"target":215},{"source":336,"target":340},{"source":339,"target":147},{"source":337,"target":210},{"source":216,"target":190},{"source":216,"target":215},{"source":216,"target":341},{"source":216,"target":342},{"source":341,"target":122},{"source":341,"target":343},{"source":341,"target":216},{"source":341,"target":344},{"source":343,"target":122},{"source":342,"target":215},{"source":217,"target":190},{"source":217,"target":215},{"source":217,"target":345},{"source":217,"target":346},{"source":345,"target":32},{"source":345,"target":347},{"source":345,"target":217},{"source":347,"target":32},{"source":346,"target":215},{"source":218,"target":190},{"source":218,"target":49},{"source":218,"target":348},{"source":218,"target":263},{"source":218,"target":349},{"source":348,"target":122},{"source":348,"target":350},{"source":348,"target":218},{"source":348,"target":351},{"source":350,"target":122},{"source":263,"target":49},{"source":263,"target":352},{"source":263,"target":218},{"source":263,"target":245},{"source":352,"target":49},{"source":349,"target":49},{"source":219,"target":190},{"source":219,"target":49},{"source":219,"target":271},{"source":219,"target":275},{"source":219,"target":257},{"source":219,"target":353},{"source":271,"target":49},{"source":271,"target":354},{"source":271,"target":219},{"source":271,"target":249},{"source":354,"target":49},{"source":275,"target":49},{"source":275,"target":355},{"source":275,"target":219},{"source":275,"target":251},{"source":355,"target":49},{"source":257,"target":49},{"source":257,"target":356},{"source":257,"target":219},{"source":257,"target":242},{"source":356,"target":49},{"source":353,"target":49},{"source":122,"target":190},{"source":122,"target":1},{"source":122,"target":357},{"source":122,"target":358},{"source":122,"target":359},{"source":122,"target":269},{"source":122,"target":351},{"source":122,"target":344},{"source":122,"target":281},{"source":122,"target":360},{"source":357,"target":32},{"source":357,"target":361},{"source":357,"target":122},{"source":361,"target":32},{"source":358,"target":32},{"source":358,"target":362},{"source":358,"target":122},{"source":362,"target":32},{"source":359,"target":221},{"source":359,"target":363},{"source":359,"target":122},{"source":359,"target":364},{"source":363,"target":221},{"source":269,"target":49},{"source":269,"target":365},{"source":269,"target":122},{"source":269,"target":248},{"source":365,"target":49},{"source":351,"target":218},{"source":351,"target":366},{"source":351,"target":122},{"source":351,"target":348},{"source":366,"target":218},{"source":344,"target":216},{"source":344,"target":367},{"source":344,"target":122},{"source":344,"target":341},{"source":367,"target":216},{"source":281,"target":191},{"source":281,"target":368},{"source":281,"target":122},{"source":281,"target":278},{"source":368,"target":191},{"source":360,"target":1},{"source":147,"target":190},{"source":147,"target":122},{"source":147,"target":340},{"source":147,"target":369},{"source":340,"target":215},{"source":340,"target":370},{"source":340,"target":147},{"source":340,"target":336},{"source":370,"target":215},{"source":369,"target":122},{"source":106,"target":190},{"source":106,"target":122},{"source":106,"target":371},{"source":106,"target":372},{"source":371,"target":240},{"source":371,"target":373},{"source":371,"target":106},{"source":371,"target":374},{"source":373,"target":240},{"source":372,"target":122},{"source":220,"target":190},{"source":220,"target":221},{"source":220,"target":375},{"source":220,"target":376},{"source":375,"target":221},{"source":375,"target":377},{"source":375,"target":220},{"source":375,"target":378},{"source":377,"target":221},{"source":376,"target":221},{"source":221,"target":190},{"source":221,"target":49},{"source":221,"target":379},{"source":221,"target":380},{"source":221,"target":255},{"source":221,"target":381},{"source":221,"target":382},{"source":221,"target":383},{"source":221,"target":384},{"source":221,"target":378},{"source":221,"target":385},{"source":221,"target":364},{"source":221,"target":386},{"source":379,"target":32},{"source":379,"target":387},{"source":379,"target":221},{"source":387,"target":32},{"source":380,"target":237},{"source":380,"target":388},{"source":380,"target":221},{"source":380,"target":389},{"source":388,"target":237},{"source":255,"target":49},{"source":255,"target":390},{"source":255,"target":221},{"source":255,"target":241},{"source":390,"target":49},{"source":381,"target":240},{"source":381,"target":391},{"source":381,"target":221},{"source":381,"target":392},{"source":391,"target":240},{"source":382,"target":236},{"source":382,"target":393},{"source":382,"target":221},{"source":382,"target":394},{"source":393,"target":236},{"source":383,"target":239},{"source":383,"target":395},{"source":383,"target":221},{"source":383,"target":396},{"source":395,"target":239},{"source":384,"target":236},{"source":384,"target":397},{"source":384,"target":221},{"source":384,"target":398},{"source":397,"target":236},{"source":378,"target":220},{"source":378,"target":399},{"source":378,"target":221},{"source":378,"target":375},{"source":399,"target":220},{"source":385,"target":234},{"source":385,"target":400},{"source":385,"target":221},{"source":385,"target":401},{"source":400,"target":234},{"source":364,"target":122},{"source":364,"target":402},{"source":364,"target":221},{"source":364,"target":359},{"source":402,"target":122},{"source":386,"target":49},{"source":222,"target":190},{"source":222,"target":221},{"source":222,"target":403},{"source":403,"target":221},{"source":223,"target":190},{"source":223,"target":222},{"source":223,"target":404},{"source":404,"target":222},{"source":224,"target":190},{"source":224,"target":222},{"source":224,"target":405},{"source":405,"target":222},{"source":225,"target":190},{"source":225,"target":222},{"source":225,"target":406},{"source":406,"target":222},{"source":226,"target":190},{"source":226,"target":225},{"source":226,"target":407},{"source":407,"target":225},{"source":227,"target":190},{"source":227,"target":225},{"source":227,"target":408},{"source":408,"target":225},{"source":228,"target":190},{"source":228,"target":220},{"source":228,"target":409},{"source":409,"target":220},{"source":229,"target":190},{"source":229,"target":220},{"source":229,"target":410},{"source":410,"target":220},{"source":230,"target":190},{"source":230,"target":220},{"source":230,"target":411},{"source":411,"target":220},{"source":231,"target":190},{"source":231,"target":220},{"source":231,"target":412},{"source":412,"target":220},{"source":232,"target":190},{"source":232,"target":221},{"source":232,"target":413},{"source":413,"target":221},{"source":233,"target":190},{"source":233,"target":221},{"source":233,"target":414},{"source":233,"target":415},{"source":414,"target":234},{"source":414,"target":416},{"source":414,"target":233},{"source":414,"target":417},{"source":416,"target":234},{"source":415,"target":221},{"source":234,"target":190},{"source":234,"target":1},{"source":234,"target":401},{"source":234,"target":417},{"source":234,"target":418},{"source":234,"target":419},{"source":401,"target":221},{"source":401,"target":420},{"source":401,"target":234},{"source":401,"target":385},{"source":420,"target":221},{"source":417,"target":233},{"source":417,"target":421},{"source":417,"target":234},{"source":417,"target":414},{"source":421,"target":233},{"source":418,"target":32},{"source":418,"target":422},{"source":418,"target":234},{"source":422,"target":32},{"source":419,"target":1},{"source":235,"target":190},{"source":235,"target":221},{"source":235,"target":423},{"source":235,"target":424},{"source":423,"target":60},{"source":423,"target":425},{"source":423,"target":235},{"source":423,"target":426},{"source":425,"target":60},{"source":424,"target":221},{"source":236,"target":190},{"source":236,"target":221},{"source":236,"target":394},{"source":236,"target":398},{"source":236,"target":427},{"source":394,"target":221},{"source":394,"target":428},{"source":394,"target":236},{"source":394,"target":382},{"source":428,"target":221},{"source":398,"target":221},{"source":398,"target":429},{"source":398,"target":236},{"source":398,"target":384},{"source":429,"target":221},{"source":427,"target":221},{"source":71,"target":190},{"source":71,"target":1},{"source":71,"target":430},{"source":71,"target":431},{"source":71,"target":432},{"source":430,"target":238},{"source":430,"target":433},{"source":430,"target":71},{"source":430,"target":434},{"source":433,"target":238},{"source":431,"target":237},{"source":431,"target":435},{"source":431,"target":71},{"source":431,"target":436},{"source":435,"target":237},{"source":432,"target":1},{"source":237,"target":190},{"source":237,"target":1},{"source":237,"target":436},{"source":237,"target":389},{"source":237,"target":437},{"source":436,"target":71},{"source":436,"target":438},{"source":436,"target":237},{"source":436,"target":431},{"source":438,"target":71},{"source":389,"target":221},{"source":389,"target":439},{"source":389,"target":237},{"source":389,"target":380},{"source":439,"target":221},{"source":437,"target":1},{"source":238,"target":190},{"source":238,"target":1},{"source":238,"target":434},{"source":238,"target":440},{"source":434,"target":71},{"source":434,"target":441},{"source":434,"target":238},{"source":434,"target":430},{"source":441,"target":71},{"source":440,"target":1},{"source":239,"target":190},{"source":239,"target":238},{"source":239,"target":442},{"source":239,"target":277},{"source":239,"target":396},{"source":239,"target":443},{"source":442,"target":32},{"source":442,"target":444},{"source":442,"target":239},{"source":444,"target":32},{"source":277,"target":49},{"source":277,"target":445},{"source":277,"target":239},{"source":277,"target":252},{"source":445,"target":49},{"source":396,"target":221},{"source":396,"target":446},{"source":396,"target":239},{"source":396,"target":383},{"source":446,"target":221},{"source":443,"target":238},{"source":240,"target":190},{"source":240,"target":238},{"source":240,"target":447},{"source":240,"target":374},{"source":240,"target":392},{"source":240,"target":273},{"source":240,"target":448},{"source":447,"target":32},{"source":447,"target":449},{"source":447,"target":240},{"source":449,"target":32},{"source":374,"target":106},{"source":374,"target":450},{"source":374,"target":240},{"source":374,"target":371},{"source":450,"target":106},{"source":392,"target":221},{"source":392,"target":451},{"source":392,"target":240},{"source":392,"target":381},{"source":451,"target":221},{"source":273,"target":49},{"source":273,"target":452},{"source":273,"target":240},{"source":273,"target":250},{"source":452,"target":49},{"source":448,"target":238},{"source":60,"target":190},{"source":60,"target":1},{"source":60,"target":453},{"source":60,"target":454},{"source":60,"target":426},{"source":60,"target":455},{"source":60,"target":456},{"source":453,"target":32},{"source":453,"target":457},{"source":453,"target":60},{"source":457,"target":32},{"source":454,"target":60},{"source":454,"target":458},{"source":454,"target":60},{"source":454,"target":455},{"source":458,"target":60},{"source":426,"target":235},{"source":426,"target":459},{"source":426,"target":60},{"source":426,"target":423},{"source":459,"target":235},{"source":455,"target":60},{"source":455,"target":460},{"source":455,"target":60},{"source":455,"target":454},{"source":460,"target":60},{"source":456,"target":1},{"source":461,"target":58},{"source":461,"target":293},{"source":461,"target":297},{"source":461,"target":32},{"source":58,"target":461},{"source":293,"target":461},{"source":297,"target":461},{"source":32,"target":461}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ppo"
nsURI="http:///org.eclipse.emf.test.models/ppo" nsPrefix="org.eclipse.emf.test.models.ppo">
<eClassifiers xsi:type="ecore:EClass" name="Item">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="NonNegativeQuantity ValidShipDate"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="productName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="USPrice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shipDate" eType="#//Date"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="partNum" eType="#//SKU"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="USAddress">
<eOperations name="hasUSState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/>
<eParameters name="context">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" defaultValueLiteral="US"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="SKU" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Date" instanceClassName="java.util.Date"/>
<eClassifiers xsi:type="ecore:EClass" name="PurchaseOrder">
<eStructuralFeatures xsi:type="ecore:EReference" name="items" lowerBound="2" upperBound="-1"
eType="#//Item" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orderDate" eType="#//Date"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="billTo" lowerBound="1"
eType="#//USAddress" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shipTo" lowerBound="1"
eType="#//USAddress" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/mickaelistria/EMF/tests/org.eclipse.emf.test.common/models/PrimerPO/PrimerPO.ecore | ecore | ppo
Item
productName
quantity
USPrice
comment
shipDate
partNum
USAddress
hasUSState
diagnostics
context
name
street
city
state
zip
country
US
SKU
java.lang.String
java.lang.String
Date
java.util.Date
java.util.Date
PurchaseOrder
items
comment
orderDate
billTo
shipTo | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.test.models.ppo","nsURI":"http:///org.eclipse.emf.test.models/ppo","name":"ppo","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"USAddress","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"SKU","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"Date","instanceClass":"java.util.Date","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PurchaseOrder","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"productName","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"USPrice","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shipDate","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"partNum","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasUSState","lowerBound":0,"id":18,"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":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":"street","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","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":"zip","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"US","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"US","unsettable":false,"transient":false,"unique":true,"name":"country","changeable":false,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"id":37,"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":"items","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"comment","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":"orderDate","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"billTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shipTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":6,"target":12},{"source":6,"target":1},{"source":7,"target":13},{"source":7,"target":1},{"source":8,"target":14},{"source":8,"target":1},{"source":9,"target":15},{"source":9,"target":1},{"source":10,"target":4},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":4},{"source":11,"target":3},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":3},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":18,"target":25},{"source":18,"target":2},{"source":18,"target":26},{"source":18,"target":27},{"source":26,"target":28},{"source":26,"target":18},{"source":27,"target":29},{"source":27,"target":18},{"source":29,"target":30},{"source":29,"target":31},{"source":19,"target":32},{"source":19,"target":2},{"source":20,"target":33},{"source":20,"target":2},{"source":21,"target":34},{"source":21,"target":2},{"source":22,"target":35},{"source":22,"target":2},{"source":23,"target":36},{"source":23,"target":2},{"source":24,"target":37},{"source":24,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":38,"target":1},{"source":38,"target":43},{"source":38,"target":5},{"source":43,"target":1},{"source":39,"target":44},{"source":39,"target":5},{"source":40,"target":4},{"source":40,"target":45},{"source":40,"target":5},{"source":45,"target":4},{"source":41,"target":2},{"source":41,"target":46},{"source":41,"target":5},{"source":46,"target":2},{"source":42,"target":2},{"source":42,"target":47},{"source":42,"target":5},{"source":47,"target":2}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="citrique3" nsURI="http://com.misc.projects.citrique3.emf" nsPrefix="ctr3">
<eClassifiers xsi:type="ecore:EClass" name="CitriqueObject" eSuperTypes="../../com.misc.common.moplaf.propagator/model/propagator.ecore#//ObjectWithPropagatorFunctionAdapter">
<eOperations name="refreshDescription"/>
<eOperations name="refreshShortDescription"/>
<eOperations name="refreshLongDescription"/>
<eOperations name="refreshType"/>
<eOperations name="refreshShortType"/>
<eOperations name="refreshChildren"/>
<eOperations name="init"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Child" upperBound="-1"
eType="#//CitriqueObject" eOpposite="#//CitriqueObject/Parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Parent" eType="#//CitriqueObject"
eOpposite="#//CitriqueObject/Child"/>
<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">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ShortType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ShortDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="LongDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="suppressedSetVisibility" value="true"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ShortName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CitriqueDomain" eSuperTypes="#//CitriqueObject ../../com.misc.common.moplaf.propagator/model/propagator.ecore#//ObjectWithPropagatorFunctionAdapterScope">
<eOperations name="refresh"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Plant" upperBound="-1"
eType="#//Plant" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlantObject" eSuperTypes="#//CitriqueObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="Plant" eType="#//Plant"
eOpposite="#//Plant/PlantObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plant" eSuperTypes="#//CitriqueObject">
<eOperations name="refreshNodes"/>
<eOperations name="refreshLinks"/>
<eOperations name="refreshObjects"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Buffer" upperBound="-1"
eType="#//Buffer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Silo" upperBound="-1" eType="#//Silo"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="BufferSiloLink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="Reactor" upperBound="-1"
eType="#//Reactor" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="BufferSiloLink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="Node" upperBound="-1" eType="#//PlantNode">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="BufferSiloLink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="Link" upperBound="-1" eType="#//PlantLink">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="BufferSiloLink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="BufferSiloLink" upperBound="-1"
eType="#//BufferSiloLink" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="SiloReactorLink" upperBound="-1"
eType="#//SiloReactorLink" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="PlantObject" upperBound="-1"
eType="#//PlantObject" eOpposite="#//PlantObject/Plant"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Buffer" eSuperTypes="#//PlantNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="SiloLinks" upperBound="-1"
eType="#//BufferSiloLink" eOpposite="#//BufferSiloLink/Buffer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Capacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Silo" eSuperTypes="#//PlantNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="BufferLinks" upperBound="-1"
eType="#//BufferSiloLink" eOpposite="#//BufferSiloLink/Silo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ReactorLinks" upperBound="-1"
eType="#//SiloReactorLink" eOpposite="#//SiloReactorLink/Silo"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Capacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reactor" eSuperTypes="#//PlantNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="SiloLinks" upperBound="-1"
eType="#//SiloReactorLink" eOpposite="#//SiloReactorLink/Reactor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlantNode" eSuperTypes="#//PlantObject"/>
<eClassifiers xsi:type="ecore:EClass" name="PlantLink" eSuperTypes="#//PlantObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="HeightFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="HeightTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BufferSiloLink" eSuperTypes="#//PlantLink">
<eOperations name="refreshDispose">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="RefreshDispose calculate if the object must be dropped and drop it if so"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="Silo" lowerBound="1" eType="#//Silo"
eOpposite="#//Silo/BufferLinks"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Buffer" lowerBound="1"
eType="#//Buffer" eOpposite="#//Buffer/SiloLinks"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SiloReactorLink" eSuperTypes="#//PlantLink">
<eOperations name="refreshDispose"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Silo" lowerBound="1" eType="#//Silo"
eOpposite="#//Silo/ReactorLinks"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Reactor" lowerBound="1"
eType="#//Reactor" eOpposite="#//Reactor/SiloLinks"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MichelSc/projects.citrique/com.misc.projects.citrique.emf/model/Citrique.ecore | ecore | citrique3
CitriqueObject
refreshDescription
refreshShortDescription
refreshLongDescription
refreshType
refreshShortType
refreshChildren
init
Child
Parent
Name
Type
ShortType
ShortDescription
LongDescription
Description
ShortName
CitriqueDomain
refresh
Plant
PlantObject
Plant
Plant
refreshNodes
refreshLinks
refreshObjects
Buffer
Silo
Reactor
Node
Link
BufferSiloLink
SiloReactorLink
PlantObject
Buffer
SiloLinks
Capacity
Silo
BufferLinks
ReactorLinks
Capacity
Reactor
SiloLinks
PlantNode
PlantLink
Length
HeightFrom
HeightTo
BufferSiloLink
refreshDispose
Silo
Buffer
SiloReactorLink
refreshDispose
Silo
Reactor | null | {"directed":true,"nodes":[{"nsPrefix":"ctr3","nsURI":"http://com.misc.projects.citrique3.emf","name":"citrique3","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CitriqueObject","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CitriqueDomain","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlantObject","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plant","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Buffer","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Silo","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reactor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlantNode","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlantLink","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BufferSiloLink","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiloReactorLink","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshDescription","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshShortDescription","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshLongDescription","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshType","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshShortType","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshChildren","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":18,"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":"Child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Type","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":"ShortType","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":"ShortDescription","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":"LongDescription","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":"Description","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ShortName","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"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","lowerBound":0,"id":38,"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":"Plant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Plant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PlantObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshNodes","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshLinks","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshObjects","lowerBound":0,"id":49,"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":"Buffer","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":"Silo","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":"Reactor","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":"Node","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":"Link","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":"BufferSiloLink","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":"SiloReactorLink","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SiloLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Capacity","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Buffer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BufferLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ReactorLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Capacity","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Silo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Silo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SiloLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Reactor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Length","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"HeightFrom","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"HeightTo","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshDispose","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"refreshDispose","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EOperation"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":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":12,"target":1},{"source":13,"target":1},{"source":14,"target":1},{"source":15,"target":1},{"source":16,"target":1},{"source":17,"target":1},{"source":18,"target":1},{"source":19,"target":1},{"source":19,"target":29},{"source":19,"target":1},{"source":19,"target":20},{"source":29,"target":1},{"source":20,"target":1},{"source":20,"target":30},{"source":20,"target":1},{"source":20,"target":19},{"source":30,"target":1},{"source":21,"target":31},{"source":21,"target":1},{"source":22,"target":32},{"source":22,"target":1},{"source":23,"target":33},{"source":23,"target":1},{"source":24,"target":34},{"source":24,"target":1},{"source":25,"target":35},{"source":25,"target":1},{"source":26,"target":36},{"source":26,"target":1},{"source":27,"target":37},{"source":27,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":38,"target":2},{"source":39,"target":4},{"source":39,"target":42},{"source":39,"target":2},{"source":42,"target":4},{"source":40,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":43},{"source":3,"target":44},{"source":43,"target":4},{"source":43,"target":45},{"source":43,"target":3},{"source":43,"target":46},{"source":45,"target":4},{"source":44,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":46},{"source":4,"target":57},{"source":47,"target":4},{"source":48,"target":4},{"source":49,"target":4},{"source":50,"target":5},{"source":50,"target":58},{"source":50,"target":4},{"source":58,"target":5},{"source":51,"target":6},{"source":51,"target":59},{"source":51,"target":4},{"source":59,"target":6},{"source":52,"target":7},{"source":52,"target":60},{"source":52,"target":4},{"source":60,"target":7},{"source":53,"target":8},{"source":53,"target":61},{"source":53,"target":4},{"source":61,"target":8},{"source":54,"target":9},{"source":54,"target":62},{"source":54,"target":4},{"source":62,"target":9},{"source":55,"target":10},{"source":55,"target":63},{"source":55,"target":4},{"source":63,"target":10},{"source":56,"target":11},{"source":56,"target":64},{"source":56,"target":4},{"source":64,"target":11},{"source":46,"target":3},{"source":46,"target":65},{"source":46,"target":4},{"source":46,"target":43},{"source":65,"target":3},{"source":57,"target":1},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":66,"target":10},{"source":66,"target":69},{"source":66,"target":5},{"source":66,"target":70},{"source":69,"target":10},{"source":67,"target":71},{"source":67,"target":5},{"source":68,"target":8},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":72,"target":10},{"source":72,"target":76},{"source":72,"target":6},{"source":72,"target":77},{"source":76,"target":10},{"source":73,"target":11},{"source":73,"target":78},{"source":73,"target":6},{"source":73,"target":79},{"source":78,"target":11},{"source":74,"target":80},{"source":74,"target":6},{"source":75,"target":8},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":81},{"source":7,"target":82},{"source":81,"target":11},{"source":81,"target":83},{"source":81,"target":7},{"source":81,"target":84},{"source":83,"target":11},{"source":82,"target":8},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":85},{"source":85,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":86,"target":90},{"source":86,"target":9},{"source":87,"target":91},{"source":87,"target":9},{"source":88,"target":92},{"source":88,"target":9},{"source":89,"target":3},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":93},{"source":10,"target":77},{"source":10,"target":70},{"source":10,"target":94},{"source":93,"target":10},{"source":77,"target":6},{"source":77,"target":95},{"source":77,"target":10},{"source":77,"target":72},{"source":95,"target":6},{"source":70,"target":5},{"source":70,"target":96},{"source":70,"target":10},{"source":70,"target":66},{"source":96,"target":5},{"source":94,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":97},{"source":11,"target":79},{"source":11,"target":84},{"source":11,"target":98},{"source":97,"target":11},{"source":79,"target":6},{"source":79,"target":99},{"source":79,"target":11},{"source":79,"target":73},{"source":99,"target":6},{"source":84,"target":7},{"source":84,"target":100},{"source":84,"target":11},{"source":84,"target":81},{"source":100,"target":7},{"source":98,"target":9}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="icpc" nsURI="http://ch.elexis.base/model/icpc" nsPrefix="ch.elexis.icpc.model">
<eClassifiers xsi:type="ecore:EClass" name="IcpcEncounter" abstract="true" interface="true"
eSuperTypes="../../ch.elexis.core/model/model.ecore#//Identifiable ../../ch.elexis.core/model/model.ecore#//Deleteable">
<eStructuralFeatures xsi:type="ecore:EReference" name="encounter" eType="ecore:EClass ../../ch.elexis.core/model/model.ecore#//IEncounter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="episode" eType="#//IcpcEpisode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="proc" eType="#//IcpcCode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="diag" eType="#//IcpcCode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rfe" eType="#//IcpcCode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IcpcEpisode" abstract="true" interface="true"
eSuperTypes="../../ch.elexis.core/model/model.ecore#//WithExtInfo ../../ch.elexis.core/model/model.ecore#//Deleteable ../../ch.elexis.core/model/model.ecore#//Identifiable">
<eOperations name="addDiagnosis">
<eParameters name="diagnosis" lowerBound="1" eType="ecore:EClass ../../ch.elexis.core/model/model.ecore#//IDiagnosis"/>
</eOperations>
<eOperations name="removeDiagnosis">
<eParameters name="diagnosis" lowerBound="1" eType="ecore:EClass ../../ch.elexis.core/model/model.ecore#//IDiagnosis"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="patient" eType="ecore:EClass ../../ch.elexis.core/model/model.ecore#//IPatient">
<eAnnotations source="http://elexis.info/jpa/entity/attribute/mapping">
<details key="attributeName" value="patientKontakt"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="diagnosis" upperBound="-1"
eType="ecore:EClass ../../ch.elexis.core/model/model.ecore#//IDiagnosis" changeable="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IcpcCode" abstract="true" interface="true"
eSuperTypes="../../ch.elexis.core/model/model.ecore#//IDiagnosisTree">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="icd10" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="criteria" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inclusion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="note" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="consider" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/elexis/elexis-3-base/bundles/ch.elexis.icpc.model/model/icpc.ecore | ecore | icpc
IcpcEncounter
encounter
episode
proc
diag
rfe
IcpcEpisode
addDiagnosis
diagnosis
removeDiagnosis
diagnosis
title
number
startDate
status
patient
diagnosis
IcpcCode
icd10
criteria
inclusion
exclusion
note
consider | null | {"directed":true,"nodes":[{"nsPrefix":"ch.elexis.icpc.model","nsURI":"http://ch.elexis.base/model/icpc","name":"icpc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IcpcEncounter","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IcpcEpisode","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IcpcCode","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"encounter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"episode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"proc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"diag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rfe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addDiagnosis","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeDiagnosis","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","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":"number","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":"startDate","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":"status","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":false,"unsettable":false,"transient":false,"unique":true,"name":"patient","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":"diagnosis","changeable":false,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnosis","lowerBound":1,"id":27,"many":false,"required":true,"eClass":"EParameter"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnosis","lowerBound":1,"id":29,"many":false,"required":true,"eClass":"EParameter"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"icd10","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":"criteria","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":"inclusion","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":"exclusion","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":"note","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":"consider","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":4,"target":11},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":12},{"source":5,"target":1},{"source":12,"target":2},{"source":6,"target":3},{"source":6,"target":13},{"source":6,"target":1},{"source":13,"target":3},{"source":7,"target":3},{"source":7,"target":14},{"source":7,"target":1},{"source":14,"target":3},{"source":8,"target":3},{"source":8,"target":15},{"source":8,"target":1},{"source":15,"target":3},{"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":16,"target":2},{"source":16,"target":27},{"source":27,"target":28},{"source":27,"target":16},{"source":17,"target":2},{"source":17,"target":29},{"source":29,"target":30},{"source":29,"target":17},{"source":18,"target":31},{"source":18,"target":2},{"source":19,"target":32},{"source":19,"target":2},{"source":20,"target":33},{"source":20,"target":2},{"source":21,"target":34},{"source":21,"target":2},{"source":22,"target":35},{"source":22,"target":2},{"source":23,"target":36},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":37,"target":44},{"source":37,"target":3},{"source":38,"target":45},{"source":38,"target":3},{"source":39,"target":46},{"source":39,"target":3},{"source":40,"target":47},{"source":40,"target":3},{"source":41,"target":48},{"source":41,"target":3},{"source":42,"target":49},{"source":42,"target":3}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false"
upperBound="-1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false"
upperBound="-1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false"
upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1"
upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false"
lowerBound="1" eType="#/0/Module" eOpposite="#/0/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false"
eType="#/0/Query" eOpposite="#/0/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false"
eType="#/0/Library" eOpposite="#/0/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false"
eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false"
eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#/1/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true"
eOpposite="#/0/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
upperBound="-1" eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false"
eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false"
lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl">
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
lowerBound="1" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/PrimitiveTypes"
nsPrefix="ptypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="java.lang.Double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/atlanmod/EMFTVM-D/tests/org.eclipse.m2m.atl.tests/models/ATL-0.2.ecore | ecore | ATL
LocatedElement
location
commentsBefore
commentsAfter
Unit
libraries
name
Library
helpers
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ModuleElement
module
Helper
query
library
definition
Rule
outPattern
actionBlock
variables
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
isNoDefault
LazyMatchedRule
isUnique
CalledRule
parameters
isEntrypoint
isEndpoint
InPattern
elements
rule
filter
OutPattern
rule
elements
PatternElement
InPatternElement
mapsTo
inPattern
models
SimpleInPatternElement
OutPatternElement
outPattern
sourceElement
bindings
model
SimpleOutPatternElement
ForEachOutPatternElement
collection
iterator
Binding
value
outPatternElement
propertyName
RuleVariableDeclaration
rule
LibraryRef
unit
name
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
OCL
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
VariableExp
referredVariable
SuperExp
PrimitiveExp
StringExp
stringSymbol
BooleanExp
booleanSymbol
NumericExp
RealExp
realSymbol
IntegerExp
integerSymbol
CollectionExp
elements
BagExp
OrderedSetExp
SequenceExp
SetExp
TupleExp
tuplePart
TuplePart
tuple
MapExp
elements
MapElement
map
key
value
EnumLiteralExp
name
OclUndefinedExp
PropertyCallExp
source
NavigationOrAttributeCallExp
name
OperationCallExp
arguments
operationName
OperatorCallExp
CollectionOperationCallExp
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
id
varName
type
initExpression
letExp
baseExp
variableExp
Iterator
loopExpr
Parameter
operation
CollectionType
elementType
OclType
name
definitions
oclExpression
operation
mapType2
attribute
mapType
collectionTypes
tupleTypeAttribute
variableDeclaration
Primitive
StringType
BooleanType
NumericType
IntegerType
RealType
BagType
OrderedSetType
SequenceType
SetType
OclAnyType
TupleType
attributes
TupleTypeAttribute
type
tupleType
name
OclModelElement
model
MapType
valueType
keyType
OclFeatureDefinition
feature
context_
OclContextDefinition
definition
context_
OclFeature
definition
Attribute
name
initExpression
type
Operation
name
parameters
returnType
body
OclModel
name
metamodel
elements
model
PrimitiveTypes
Boolean
java.lang.Boolean
java.lang.Boolean
Double
java.lang.Double
java.lang.Double
Integer
java.lang.Integer
java.lang.Integer
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","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":"ExpressionStat","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":32,"serializable":true,"eClass":"EDataType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"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":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"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":45,"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":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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":54,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":58,"serializable":true,"eClass":"EDataType"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"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":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"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":87,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","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":"isNoDefault","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"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":103,"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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":110,"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":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":121,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"id":146,"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":147,"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":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"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":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"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":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"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":167,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":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":181,"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":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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":188,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":255,"derived":false},{"id":256,"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":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":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":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"derived":false},{"id":262,"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":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":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":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"derived":false},{"id":270,"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":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"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":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"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":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"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":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"Double","instanceClass":"java.lang.Double","id":291,"serializable":true,"eClass":"EDataType"},{"id":292,"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":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":295,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"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":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":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":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"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":312,"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":313,"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":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"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":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"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":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"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":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"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":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":356,"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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"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":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"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":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"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":377,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"id":391,"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":392,"derived":false},{"id":393,"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":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":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":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"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":415,"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":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"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":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":428,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"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":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"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":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":451,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/PrimitiveTypes","name":"PrimitiveTypes","id":459,"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":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":32},{"source":30,"target":32},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":32},{"source":31,"target":32},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":32},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":22},{"source":36,"target":39},{"source":36,"target":2},{"source":36,"target":40},{"source":39,"target":22},{"source":37,"target":32},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":32},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":42},{"source":3,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":3},{"source":42,"target":45},{"source":44,"target":7},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":46,"target":49},{"source":46,"target":50},{"source":46,"target":4},{"source":50,"target":49},{"source":47,"target":7},{"source":47,"target":51},{"source":47,"target":4},{"source":47,"target":52},{"source":51,"target":7},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":53,"target":58},{"source":53,"target":59},{"source":53,"target":5},{"source":59,"target":58},{"source":54,"target":60},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":60},{"source":55,"target":60},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":60},{"source":56,"target":6},{"source":56,"target":63},{"source":56,"target":5},{"source":56,"target":64},{"source":63,"target":6},{"source":57,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":64},{"source":6,"target":65},{"source":64,"target":5},{"source":64,"target":66},{"source":64,"target":6},{"source":64,"target":56},{"source":66,"target":5},{"source":65,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":52},{"source":7,"target":45},{"source":7,"target":67},{"source":7,"target":68},{"source":52,"target":4},{"source":52,"target":69},{"source":52,"target":7},{"source":52,"target":47},{"source":69,"target":4},{"source":45,"target":3},{"source":45,"target":70},{"source":45,"target":7},{"source":45,"target":42},{"source":70,"target":3},{"source":67,"target":71},{"source":67,"target":72},{"source":67,"target":7},{"source":72,"target":71},{"source":68,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":73,"target":13},{"source":73,"target":78},{"source":73,"target":8},{"source":73,"target":79},{"source":78,"target":13},{"source":74,"target":23},{"source":74,"target":80},{"source":74,"target":8},{"source":74,"target":81},{"source":80,"target":23},{"source":75,"target":21},{"source":75,"target":82},{"source":75,"target":8},{"source":75,"target":83},{"source":82,"target":21},{"source":76,"target":32},{"source":76,"target":84},{"source":76,"target":8},{"source":84,"target":32},{"source":77,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"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":85,"target":12},{"source":85,"target":92},{"source":85,"target":9},{"source":85,"target":93},{"source":92,"target":12},{"source":86,"target":9},{"source":86,"target":94},{"source":86,"target":9},{"source":86,"target":87},{"source":94,"target":9},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":86},{"source":95,"target":9},{"source":88,"target":58},{"source":88,"target":96},{"source":88,"target":9},{"source":96,"target":58},{"source":89,"target":58},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":58},{"source":90,"target":58},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":58},{"source":91,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":58},{"source":99,"target":101},{"source":99,"target":10},{"source":101,"target":58},{"source":100,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":106},{"source":102,"target":107},{"source":102,"target":11},{"source":107,"target":106},{"source":103,"target":58},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":58},{"source":104,"target":58},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":58},{"source":105,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":110},{"source":12,"target":93},{"source":12,"target":111},{"source":12,"target":112},{"source":110,"target":15},{"source":110,"target":113},{"source":110,"target":12},{"source":110,"target":114},{"source":113,"target":15},{"source":93,"target":9},{"source":93,"target":115},{"source":93,"target":12},{"source":93,"target":85},{"source":115,"target":9},{"source":111,"target":49},{"source":111,"target":116},{"source":111,"target":12},{"source":116,"target":49},{"source":112,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":79},{"source":13,"target":117},{"source":13,"target":118},{"source":79,"target":8},{"source":79,"target":119},{"source":79,"target":13},{"source":79,"target":73},{"source":119,"target":8},{"source":117,"target":17},{"source":117,"target":120},{"source":117,"target":13},{"source":117,"target":121},{"source":120,"target":17},{"source":118,"target":1},{"source":14,"target":0},{"source":14,"target":122},{"source":14,"target":123},{"source":123,"target":122},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":124},{"source":15,"target":114},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":17},{"source":124,"target":127},{"source":124,"target":15},{"source":124,"target":128},{"source":127,"target":17},{"source":114,"target":12},{"source":114,"target":129},{"source":114,"target":15},{"source":114,"target":110},{"source":129,"target":12},{"source":125,"target":60},{"source":125,"target":130},{"source":125,"target":15},{"source":130,"target":60},{"source":126,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":131},{"source":131,"target":15},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":121},{"source":17,"target":128},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":121,"target":13},{"source":121,"target":135},{"source":121,"target":17},{"source":121,"target":117},{"source":135,"target":13},{"source":128,"target":15},{"source":128,"target":136},{"source":128,"target":17},{"source":128,"target":124},{"source":136,"target":15},{"source":132,"target":20},{"source":132,"target":137},{"source":132,"target":17},{"source":132,"target":138},{"source":137,"target":20},{"source":133,"target":60},{"source":133,"target":139},{"source":133,"target":17},{"source":139,"target":60},{"source":134,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":140},{"source":140,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":141},{"source":19,"target":142},{"source":19,"target":143},{"source":141,"target":49},{"source":141,"target":144},{"source":141,"target":19},{"source":144,"target":49},{"source":142,"target":145},{"source":142,"target":146},{"source":142,"target":19},{"source":146,"target":145},{"source":143,"target":17},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":147},{"source":20,"target":138},{"source":20,"target":148},{"source":20,"target":149},{"source":147,"target":49},{"source":147,"target":150},{"source":147,"target":20},{"source":150,"target":49},{"source":138,"target":17},{"source":138,"target":151},{"source":138,"target":20},{"source":138,"target":132},{"source":151,"target":17},{"source":148,"target":32},{"source":148,"target":152},{"source":148,"target":20},{"source":152,"target":32},{"source":149,"target":1},{"source":21,"target":0},{"source":21,"target":122},{"source":21,"target":83},{"source":21,"target":153},{"source":83,"target":8},{"source":83,"target":154},{"source":83,"target":21},{"source":83,"target":75},{"source":154,"target":8},{"source":153,"target":122},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":40},{"source":22,"target":155},{"source":22,"target":156},{"source":40,"target":2},{"source":40,"target":157},{"source":40,"target":22},{"source":40,"target":36},{"source":157,"target":2},{"source":155,"target":32},{"source":155,"target":158},{"source":155,"target":22},{"source":158,"target":32},{"source":156,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":81},{"source":23,"target":159},{"source":23,"target":160},{"source":81,"target":8},{"source":81,"target":161},{"source":81,"target":23},{"source":81,"target":74},{"source":161,"target":8},{"source":159,"target":24},{"source":159,"target":162},{"source":159,"target":23},{"source":162,"target":24},{"source":160,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":163},{"source":163,"target":1},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":164},{"source":25,"target":165},{"source":164,"target":49},{"source":164,"target":166},{"source":164,"target":25},{"source":166,"target":49},{"source":165,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":167},{"source":26,"target":168},{"source":26,"target":169},{"source":26,"target":170},{"source":167,"target":49},{"source":167,"target":171},{"source":167,"target":26},{"source":171,"target":49},{"source":168,"target":32},{"source":168,"target":172},{"source":168,"target":26},{"source":172,"target":32},{"source":169,"target":49},{"source":169,"target":173},{"source":169,"target":26},{"source":173,"target":49},{"source":170,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":174},{"source":27,"target":175},{"source":27,"target":176},{"source":27,"target":177},{"source":174,"target":49},{"source":174,"target":178},{"source":174,"target":27},{"source":178,"target":49},{"source":175,"target":24},{"source":175,"target":179},{"source":175,"target":27},{"source":179,"target":24},{"source":176,"target":24},{"source":176,"target":180},{"source":176,"target":27},{"source":180,"target":24},{"source":177,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":181},{"source":28,"target":182},{"source":28,"target":183},{"source":28,"target":184},{"source":181,"target":145},{"source":181,"target":185},{"source":181,"target":28},{"source":185,"target":145},{"source":182,"target":49},{"source":182,"target":186},{"source":182,"target":28},{"source":186,"target":49},{"source":183,"target":24},{"source":183,"target":187},{"source":183,"target":28},{"source":187,"target":24},{"source":184,"target":24},{"source":188,"target":49},{"source":188,"target":189},{"source":188,"target":190},{"source":188,"target":191},{"source":188,"target":192},{"source":188,"target":193},{"source":188,"target":194},{"source":188,"target":195},{"source":188,"target":196},{"source":188,"target":197},{"source":188,"target":198},{"source":188,"target":199},{"source":188,"target":200},{"source":188,"target":201},{"source":188,"target":202},{"source":188,"target":203},{"source":188,"target":204},{"source":188,"target":205},{"source":188,"target":206},{"source":188,"target":207},{"source":188,"target":208},{"source":188,"target":209},{"source":188,"target":210},{"source":188,"target":211},{"source":188,"target":212},{"source":188,"target":213},{"source":188,"target":214},{"source":188,"target":215},{"source":188,"target":216},{"source":188,"target":217},{"source":188,"target":122},{"source":188,"target":145},{"source":188,"target":106},{"source":188,"target":218},{"source":188,"target":219},{"source":188,"target":220},{"source":188,"target":221},{"source":188,"target":222},{"source":188,"target":223},{"source":188,"target":224},{"source":188,"target":225},{"source":188,"target":226},{"source":188,"target":227},{"source":188,"target":228},{"source":188,"target":229},{"source":188,"target":230},{"source":188,"target":231},{"source":188,"target":232},{"source":188,"target":233},{"source":188,"target":234},{"source":188,"target":71},{"source":188,"target":235},{"source":188,"target":236},{"source":188,"target":237},{"source":188,"target":238},{"source":188,"target":60},{"source":49,"target":188},{"source":49,"target":1},{"source":49,"target":239},{"source":49,"target":240},{"source":49,"target":241},{"source":49,"target":242},{"source":49,"target":243},{"source":49,"target":244},{"source":49,"target":245},{"source":49,"target":246},{"source":49,"target":247},{"source":49,"target":248},{"source":49,"target":249},{"source":49,"target":250},{"source":49,"target":251},{"source":239,"target":219},{"source":239,"target":252},{"source":239,"target":49},{"source":239,"target":253},{"source":252,"target":219},{"source":240,"target":217},{"source":240,"target":254},{"source":240,"target":49},{"source":240,"target":255},{"source":254,"target":217},{"source":241,"target":208},{"source":241,"target":256},{"source":241,"target":49},{"source":241,"target":257},{"source":256,"target":208},{"source":242,"target":197},{"source":242,"target":258},{"source":242,"target":49},{"source":242,"target":259},{"source":258,"target":197},{"source":243,"target":216},{"source":243,"target":260},{"source":243,"target":49},{"source":243,"target":261},{"source":260,"target":216},{"source":244,"target":213},{"source":244,"target":262},{"source":244,"target":49},{"source":244,"target":263},{"source":262,"target":213},{"source":245,"target":210},{"source":245,"target":264},{"source":245,"target":49},{"source":245,"target":265},{"source":264,"target":210},{"source":246,"target":122},{"source":246,"target":266},{"source":246,"target":49},{"source":246,"target":267},{"source":266,"target":122},{"source":247,"target":217},{"source":247,"target":268},{"source":247,"target":49},{"source":247,"target":269},{"source":268,"target":217},{"source":248,"target":238},{"source":248,"target":270},{"source":248,"target":49},{"source":248,"target":271},{"source":270,"target":238},{"source":249,"target":217},{"source":249,"target":272},{"source":249,"target":49},{"source":249,"target":273},{"source":272,"target":217},{"source":250,"target":237},{"source":250,"target":274},{"source":250,"target":49},{"source":250,"target":275},{"source":274,"target":237},{"source":251,"target":1},{"source":189,"target":188},{"source":189,"target":49},{"source":189,"target":276},{"source":189,"target":277},{"source":276,"target":122},{"source":276,"target":278},{"source":276,"target":189},{"source":276,"target":279},{"source":278,"target":122},{"source":277,"target":49},{"source":190,"target":188},{"source":190,"target":49},{"source":190,"target":280},{"source":280,"target":49},{"source":191,"target":188},{"source":191,"target":49},{"source":191,"target":281},{"source":281,"target":49},{"source":192,"target":188},{"source":192,"target":191},{"source":192,"target":282},{"source":192,"target":283},{"source":282,"target":32},{"source":282,"target":284},{"source":282,"target":192},{"source":284,"target":32},{"source":283,"target":191},{"source":193,"target":188},{"source":193,"target":191},{"source":193,"target":285},{"source":193,"target":286},{"source":285,"target":58},{"source":285,"target":287},{"source":285,"target":193},{"source":287,"target":58},{"source":286,"target":191},{"source":194,"target":188},{"source":194,"target":191},{"source":194,"target":288},{"source":288,"target":191},{"source":195,"target":188},{"source":195,"target":194},{"source":195,"target":289},{"source":195,"target":290},{"source":289,"target":291},{"source":289,"target":292},{"source":289,"target":195},{"source":292,"target":291},{"source":290,"target":194},{"source":196,"target":188},{"source":196,"target":194},{"source":196,"target":293},{"source":196,"target":294},{"source":293,"target":295},{"source":293,"target":296},{"source":293,"target":196},{"source":296,"target":295},{"source":294,"target":194},{"source":197,"target":188},{"source":197,"target":49},{"source":197,"target":259},{"source":197,"target":297},{"source":259,"target":49},{"source":259,"target":298},{"source":259,"target":197},{"source":259,"target":242},{"source":298,"target":49},{"source":297,"target":49},{"source":198,"target":188},{"source":198,"target":197},{"source":198,"target":299},{"source":299,"target":197},{"source":199,"target":188},{"source":199,"target":197},{"source":199,"target":300},{"source":300,"target":197},{"source":200,"target":188},{"source":200,"target":197},{"source":200,"target":301},{"source":301,"target":197},{"source":201,"target":188},{"source":201,"target":197},{"source":201,"target":302},{"source":302,"target":197},{"source":202,"target":188},{"source":202,"target":49},{"source":202,"target":303},{"source":202,"target":304},{"source":303,"target":203},{"source":303,"target":305},{"source":303,"target":202},{"source":303,"target":306},{"source":305,"target":203},{"source":304,"target":49},{"source":203,"target":188},{"source":203,"target":122},{"source":203,"target":306},{"source":203,"target":307},{"source":306,"target":202},{"source":306,"target":308},{"source":306,"target":203},{"source":306,"target":303},{"source":308,"target":202},{"source":307,"target":122},{"source":204,"target":188},{"source":204,"target":49},{"source":204,"target":309},{"source":204,"target":310},{"source":309,"target":205},{"source":309,"target":311},{"source":309,"target":204},{"source":309,"target":312},{"source":311,"target":205},{"source":310,"target":49},{"source":205,"target":188},{"source":205,"target":1},{"source":205,"target":312},{"source":205,"target":313},{"source":205,"target":314},{"source":205,"target":315},{"source":312,"target":204},{"source":312,"target":316},{"source":312,"target":205},{"source":312,"target":309},{"source":316,"target":204},{"source":313,"target":49},{"source":313,"target":317},{"source":313,"target":205},{"source":317,"target":49},{"source":314,"target":49},{"source":314,"target":318},{"source":314,"target":205},{"source":318,"target":49},{"source":315,"target":1},{"source":206,"target":188},{"source":206,"target":49},{"source":206,"target":319},{"source":206,"target":320},{"source":319,"target":32},{"source":319,"target":321},{"source":319,"target":206},{"source":321,"target":32},{"source":320,"target":49},{"source":207,"target":188},{"source":207,"target":49},{"source":207,"target":322},{"source":322,"target":49},{"source":208,"target":188},{"source":208,"target":49},{"source":208,"target":257},{"source":208,"target":323},{"source":257,"target":49},{"source":257,"target":324},{"source":257,"target":208},{"source":257,"target":241},{"source":324,"target":49},{"source":323,"target":49},{"source":209,"target":188},{"source":209,"target":208},{"source":209,"target":325},{"source":209,"target":326},{"source":325,"target":32},{"source":325,"target":327},{"source":325,"target":209},{"source":327,"target":32},{"source":326,"target":208},{"source":210,"target":188},{"source":210,"target":208},{"source":210,"target":265},{"source":210,"target":328},{"source":210,"target":329},{"source":265,"target":49},{"source":265,"target":330},{"source":265,"target":210},{"source":265,"target":245},{"source":330,"target":49},{"source":328,"target":32},{"source":328,"target":331},{"source":328,"target":210},{"source":331,"target":32},{"source":329,"target":208},{"source":211,"target":188},{"source":211,"target":210},{"source":211,"target":332},{"source":332,"target":210},{"source":212,"target":188},{"source":212,"target":210},{"source":212,"target":333},{"source":333,"target":210},{"source":213,"target":188},{"source":213,"target":208},{"source":213,"target":263},{"source":213,"target":334},{"source":213,"target":335},{"source":263,"target":49},{"source":263,"target":336},{"source":263,"target":213},{"source":263,"target":244},{"source":336,"target":49},{"source":334,"target":145},{"source":334,"target":337},{"source":334,"target":213},{"source":334,"target":338},{"source":337,"target":145},{"source":335,"target":208},{"source":214,"target":188},{"source":214,"target":213},{"source":214,"target":339},{"source":214,"target":340},{"source":339,"target":122},{"source":339,"target":341},{"source":339,"target":214},{"source":339,"target":342},{"source":341,"target":122},{"source":340,"target":213},{"source":215,"target":188},{"source":215,"target":213},{"source":215,"target":343},{"source":215,"target":344},{"source":343,"target":32},{"source":343,"target":345},{"source":343,"target":215},{"source":345,"target":32},{"source":344,"target":213},{"source":216,"target":188},{"source":216,"target":49},{"source":216,"target":346},{"source":216,"target":261},{"source":216,"target":347},{"source":346,"target":122},{"source":346,"target":348},{"source":346,"target":216},{"source":346,"target":349},{"source":348,"target":122},{"source":261,"target":49},{"source":261,"target":350},{"source":261,"target":216},{"source":261,"target":243},{"source":350,"target":49},{"source":347,"target":49},{"source":217,"target":188},{"source":217,"target":49},{"source":217,"target":269},{"source":217,"target":273},{"source":217,"target":255},{"source":217,"target":351},{"source":269,"target":49},{"source":269,"target":352},{"source":269,"target":217},{"source":269,"target":247},{"source":352,"target":49},{"source":273,"target":49},{"source":273,"target":353},{"source":273,"target":217},{"source":273,"target":249},{"source":353,"target":49},{"source":255,"target":49},{"source":255,"target":354},{"source":255,"target":217},{"source":255,"target":240},{"source":354,"target":49},{"source":351,"target":49},{"source":122,"target":188},{"source":122,"target":1},{"source":122,"target":355},{"source":122,"target":356},{"source":122,"target":357},{"source":122,"target":267},{"source":122,"target":349},{"source":122,"target":342},{"source":122,"target":279},{"source":122,"target":358},{"source":355,"target":32},{"source":355,"target":359},{"source":355,"target":122},{"source":359,"target":32},{"source":356,"target":32},{"source":356,"target":360},{"source":356,"target":122},{"source":360,"target":32},{"source":357,"target":219},{"source":357,"target":361},{"source":357,"target":122},{"source":357,"target":362},{"source":361,"target":219},{"source":267,"target":49},{"source":267,"target":363},{"source":267,"target":122},{"source":267,"target":246},{"source":363,"target":49},{"source":349,"target":216},{"source":349,"target":364},{"source":349,"target":122},{"source":349,"target":346},{"source":364,"target":216},{"source":342,"target":214},{"source":342,"target":365},{"source":342,"target":122},{"source":342,"target":339},{"source":365,"target":214},{"source":279,"target":189},{"source":279,"target":366},{"source":279,"target":122},{"source":279,"target":276},{"source":366,"target":189},{"source":358,"target":1},{"source":145,"target":188},{"source":145,"target":122},{"source":145,"target":338},{"source":145,"target":367},{"source":338,"target":213},{"source":338,"target":368},{"source":338,"target":145},{"source":338,"target":334},{"source":368,"target":213},{"source":367,"target":122},{"source":106,"target":188},{"source":106,"target":122},{"source":106,"target":369},{"source":106,"target":370},{"source":369,"target":238},{"source":369,"target":371},{"source":369,"target":106},{"source":369,"target":372},{"source":371,"target":238},{"source":370,"target":122},{"source":218,"target":188},{"source":218,"target":219},{"source":218,"target":373},{"source":218,"target":374},{"source":373,"target":219},{"source":373,"target":375},{"source":373,"target":218},{"source":373,"target":376},{"source":375,"target":219},{"source":374,"target":219},{"source":219,"target":188},{"source":219,"target":49},{"source":219,"target":377},{"source":219,"target":378},{"source":219,"target":253},{"source":219,"target":379},{"source":219,"target":380},{"source":219,"target":381},{"source":219,"target":382},{"source":219,"target":376},{"source":219,"target":383},{"source":219,"target":362},{"source":219,"target":384},{"source":377,"target":32},{"source":377,"target":385},{"source":377,"target":219},{"source":385,"target":32},{"source":378,"target":235},{"source":378,"target":386},{"source":378,"target":219},{"source":378,"target":387},{"source":386,"target":235},{"source":253,"target":49},{"source":253,"target":388},{"source":253,"target":219},{"source":253,"target":239},{"source":388,"target":49},{"source":379,"target":238},{"source":379,"target":389},{"source":379,"target":219},{"source":379,"target":390},{"source":389,"target":238},{"source":380,"target":234},{"source":380,"target":391},{"source":380,"target":219},{"source":380,"target":392},{"source":391,"target":234},{"source":381,"target":237},{"source":381,"target":393},{"source":381,"target":219},{"source":381,"target":394},{"source":393,"target":237},{"source":382,"target":234},{"source":382,"target":395},{"source":382,"target":219},{"source":382,"target":396},{"source":395,"target":234},{"source":376,"target":218},{"source":376,"target":397},{"source":376,"target":219},{"source":376,"target":373},{"source":397,"target":218},{"source":383,"target":232},{"source":383,"target":398},{"source":383,"target":219},{"source":383,"target":399},{"source":398,"target":232},{"source":362,"target":122},{"source":362,"target":400},{"source":362,"target":219},{"source":362,"target":357},{"source":400,"target":122},{"source":384,"target":49},{"source":220,"target":188},{"source":220,"target":219},{"source":220,"target":401},{"source":401,"target":219},{"source":221,"target":188},{"source":221,"target":220},{"source":221,"target":402},{"source":402,"target":220},{"source":222,"target":188},{"source":222,"target":220},{"source":222,"target":403},{"source":403,"target":220},{"source":223,"target":188},{"source":223,"target":220},{"source":223,"target":404},{"source":404,"target":220},{"source":224,"target":188},{"source":224,"target":223},{"source":224,"target":405},{"source":405,"target":223},{"source":225,"target":188},{"source":225,"target":223},{"source":225,"target":406},{"source":406,"target":223},{"source":226,"target":188},{"source":226,"target":218},{"source":226,"target":407},{"source":407,"target":218},{"source":227,"target":188},{"source":227,"target":218},{"source":227,"target":408},{"source":408,"target":218},{"source":228,"target":188},{"source":228,"target":218},{"source":228,"target":409},{"source":409,"target":218},{"source":229,"target":188},{"source":229,"target":218},{"source":229,"target":410},{"source":410,"target":218},{"source":230,"target":188},{"source":230,"target":219},{"source":230,"target":411},{"source":411,"target":219},{"source":231,"target":188},{"source":231,"target":219},{"source":231,"target":412},{"source":231,"target":413},{"source":412,"target":232},{"source":412,"target":414},{"source":412,"target":231},{"source":412,"target":415},{"source":414,"target":232},{"source":413,"target":219},{"source":232,"target":188},{"source":232,"target":1},{"source":232,"target":399},{"source":232,"target":415},{"source":232,"target":416},{"source":232,"target":417},{"source":399,"target":219},{"source":399,"target":418},{"source":399,"target":232},{"source":399,"target":383},{"source":418,"target":219},{"source":415,"target":231},{"source":415,"target":419},{"source":415,"target":232},{"source":415,"target":412},{"source":419,"target":231},{"source":416,"target":32},{"source":416,"target":420},{"source":416,"target":232},{"source":420,"target":32},{"source":417,"target":1},{"source":233,"target":188},{"source":233,"target":219},{"source":233,"target":421},{"source":233,"target":422},{"source":421,"target":60},{"source":421,"target":423},{"source":421,"target":233},{"source":421,"target":424},{"source":423,"target":60},{"source":422,"target":219},{"source":234,"target":188},{"source":234,"target":219},{"source":234,"target":392},{"source":234,"target":396},{"source":234,"target":425},{"source":392,"target":219},{"source":392,"target":426},{"source":392,"target":234},{"source":392,"target":380},{"source":426,"target":219},{"source":396,"target":219},{"source":396,"target":427},{"source":396,"target":234},{"source":396,"target":382},{"source":427,"target":219},{"source":425,"target":219},{"source":71,"target":188},{"source":71,"target":1},{"source":71,"target":428},{"source":71,"target":429},{"source":71,"target":430},{"source":428,"target":236},{"source":428,"target":431},{"source":428,"target":71},{"source":428,"target":432},{"source":431,"target":236},{"source":429,"target":235},{"source":429,"target":433},{"source":429,"target":71},{"source":429,"target":434},{"source":433,"target":235},{"source":430,"target":1},{"source":235,"target":188},{"source":235,"target":1},{"source":235,"target":434},{"source":235,"target":387},{"source":235,"target":435},{"source":434,"target":71},{"source":434,"target":436},{"source":434,"target":235},{"source":434,"target":429},{"source":436,"target":71},{"source":387,"target":219},{"source":387,"target":437},{"source":387,"target":235},{"source":387,"target":378},{"source":437,"target":219},{"source":435,"target":1},{"source":236,"target":188},{"source":236,"target":1},{"source":236,"target":432},{"source":236,"target":438},{"source":432,"target":71},{"source":432,"target":439},{"source":432,"target":236},{"source":432,"target":428},{"source":439,"target":71},{"source":438,"target":1},{"source":237,"target":188},{"source":237,"target":236},{"source":237,"target":440},{"source":237,"target":275},{"source":237,"target":394},{"source":237,"target":441},{"source":440,"target":32},{"source":440,"target":442},{"source":440,"target":237},{"source":442,"target":32},{"source":275,"target":49},{"source":275,"target":443},{"source":275,"target":237},{"source":275,"target":250},{"source":443,"target":49},{"source":394,"target":219},{"source":394,"target":444},{"source":394,"target":237},{"source":394,"target":381},{"source":444,"target":219},{"source":441,"target":236},{"source":238,"target":188},{"source":238,"target":236},{"source":238,"target":445},{"source":238,"target":372},{"source":238,"target":390},{"source":238,"target":271},{"source":238,"target":446},{"source":445,"target":32},{"source":445,"target":447},{"source":445,"target":238},{"source":447,"target":32},{"source":372,"target":106},{"source":372,"target":448},{"source":372,"target":238},{"source":372,"target":369},{"source":448,"target":106},{"source":390,"target":219},{"source":390,"target":449},{"source":390,"target":238},{"source":390,"target":379},{"source":449,"target":219},{"source":271,"target":49},{"source":271,"target":450},{"source":271,"target":238},{"source":271,"target":248},{"source":450,"target":49},{"source":446,"target":236},{"source":60,"target":188},{"source":60,"target":1},{"source":60,"target":451},{"source":60,"target":452},{"source":60,"target":424},{"source":60,"target":453},{"source":60,"target":454},{"source":451,"target":32},{"source":451,"target":455},{"source":451,"target":60},{"source":455,"target":32},{"source":452,"target":60},{"source":452,"target":456},{"source":452,"target":60},{"source":452,"target":453},{"source":456,"target":60},{"source":424,"target":233},{"source":424,"target":457},{"source":424,"target":60},{"source":424,"target":421},{"source":457,"target":233},{"source":453,"target":60},{"source":453,"target":458},{"source":453,"target":60},{"source":453,"target":452},{"source":458,"target":60},{"source":454,"target":1},{"source":459,"target":58},{"source":459,"target":291},{"source":459,"target":295},{"source":459,"target":32},{"source":58,"target":459},{"source":291,"target":459},{"source":295,"target":459},{"source":32,"target":459}],"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="ref" nsURI="http:///org.eclipse.emf.test.models/ref" nsPrefix="org.eclipse.emf.test.models.ref">
<eClassifiers xsi:type="ecore:EClass" name="A">
<eStructuralFeatures xsi:type="ecore:EReference" name="b" lowerBound="1" eType="#//B"
eOpposite="#//B/a"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c2" eType="#//C2" transient="true"
eOpposite="#//C2/a"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c" lowerBound="1" eType="#//C"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="B">
<eStructuralFeatures xsi:type="ecore:EReference" name="a" lowerBound="1" eType="#//A"
eOpposite="#//A/b"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c2" eType="#//C2" transient="true"
eOpposite="#//C2/b"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="d" upperBound="-1" eType="#//D"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="C1">
<eStructuralFeatures xsi:type="ecore:EReference" name="a" lowerBound="1" eType="#//A"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="b" upperBound="-1" eType="#//B"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="C2">
<eStructuralFeatures xsi:type="ecore:EReference" name="b" upperBound="-1" eType="#//B"
containment="true" eOpposite="#//B/c2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="a" lowerBound="1" eType="#//A"
containment="true" eOpposite="#//A/c2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="C">
<eStructuralFeatures xsi:type="ecore:EReference" name="d" upperBound="-1" eType="#//D"
eOpposite="#//D/c"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c4" eType="#//C4" transient="true"
eOpposite="#//C4/c"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="D">
<eStructuralFeatures xsi:type="ecore:EReference" name="c" lowerBound="1" eType="#//C"
eOpposite="#//C/d"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="e" upperBound="-1" eType="#//E"
eOpposite="#//E/d"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c4" eType="#//C4" transient="true"
eOpposite="#//C4/d"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="E">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ids" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labels" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="d" upperBound="-1" eType="#//D"
eOpposite="#//D/e"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="C4">
<eStructuralFeatures xsi:type="ecore:EReference" name="c" lowerBound="1" eType="#//C"
containment="true" eOpposite="#//C/c4"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="d" upperBound="-1" eType="#//D"
containment="true" eOpposite="#//D/c4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="C3">
<eStructuralFeatures xsi:type="ecore:EReference" name="d" upperBound="-1" eType="#//D"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c" lowerBound="1" eType="#//C"
containment="true"/>
</eClassifiers>
<eSubpackages name="unsettable" nsURI="http:///org/eclipse/emf/test/models/ref/unsettable.ecore"
nsPrefix="org.eclipse.emf.test.models.ref.unsettable">
<eClassifiers xsi:type="ecore:EClass" name="C1U">
<eStructuralFeatures xsi:type="ecore:EReference" name="au" lowerBound="1" eType="#//unsettable/AU"
unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bu" upperBound="-1" eType="#//unsettable/BU"
unsettable="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="C2U">
<eStructuralFeatures xsi:type="ecore:EReference" name="au" lowerBound="1" eType="#//unsettable/AU"
unsettable="true" containment="true" eOpposite="#//unsettable/AU/c2u"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bu" upperBound="-1" eType="#//unsettable/BU"
unsettable="true" containment="true" eOpposite="#//unsettable/BU/c2u"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AU">
<eStructuralFeatures xsi:type="ecore:EReference" name="bu" lowerBound="1" eType="#//unsettable/BU"
unsettable="true" eOpposite="#//unsettable/BU/au"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c2u" eType="#//unsettable/C2U"
transient="true" unsettable="true" eOpposite="#//unsettable/C2U/au"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cu" eType="#//unsettable/CU"
unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BU">
<eStructuralFeatures xsi:type="ecore:EReference" name="au" lowerBound="1" eType="#//unsettable/AU"
unsettable="true" eOpposite="#//unsettable/AU/bu"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c2u" eType="#//unsettable/C2U"
transient="true" unsettable="true" eOpposite="#//unsettable/C2U/bu"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="du" upperBound="-1" eType="#//unsettable/DU"
unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CU">
<eStructuralFeatures xsi:type="ecore:EReference" name="du" upperBound="-1" eType="#//unsettable/DU"
unsettable="true" eOpposite="#//unsettable/DU/cu"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c4u" eType="#//unsettable/C4U"
transient="true" unsettable="true" eOpposite="#//unsettable/C4U/cu"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DU">
<eStructuralFeatures xsi:type="ecore:EReference" name="cu" lowerBound="1" eType="#//unsettable/CU"
unsettable="true" eOpposite="#//unsettable/CU/du"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c4u" eType="#//unsettable/C4U"
transient="true" unsettable="true" eOpposite="#//unsettable/C4U/du"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eu" upperBound="-1" eType="#//unsettable/EU"
unsettable="true" eOpposite="#//unsettable/EU/du"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="C4U">
<eStructuralFeatures xsi:type="ecore:EReference" name="cu" lowerBound="1" eType="#//unsettable/CU"
unsettable="true" containment="true" eOpposite="#//unsettable/CU/c4u"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="du" upperBound="-1" eType="#//unsettable/DU"
unsettable="true" containment="true" eOpposite="#//unsettable/DU/c4u"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="C3U">
<eStructuralFeatures xsi:type="ecore:EReference" name="cu" lowerBound="1" eType="#//unsettable/CU"
unsettable="true" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="du" upperBound="-1" eType="#//unsettable/DU"
unsettable="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EU">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ids" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labels" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="du" upperBound="-1" eType="#//unsettable/DU"
unsettable="true" eOpposite="#//unsettable/DU/eu"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/pldesei/CloneRefactoring/sources/org.eclipse.emf/tests/org.eclipse.emf.test.common/models/edit.RefTest/ref.ecore | ecore | ref
A
b
c2
c
B
a
c2
d
C1
a
b
C2
b
a
C
d
c4
D
c
e
c4
E
name
ids
labels
d
C4
c
d
C3
d
c
unsettable
C1U
au
bu
C2U
au
bu
AU
bu
c2u
cu
BU
au
c2u
du
CU
du
c4u
DU
cu
c4u
eu
C4U
cu
du
C3U
cu
du
EU
name
ids
labels
du | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.test.models.ref","nsURI":"http:///org.eclipse.emf.test.models/ref","name":"ref","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C1","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C2","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C4","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C3","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.eclipse.emf.test.models.ref.unsettable","nsURI":"http:///org/eclipse/emf/test/models/ref/unsettable.ecore","name":"unsettable","id":10,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"c2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"c2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"d","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":"b","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"a","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"b","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"d","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":true,"unique":true,"name":"c4","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"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":"c4","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"d","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"d","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":44,"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":"ids","changeable":true,"lowerBound":0,"iD":false,"id":45,"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":"labels","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"d","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C1U","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C2U","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AU","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BU","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CU","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DU","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C4U","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C3U","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EU","instanceClass":null,"abstract":false,"id":65,"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":true,"transient":false,"unique":true,"name":"au","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"bu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"au","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"transient":false,"unique":true,"name":"bu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"c2u","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"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":true,"transient":true,"unique":true,"name":"c2u","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"bu","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"transient":false,"unique":true,"name":"cu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"au","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"du","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"du","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"c4u","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"cu","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"cu","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"c4u","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":true,"transient":false,"unique":true,"name":"eu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"du","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"du","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"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":true,"unsettable":true,"transient":false,"unique":true,"name":"cu","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"transient":false,"unique":true,"name":"du","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"ids","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"labels","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":11,"target":2},{"source":11,"target":14},{"source":11,"target":1},{"source":11,"target":15},{"source":14,"target":2},{"source":12,"target":4},{"source":12,"target":16},{"source":12,"target":1},{"source":12,"target":17},{"source":16,"target":4},{"source":13,"target":5},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":5},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":19},{"source":2,"target":20},{"source":15,"target":1},{"source":15,"target":21},{"source":15,"target":2},{"source":15,"target":11},{"source":21,"target":1},{"source":19,"target":4},{"source":19,"target":22},{"source":19,"target":2},{"source":19,"target":23},{"source":22,"target":4},{"source":20,"target":6},{"source":20,"target":24},{"source":20,"target":2},{"source":24,"target":6},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":25,"target":1},{"source":25,"target":27},{"source":25,"target":3},{"source":27,"target":1},{"source":26,"target":2},{"source":26,"target":28},{"source":26,"target":3},{"source":28,"target":2},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":17},{"source":23,"target":2},{"source":23,"target":29},{"source":23,"target":4},{"source":23,"target":19},{"source":29,"target":2},{"source":17,"target":1},{"source":17,"target":30},{"source":17,"target":4},{"source":17,"target":12},{"source":30,"target":1},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":31,"target":6},{"source":31,"target":33},{"source":31,"target":5},{"source":31,"target":34},{"source":33,"target":6},{"source":32,"target":8},{"source":32,"target":35},{"source":32,"target":5},{"source":32,"target":36},{"source":35,"target":8},{"source":6,"target":0},{"source":6,"target":34},{"source":6,"target":37},{"source":6,"target":38},{"source":34,"target":5},{"source":34,"target":39},{"source":34,"target":6},{"source":34,"target":31},{"source":39,"target":5},{"source":37,"target":7},{"source":37,"target":40},{"source":37,"target":6},{"source":37,"target":41},{"source":40,"target":7},{"source":38,"target":8},{"source":38,"target":42},{"source":38,"target":6},{"source":38,"target":43},{"source":42,"target":8},{"source":7,"target":0},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":41},{"source":44,"target":47},{"source":44,"target":7},{"source":45,"target":48},{"source":45,"target":7},{"source":46,"target":49},{"source":46,"target":7},{"source":41,"target":6},{"source":41,"target":50},{"source":41,"target":7},{"source":41,"target":37},{"source":50,"target":6},{"source":8,"target":0},{"source":8,"target":36},{"source":8,"target":43},{"source":36,"target":5},{"source":36,"target":51},{"source":36,"target":8},{"source":36,"target":32},{"source":51,"target":5},{"source":43,"target":6},{"source":43,"target":52},{"source":43,"target":8},{"source":43,"target":38},{"source":52,"target":6},{"source":9,"target":0},{"source":9,"target":53},{"source":9,"target":54},{"source":53,"target":6},{"source":53,"target":55},{"source":53,"target":9},{"source":55,"target":6},{"source":54,"target":5},{"source":54,"target":56},{"source":54,"target":9},{"source":56,"target":5},{"source":10,"target":57},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":0},{"source":57,"target":10},{"source":57,"target":66},{"source":57,"target":67},{"source":66,"target":59},{"source":66,"target":68},{"source":66,"target":57},{"source":68,"target":59},{"source":67,"target":60},{"source":67,"target":69},{"source":67,"target":57},{"source":69,"target":60},{"source":58,"target":10},{"source":58,"target":70},{"source":58,"target":71},{"source":70,"target":59},{"source":70,"target":72},{"source":70,"target":58},{"source":70,"target":73},{"source":72,"target":59},{"source":71,"target":60},{"source":71,"target":74},{"source":71,"target":58},{"source":71,"target":75},{"source":74,"target":60},{"source":59,"target":10},{"source":59,"target":76},{"source":59,"target":73},{"source":59,"target":77},{"source":76,"target":60},{"source":76,"target":78},{"source":76,"target":59},{"source":76,"target":79},{"source":78,"target":60},{"source":73,"target":58},{"source":73,"target":80},{"source":73,"target":59},{"source":73,"target":70},{"source":80,"target":58},{"source":77,"target":61},{"source":77,"target":81},{"source":77,"target":59},{"source":81,"target":61},{"source":60,"target":10},{"source":60,"target":79},{"source":60,"target":75},{"source":60,"target":82},{"source":79,"target":59},{"source":79,"target":83},{"source":79,"target":60},{"source":79,"target":76},{"source":83,"target":59},{"source":75,"target":58},{"source":75,"target":84},{"source":75,"target":60},{"source":75,"target":71},{"source":84,"target":58},{"source":82,"target":62},{"source":82,"target":85},{"source":82,"target":60},{"source":85,"target":62},{"source":61,"target":10},{"source":61,"target":86},{"source":61,"target":87},{"source":86,"target":62},{"source":86,"target":88},{"source":86,"target":61},{"source":86,"target":89},{"source":88,"target":62},{"source":87,"target":63},{"source":87,"target":90},{"source":87,"target":61},{"source":87,"target":91},{"source":90,"target":63},{"source":62,"target":10},{"source":62,"target":89},{"source":62,"target":92},{"source":62,"target":93},{"source":89,"target":61},{"source":89,"target":94},{"source":89,"target":62},{"source":89,"target":86},{"source":94,"target":61},{"source":92,"target":63},{"source":92,"target":95},{"source":92,"target":62},{"source":92,"target":96},{"source":95,"target":63},{"source":93,"target":65},{"source":93,"target":97},{"source":93,"target":62},{"source":93,"target":98},{"source":97,"target":65},{"source":63,"target":10},{"source":63,"target":91},{"source":63,"target":96},{"source":91,"target":61},{"source":91,"target":99},{"source":91,"target":63},{"source":91,"target":87},{"source":99,"target":61},{"source":96,"target":62},{"source":96,"target":100},{"source":96,"target":63},{"source":96,"target":92},{"source":100,"target":62},{"source":64,"target":10},{"source":64,"target":101},{"source":64,"target":102},{"source":101,"target":61},{"source":101,"target":103},{"source":101,"target":64},{"source":103,"target":61},{"source":102,"target":62},{"source":102,"target":104},{"source":102,"target":64},{"source":104,"target":62},{"source":65,"target":10},{"source":65,"target":105},{"source":65,"target":106},{"source":65,"target":107},{"source":65,"target":98},{"source":105,"target":108},{"source":105,"target":65},{"source":106,"target":109},{"source":106,"target":65},{"source":107,"target":110},{"source":107,"target":65},{"source":98,"target":62},{"source":98,"target":111},{"source":98,"target":65},{"source":98,"target":93},{"source":111,"target":62}],"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="rdbmsMM"
nsURI="http://org.eclipse.qvt.declarative.examples.qvtcore.uml2rdbms/SimpleRdbms"
nsPrefix="rdbmsMM">
<eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//RModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
lowerBound="1" eType="#//Table" eOpposite="#//Table/column"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1"
upperBound="-1" eType="#//Key" eOpposite="#//Key/column"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="foreignKey" ordered="false"
lowerBound="1" upperBound="-1" eType="#//ForeignKey" eOpposite="#//ForeignKey/column"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="#//RModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" ordered="false"
lowerBound="1" eType="#//Schema"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" ordered="false"
lowerBound="1" eType="#//Key" eOpposite="#//Key/referedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
lowerBound="1" eType="#//Table" eOpposite="#//Table/foreignKey"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="column" upperBound="-1"
eType="#//Column" eOpposite="#//Column/foreignKey"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Key" eSuperTypes="#//RModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false"
lowerBound="1" eType="#//Table" eOpposite="#//Table/key"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="column" upperBound="-1"
eType="#//Column" eOpposite="#//Column/key"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referedBy" ordered="false"
lowerBound="1" upperBound="-1" eType="#//ForeignKey" eOpposite="#//ForeignKey/refersTo"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RModelElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Schema" eSuperTypes="#//RModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1"
eType="#//Table" containment="true" eOpposite="#//Table/schema"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//RModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="schema" ordered="false"
lowerBound="1" eType="#//Schema" eOpposite="#//Schema/tables"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="column" upperBound="-1"
eType="#//Column" containment="true" eOpposite="#//Column/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" upperBound="-1" eType="#//Key"
containment="true" eOpposite="#//Key/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="foreignKey" upperBound="-1"
eType="#//ForeignKey" eOpposite="#//ForeignKey/owner"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/arcanefoam/qvtMustus/tests/org.eclipse.qvtd.xtext.qvtcore.tests/src/org/eclipse/qvtd/xtext/qvtcore/tests/models/SimpleRdbms.ecore | ecore | rdbmsMM
Column
type
owner
key
foreignKey
ForeignKey
schema
refersTo
owner
column
Key
owner
column
referedBy
RModelElement
kind
name
Schema
tables
Table
schema
column
key
foreignKey | null | {"directed":true,"nodes":[{"nsPrefix":"rdbmsMM","nsURI":"http://org.eclipse.qvt.declarative.examples.qvtcore.uml2rdbms/SimpleRdbms","name":"rdbmsMM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RModelElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":7,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"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":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"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":"foreignKey","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"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":"schema","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"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":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"foreignKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"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":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"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":"kind","changeable":true,"lowerBound":1,"iD":false,"id":35,"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":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schema","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":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":4},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":7,"target":12},{"source":7,"target":1},{"source":8,"target":6},{"source":8,"target":13},{"source":8,"target":1},{"source":8,"target":14},{"source":13,"target":6},{"source":9,"target":3},{"source":9,"target":15},{"source":9,"target":1},{"source":9,"target":16},{"source":15,"target":3},{"source":10,"target":2},{"source":10,"target":17},{"source":10,"target":1},{"source":10,"target":18},{"source":17,"target":2},{"source":11,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":18},{"source":2,"target":22},{"source":19,"target":5},{"source":19,"target":23},{"source":19,"target":2},{"source":23,"target":5},{"source":20,"target":3},{"source":20,"target":24},{"source":20,"target":2},{"source":20,"target":25},{"source":24,"target":3},{"source":21,"target":6},{"source":21,"target":26},{"source":21,"target":2},{"source":21,"target":27},{"source":26,"target":6},{"source":18,"target":1},{"source":18,"target":28},{"source":18,"target":2},{"source":18,"target":10},{"source":28,"target":1},{"source":22,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":29},{"source":3,"target":16},{"source":3,"target":25},{"source":3,"target":30},{"source":29,"target":6},{"source":29,"target":31},{"source":29,"target":3},{"source":29,"target":32},{"source":31,"target":6},{"source":16,"target":1},{"source":16,"target":33},{"source":16,"target":3},{"source":16,"target":9},{"source":33,"target":1},{"source":25,"target":2},{"source":25,"target":34},{"source":25,"target":3},{"source":25,"target":20},{"source":34,"target":2},{"source":30,"target":4},{"source":4,"target":0},{"source":4,"target":35},{"source":4,"target":36},{"source":35,"target":37},{"source":35,"target":4},{"source":36,"target":38},{"source":36,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":39},{"source":5,"target":40},{"source":39,"target":6},{"source":39,"target":41},{"source":39,"target":5},{"source":39,"target":42},{"source":41,"target":6},{"source":40,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":42},{"source":6,"target":14},{"source":6,"target":32},{"source":6,"target":27},{"source":6,"target":43},{"source":42,"target":5},{"source":42,"target":44},{"source":42,"target":6},{"source":42,"target":39},{"source":44,"target":5},{"source":14,"target":1},{"source":14,"target":45},{"source":14,"target":6},{"source":14,"target":8},{"source":45,"target":1},{"source":32,"target":3},{"source":32,"target":46},{"source":32,"target":6},{"source":32,"target":29},{"source":46,"target":3},{"source":27,"target":2},{"source":27,"target":47},{"source":27,"target":6},{"source":27,"target":21},{"source":47,"target":2},{"source":43,"target":4}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="wav"
nsURI="http:///com/skratchdot/riff/wav/RIFFWave.ecore" nsPrefix="com.skratchdot.riff.wav">
<eClassifiers xsi:type="ecore:EClass" name="RIFFWave">
<eOperations name="getChunksByEClass">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList">
<eTypeArguments eClassifier="#//Chunk"/>
</eGenericType>
<eParameters name="eClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eOperations>
<eOperations name="getFirstChunkByEClass" eType="#//Chunk">
<eParameters name="eClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
</eOperations>
<eOperations name="init" eExceptions="#//RiffWaveException">
<eParameters name="buf" eType="#//ExtendedByteBuffer"/>
</eOperations>
<eOperations name="toAudioFileFormat" eType="#//AudioFileFormat" eExceptions="#//UnsupportedAudioFileException"/>
<eOperations name="toAudioFormat" eType="#//AudioFormat" eExceptions="#//UnsupportedAudioFileException"/>
<eOperations name="toAudioInputStream" eType="#//AudioInputStream" eExceptions="#//UnsupportedAudioFileException"/>
<eOperations name="toByteArray" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"
eExceptions="#//RiffWaveException"/>
<eOperations name="write" eExceptions="#//IOException #//RiffWaveException">
<eParameters name="file" eType="#//File"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="chunks" upperBound="-1"
eType="#//Chunk" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parseChunkExceptions" upperBound="-1"
eType="#//ParseChunkException" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Channel">
<eStructuralFeatures xsi:type="ecore:EReference" name="sampleData" eType="#//SampleData"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Chunk" abstract="true">
<eOperations name="init" eExceptions="#//RiffWaveException">
<eParameters name="riffWave" eType="#//RIFFWave"/>
<eParameters name="buf" eType="#//ExtendedByteBuffer"/>
</eOperations>
<eOperations name="toByteArray" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"
eExceptions="#//RiffWaveException"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blockAlignedSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chunkTypeID" eType="#//ChunkTypeID"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chunkTypeIDValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkCue" eSuperTypes="#//Chunk">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfCuePoints" eType="#//UnsignedInt"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cuePoints" upperBound="-1"
eType="#//CuePoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkData" eSuperTypes="#//Chunk">
<eStructuralFeatures xsi:type="ecore:EReference" name="channels" upperBound="-1"
eType="#//Channel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sampleDataOriginal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkDataList" eSuperTypes="#//Chunk">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeID" eType="#//ChunkDataListTypeID"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataListChunks" upperBound="-1"
eType="#//ChunkDataListType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkDataListType" abstract="true" eSuperTypes="#//Chunk">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cuePointID" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textAsString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkDataListTypeLabel" eSuperTypes="#//ChunkDataListType"/>
<eClassifiers xsi:type="ecore:EClass" name="ChunkDataListTypeLabeledText" eSuperTypes="#//ChunkDataListType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sampleLength" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="purposeID" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="#//UnsignedShort"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="#//UnsignedShort"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dialect" eType="#//UnsignedShort"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codePage" eType="#//UnsignedShort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkDataListTypeNote" eSuperTypes="#//ChunkDataListType"/>
<eClassifiers xsi:type="ecore:EClass" name="ChunkFact" eSuperTypes="#//Chunk">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formatDependantData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkFormat" eSuperTypes="#//Chunk">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compressionCode" eType="#//CompressionCode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="compressionCodeValue" eType="#//UnsignedShort"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfChannels" eType="#//UnsignedShort"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sampleRate" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="averageBytesPerSecond"
eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blockAlign" eType="#//UnsignedShort"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="significantBitsPerSample"
eType="#//UnsignedShort"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfExtraFormatBytes"
eType="#//UnsignedShort" changeable="false" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extraFormatBytes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkInstrument" eSuperTypes="#//Chunk">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unshiftedNote" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fineTune" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowNote" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="highNote" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowVelocity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="highVelocity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkPlayList" eSuperTypes="#//Chunk">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfSegments" eType="#//UnsignedInt"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="segments" upperBound="-1"
eType="#//Segment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkSampler" eSuperTypes="#//Chunk">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="manufacturer" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="product" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="samplePeriod" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="midiUnityNote" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="midiPitchFraction" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="smpteFormat" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="smpteOffset" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfSampleLoops" eType="#//UnsignedInt"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="samplerDataSize" eType="#//UnsignedInt"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sampleLoops" upperBound="-1"
eType="#//SampleLoop" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="samplerData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkSilent" eSuperTypes="#//Chunk">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfSilentSamples"
eType="#//UnsignedInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkUnknown" eSuperTypes="#//Chunk">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unknownChunkTypeIdValue"
eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wavRandomAccessFilePointer"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChunkWaveList" eSuperTypes="#//Chunk">
<eStructuralFeatures xsi:type="ecore:EReference" name="alternatingSilentAndDataChunks"
upperBound="-1" eType="#//Chunk" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CuePoint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cuePointID" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataChunkID" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chunkStart" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blockStart" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sampleOffset" eType="#//UnsignedInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParseChunkException">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exception" eType="#//Exception"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringCause" 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="stringMessage" 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="stringStackTrace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SampleData" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="SampleData8Bit" eSuperTypes="#//SampleData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sample" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SampleData16Bit" eSuperTypes="#//SampleData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sample" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SampleLoop">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cuePointID" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fraction" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="playCount" eType="#//UnsignedInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Segment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cuePointID" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lengthInSamples" eType="#//UnsignedInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfRepeats" eType="#//UnsignedInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ChunkDataListTypeID">
<eLiterals name="UNKNOWN" value="-1" literal="Unknown"/>
<eLiterals name="ADTL" value="1819567201" literal="Associated Data Type List - 'adtl'"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ChunkTypeID">
<eLiterals name="UNKNOWN" value="-1" literal="Unknown Chunk"/>
<eLiterals name="RIFF" value="1179011410" literal="RIFF Header Chunk - 'RIFF'"/>
<eLiterals name="WAVE" value="1163280727" literal="WAVE Header Chunk - 'WAVE'"/>
<eLiterals name="CUE_" value="543520099" literal="Cue Chunk - 'cue '"/>
<eLiterals name="DATA" value="1635017060" literal="Data Chunk - 'data'"/>
<eLiterals name="FACT" value="1952670054" literal="Fact Chunk - 'fact'"/>
<eLiterals name="FMT_" value="544501094" literal="Format Chunk - 'fmt '"/>
<eLiterals name="INST" value="1953721961" literal="Instrument Chunk - 'inst'"/>
<eLiterals name="LABL" value="1818386796" literal="Label Chunk - 'labl'"/>
<eLiterals name="LIST" value="1953720684" literal="Data List Chunk - 'list'"/>
<eLiterals name="LTXT" value="1954051180" literal="Labeled Text Chunk - 'ltxt'"/>
<eLiterals name="NOTE" value="1702129518" literal="Note Chunk - 'note'"/>
<eLiterals name="PLST" value="1953721456" literal="Playlist Chunk - 'plst'"/>
<eLiterals name="SINT" value="1953393779" literal="Silent Chunk - 'slnt'"/>
<eLiterals name="SMPL" value="1819307379" literal="Sampler Chunk - 'smpl'"/>
<eLiterals name="WAVL" value="1819697527" literal="Wave List Chunk - 'wavl'"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CompressionCode">
<eLiterals name="COMPRESSION_CODE_0" literal="Unknown"/>
<eLiterals name="COMPRESSION_CODE_1" value="1" literal="PCM/uncompressed"/>
<eLiterals name="COMPRESSION_CODE_2" value="2" literal="Microsoft ADPCM"/>
<eLiterals name="COMPRESSION_CODE_6" value="6" literal="ITU G.711 a-law"/>
<eLiterals name="COMPRESSION_CODE_7" value="7" literal="ITU G.711 Au-law"/>
<eLiterals name="COMPRESSION_CODE_17" value="17" literal="IMA ADPCM"/>
<eLiterals name="COMPRESSION_CODE_20" value="20" literal="ITU G.723 ADPCM (Yamaha)"/>
<eLiterals name="COMPRESSION_CODE_49" value="49" literal="GSM 6.10"/>
<eLiterals name="COMPRESSION_CODE_64" value="64" literal="ITU G.721 ADPCM"/>
<eLiterals name="COMPRESSION_CODE_80" value="80" literal="MPEG"/>
<eLiterals name="COMPRESSION_CODE_65536" value="65536" literal="Experimental"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SampleLoopType">
<eLiterals name="UNKNOWN" value="-1" literal="Unknown"/>
<eLiterals name="FORWARD" literal="Loop Forward (normal)"/>
<eLiterals name="PING_PONG" value="1" literal="Alternating loop (forward/backward, also known as Ping Pong)"/>
<eLiterals name="BACKWARD" value="2" literal="Loop backward (reverse)"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SMPTEFormat">
<eLiterals name="SMPTE_0" literal="no SMPTE offset"/>
<eLiterals name="SMPTE_24" value="24" literal="24 frames per second"/>
<eLiterals name="SMPTE_25" value="25" literal="25 frames per second"/>
<eLiterals name="SMPTE_29" value="29" literal="30 frames per second with frame dropping (30 drop)"/>
<eLiterals name="SMPTE_30" value="30" literal="30 frames per second"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="AudioFileFormat" instanceClassName="javax.sound.sampled.AudioFileFormat"/>
<eClassifiers xsi:type="ecore:EDataType" name="AudioFormat" instanceClassName="javax.sound.sampled.AudioFormat"/>
<eClassifiers xsi:type="ecore:EDataType" name="AudioInputStream" instanceClassName="javax.sound.sampled.AudioInputStream"/>
<eClassifiers xsi:type="ecore:EDataType" name="Exception" instanceClassName="java.lang.Exception"/>
<eClassifiers xsi:type="ecore:EDataType" name="ExtendedByteBuffer" instanceClassName="com.skratchdot.riff.wav.util.ExtendedByteBuffer"/>
<eClassifiers xsi:type="ecore:EDataType" name="File" instanceClassName="java.io.File"/>
<eClassifiers xsi:type="ecore:EDataType" name="IOException" instanceClassName="java.io.IOException"/>
<eClassifiers xsi:type="ecore:EDataType" name="RiffWaveException" instanceClassName="com.skratchdot.riff.wav.util.RiffWaveException"/>
<eClassifiers xsi:type="ecore:EDataType" name="UnsignedShort" instanceClassName="java.lang.Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="UnsignedInt" instanceClassName="java.lang.Long"/>
<eClassifiers xsi:type="ecore:EDataType" name="UnsupportedAudioFileException" instanceClassName="javax.sound.sampled.UnsupportedAudioFileException"/>
</ecore:EPackage>
| github:ecore:/data/svn2github/riff-wav-for-java/com.skratchdot.riff.wav/model/RIFFWave.ecore | ecore | wav
RIFFWave
getChunksByEClass
eClass
getFirstChunkByEClass
eClass
init
buf
toAudioFileFormat
toAudioFormat
toAudioInputStream
toByteArray
write
file
chunks
parseChunkExceptions
size
Channel
sampleData
Chunk
init
riffWave
buf
toByteArray
blockAlignedSize
size
chunkTypeID
chunkTypeIDValue
ChunkCue
numberOfCuePoints
cuePoints
ChunkData
channels
sampleDataOriginal
ChunkDataList
typeID
dataListChunks
ChunkDataListType
cuePointID
text
textAsString
ChunkDataListTypeLabel
ChunkDataListTypeLabeledText
sampleLength
purposeID
country
language
dialect
codePage
ChunkDataListTypeNote
ChunkFact
formatDependantData
ChunkFormat
compressionCode
compressionCodeValue
numberOfChannels
sampleRate
averageBytesPerSecond
blockAlign
significantBitsPerSample
numberOfExtraFormatBytes
extraFormatBytes
ChunkInstrument
unshiftedNote
fineTune
gain
lowNote
highNote
lowVelocity
highVelocity
ChunkPlayList
numberOfSegments
segments
ChunkSampler
manufacturer
product
samplePeriod
midiUnityNote
midiPitchFraction
smpteFormat
smpteOffset
numberOfSampleLoops
samplerDataSize
sampleLoops
samplerData
ChunkSilent
numberOfSilentSamples
ChunkUnknown
data
unknownChunkTypeIdValue
wavRandomAccessFilePointer
ChunkWaveList
alternatingSilentAndDataChunks
CuePoint
cuePointID
position
dataChunkID
chunkStart
blockStart
sampleOffset
ParseChunkException
exception
stringCause
stringMessage
stringStackTrace
SampleData
SampleData8Bit
sample
SampleData16Bit
sample
SampleLoop
cuePointID
type
start
end
fraction
playCount
Segment
cuePointID
lengthInSamples
numberOfRepeats
ChunkDataListTypeID
UNKNOWN
Unknown
ADTL
Associated Data Type List - 'adtl'
ChunkTypeID
UNKNOWN
Unknown Chunk
RIFF
RIFF Header Chunk - 'RIFF'
WAVE
WAVE Header Chunk - 'WAVE'
CUE_
Cue Chunk - 'cue '
DATA
Data Chunk - 'data'
FACT
Fact Chunk - 'fact'
FMT_
Format Chunk - 'fmt '
INST
Instrument Chunk - 'inst'
LABL
Label Chunk - 'labl'
LIST
Data List Chunk - 'list'
LTXT
Labeled Text Chunk - 'ltxt'
NOTE
Note Chunk - 'note'
PLST
Playlist Chunk - 'plst'
SINT
Silent Chunk - 'slnt'
SMPL
Sampler Chunk - 'smpl'
WAVL
Wave List Chunk - 'wavl'
CompressionCode
COMPRESSION_CODE_0
Unknown
COMPRESSION_CODE_1
PCM/uncompressed
COMPRESSION_CODE_2
Microsoft ADPCM
COMPRESSION_CODE_6
ITU G.711 a-law
COMPRESSION_CODE_7
ITU G.711 Au-law
COMPRESSION_CODE_17
IMA ADPCM
COMPRESSION_CODE_20
ITU G.723 ADPCM (Yamaha)
COMPRESSION_CODE_49
GSM 6.10
COMPRESSION_CODE_64
ITU G.721 ADPCM
COMPRESSION_CODE_80
MPEG
COMPRESSION_CODE_65536
Experimental
SampleLoopType
UNKNOWN
Unknown
FORWARD
Loop Forward (normal)
PING_PONG
Alternating loop (forward/backward, also known as Ping Pong)
BACKWARD
Loop backward (reverse)
SMPTEFormat
SMPTE_0
no SMPTE offset
SMPTE_24
24 frames per second
SMPTE_25
25 frames per second
SMPTE_29
30 frames per second with frame dropping (30 drop)
SMPTE_30
30 frames per second
AudioFileFormat
javax.sound.sampled.AudioFileFormat
javax.sound.sampled.AudioFileFormat
AudioFormat
javax.sound.sampled.AudioFormat
javax.sound.sampled.AudioFormat
AudioInputStream
javax.sound.sampled.AudioInputStream
javax.sound.sampled.AudioInputStream
Exception
java.lang.Exception
java.lang.Exception
ExtendedByteBuffer
com.skratchdot.riff.wav.util.ExtendedByteBuffer
com.skratchdot.riff.wav.util.ExtendedByteBuffer
File
java.io.File
java.io.File
IOException
java.io.IOException
java.io.IOException
RiffWaveException
com.skratchdot.riff.wav.util.RiffWaveException
com.skratchdot.riff.wav.util.RiffWaveException
UnsignedShort
java.lang.Integer
java.lang.Integer
UnsignedInt
java.lang.Long
java.lang.Long
UnsupportedAudioFileException
javax.sound.sampled.UnsupportedAudioFileException
javax.sound.sampled.UnsupportedAudioFileException | null | {"directed":true,"nodes":[{"nsPrefix":"com.skratchdot.riff.wav","nsURI":"http:///com/skratchdot/riff/wav/RIFFWave.ecore","name":"wav","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RIFFWave","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Channel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chunk","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkCue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkData","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkDataList","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkDataListType","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkDataListTypeLabel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkDataListTypeLabeledText","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkDataListTypeNote","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkFact","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkFormat","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkInstrument","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkPlayList","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkSampler","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkSilent","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkUnknown","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChunkWaveList","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CuePoint","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParseChunkException","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SampleData","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SampleData8Bit","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SampleData16Bit","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SampleLoop","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Segment","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChunkDataListTypeID","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChunkTypeID","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompressionCode","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SampleLoopType","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SMPTEFormat","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"javax.sound.sampled.AudioFileFormat","defaultValue":null,"instanceClassName":"javax.sound.sampled.AudioFileFormat","name":"AudioFileFormat","instanceClass":"javax.sound.sampled.AudioFileFormat","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.sound.sampled.AudioFormat","defaultValue":null,"instanceClassName":"javax.sound.sampled.AudioFormat","name":"AudioFormat","instanceClass":"javax.sound.sampled.AudioFormat","id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.sound.sampled.AudioInputStream","defaultValue":null,"instanceClassName":"javax.sound.sampled.AudioInputStream","name":"AudioInputStream","instanceClass":"javax.sound.sampled.AudioInputStream","id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Exception","defaultValue":null,"instanceClassName":"java.lang.Exception","name":"Exception","instanceClass":"java.lang.Exception","id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.skratchdot.riff.wav.util.ExtendedByteBuffer","defaultValue":null,"instanceClassName":"com.skratchdot.riff.wav.util.ExtendedByteBuffer","name":"ExtendedByteBuffer","instanceClass":null,"id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.io.File","defaultValue":null,"instanceClassName":"java.io.File","name":"File","instanceClass":"java.io.File","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.io.IOException","defaultValue":null,"instanceClassName":"java.io.IOException","name":"IOException","instanceClass":"java.io.IOException","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.skratchdot.riff.wav.util.RiffWaveException","defaultValue":null,"instanceClassName":"com.skratchdot.riff.wav.util.RiffWaveException","name":"RiffWaveException","instanceClass":null,"id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"UnsignedShort","instanceClass":"java.lang.Integer","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"UnsignedInt","instanceClass":"java.lang.Long","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.sound.sampled.UnsupportedAudioFileException","defaultValue":null,"instanceClassName":"javax.sound.sampled.UnsupportedAudioFileException","name":"UnsupportedAudioFileException","instanceClass":"javax.sound.sampled.UnsupportedAudioFileException","id":41,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getChunksByEClass","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFirstChunkByEClass","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toAudioFileFormat","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toAudioFormat","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toAudioInputStream","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toByteArray","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"write","lowerBound":0,"id":49,"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":"chunks","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":"parseChunkExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"size","changeable":false,"lowerBound":0,"iD":false,"id":52,"derived":true},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EParameter"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"buf","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sampleData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toByteArray","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"blockAlignedSize","changeable":false,"lowerBound":0,"iD":false,"id":82,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"size","changeable":false,"lowerBound":0,"iD":false,"id":83,"derived":true},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"chunkTypeID","changeable":false,"lowerBound":0,"iD":false,"id":84,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"chunkTypeIDValue","changeable":false,"lowerBound":0,"iD":false,"id":85,"derived":true},{"ordered":true,"upperBound":1,"unique":true,"name":"riffWave","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"buf","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"},{"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":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"numberOfCuePoints","changeable":false,"lowerBound":0,"iD":false,"id":97,"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":"cuePoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sampleDataOriginal","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeID","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataListChunks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cuePointID","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":"text","changeable":true,"lowerBound":0,"iD":false,"id":113,"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":"textAsString","changeable":false,"lowerBound":0,"iD":false,"id":114,"derived":true},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"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":"sampleLength","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":"purposeID","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":"country","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":"language","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dialect","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codePage","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formatDependantData","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"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":"compressionCode","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":"compressionCodeValue","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfChannels","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":"sampleRate","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"averageBytesPerSecond","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":"blockAlign","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":"significantBitsPerSample","changeable":true,"lowerBound":0,"iD":false,"id":143,"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":"numberOfExtraFormatBytes","changeable":false,"lowerBound":0,"iD":false,"id":144,"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":"extraFormatBytes","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unshiftedNote","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":"fineTune","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":"gain","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowNote","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"highNote","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowVelocity","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"highVelocity","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"numberOfSegments","changeable":false,"lowerBound":0,"iD":false,"id":171,"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":"segments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"manufacturer","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":"product","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"samplePeriod","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"midiUnityNote","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":"midiPitchFraction","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":"smpteFormat","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":"smpteOffset","changeable":true,"lowerBound":0,"iD":false,"id":182,"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":"numberOfSampleLoops","changeable":false,"lowerBound":0,"iD":false,"id":183,"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":"samplerDataSize","changeable":false,"lowerBound":0,"iD":false,"id":184,"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":"sampleLoops","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":"samplerData","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfSilentSamples","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"data","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":"unknownChunkTypeIdValue","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":"wavRandomAccessFilePointer","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternatingSilentAndDataChunks","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"cuePointID","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataChunkID","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"chunkStart","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blockStart","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":"sampleOffset","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"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":"exception","changeable":true,"lowerBound":0,"iD":false,"id":224,"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":"stringCause","changeable":false,"lowerBound":0,"iD":false,"id":225,"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":"stringMessage","changeable":false,"lowerBound":0,"iD":false,"id":226,"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":"stringStackTrace","changeable":false,"lowerBound":0,"iD":false,"id":227,"derived":true},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"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":"sample","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"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":"sample","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"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":"cuePointID","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"lowerBound":0,"iD":false,"id":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":"end","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":"fraction","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"playCount","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cuePointID","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lengthInSamples","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfRepeats","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"name":"UNKNOWN","id":256,"value":-1,"literal":"Unknown","eClass":"EEnumLiteral"},{"name":"ADTL","id":257,"value":1819567201,"literal":"Associated Data Type List - 'adtl'","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":258,"value":-1,"literal":"Unknown Chunk","eClass":"EEnumLiteral"},{"name":"RIFF","id":259,"value":1179011410,"literal":"RIFF Header Chunk - 'RIFF'","eClass":"EEnumLiteral"},{"name":"WAVE","id":260,"value":1163280727,"literal":"WAVE Header Chunk - 'WAVE'","eClass":"EEnumLiteral"},{"name":"CUE_","id":261,"value":543520099,"literal":"Cue Chunk - 'cue '","eClass":"EEnumLiteral"},{"name":"DATA","id":262,"value":1635017060,"literal":"Data Chunk - 'data'","eClass":"EEnumLiteral"},{"name":"FACT","id":263,"value":1952670054,"literal":"Fact Chunk - 'fact'","eClass":"EEnumLiteral"},{"name":"FMT_","id":264,"value":544501094,"literal":"Format Chunk - 'fmt '","eClass":"EEnumLiteral"},{"name":"INST","id":265,"value":1953721961,"literal":"Instrument Chunk - 'inst'","eClass":"EEnumLiteral"},{"name":"LABL","id":266,"value":1818386796,"literal":"Label Chunk - 'labl'","eClass":"EEnumLiteral"},{"name":"LIST","id":267,"value":1953720684,"literal":"Data List Chunk - 'list'","eClass":"EEnumLiteral"},{"name":"LTXT","id":268,"value":1954051180,"literal":"Labeled Text Chunk - 'ltxt'","eClass":"EEnumLiteral"},{"name":"NOTE","id":269,"value":1702129518,"literal":"Note Chunk - 'note'","eClass":"EEnumLiteral"},{"name":"PLST","id":270,"value":1953721456,"literal":"Playlist Chunk - 'plst'","eClass":"EEnumLiteral"},{"name":"SINT","id":271,"value":1953393779,"literal":"Silent Chunk - 'slnt'","eClass":"EEnumLiteral"},{"name":"SMPL","id":272,"value":1819307379,"literal":"Sampler Chunk - 'smpl'","eClass":"EEnumLiteral"},{"name":"WAVL","id":273,"value":1819697527,"literal":"Wave List Chunk - 'wavl'","eClass":"EEnumLiteral"},{"name":"COMPRESSION_CODE_0","id":274,"value":0,"literal":"Unknown","eClass":"EEnumLiteral"},{"name":"COMPRESSION_CODE_1","id":275,"value":1,"literal":"PCM/uncompressed","eClass":"EEnumLiteral"},{"name":"COMPRESSION_CODE_2","id":276,"value":2,"literal":"Microsoft ADPCM","eClass":"EEnumLiteral"},{"name":"COMPRESSION_CODE_6","id":277,"value":6,"literal":"ITU G.711 a-law","eClass":"EEnumLiteral"},{"name":"COMPRESSION_CODE_7","id":278,"value":7,"literal":"ITU G.711 Au-law","eClass":"EEnumLiteral"},{"name":"COMPRESSION_CODE_17","id":279,"value":17,"literal":"IMA ADPCM","eClass":"EEnumLiteral"},{"name":"COMPRESSION_CODE_20","id":280,"value":20,"literal":"ITU G.723 ADPCM (Yamaha)","eClass":"EEnumLiteral"},{"name":"COMPRESSION_CODE_49","id":281,"value":49,"literal":"GSM 6.10","eClass":"EEnumLiteral"},{"name":"COMPRESSION_CODE_64","id":282,"value":64,"literal":"ITU G.721 ADPCM","eClass":"EEnumLiteral"},{"name":"COMPRESSION_CODE_80","id":283,"value":80,"literal":"MPEG","eClass":"EEnumLiteral"},{"name":"COMPRESSION_CODE_65536","id":284,"value":65536,"literal":"Experimental","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":285,"value":-1,"literal":"Unknown","eClass":"EEnumLiteral"},{"name":"FORWARD","id":286,"value":0,"literal":"Loop Forward (normal)","eClass":"EEnumLiteral"},{"name":"PING_PONG","id":287,"value":1,"literal":"Alternating loop (forward/backward, also known as Ping Pong)","eClass":"EEnumLiteral"},{"name":"BACKWARD","id":288,"value":2,"literal":"Loop backward (reverse)","eClass":"EEnumLiteral"},{"name":"SMPTE_0","id":289,"value":0,"literal":"no SMPTE offset","eClass":"EEnumLiteral"},{"name":"SMPTE_24","id":290,"value":24,"literal":"24 frames per second","eClass":"EEnumLiteral"},{"name":"SMPTE_25","id":291,"value":25,"literal":"25 frames per second","eClass":"EEnumLiteral"},{"name":"SMPTE_29","id":292,"value":29,"literal":"30 frames per second with frame dropping (30 drop)","eClass":"EEnumLiteral"},{"name":"SMPTE_30","id":293,"value":30,"literal":"30 frames per 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":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":1,"target":0},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":42,"target":53},{"source":42,"target":1},{"source":42,"target":54},{"source":53,"target":55},{"source":55,"target":3},{"source":54,"target":56},{"source":54,"target":42},{"source":43,"target":3},{"source":43,"target":57},{"source":43,"target":1},{"source":43,"target":58},{"source":57,"target":3},{"source":58,"target":59},{"source":58,"target":43},{"source":44,"target":1},{"source":44,"target":60},{"source":44,"target":38},{"source":44,"target":61},{"source":60,"target":35},{"source":60,"target":62},{"source":60,"target":44},{"source":62,"target":35},{"source":61,"target":38},{"source":45,"target":31},{"source":45,"target":63},{"source":45,"target":1},{"source":45,"target":41},{"source":45,"target":64},{"source":63,"target":31},{"source":64,"target":41},{"source":46,"target":32},{"source":46,"target":65},{"source":46,"target":1},{"source":46,"target":41},{"source":46,"target":66},{"source":65,"target":32},{"source":66,"target":41},{"source":47,"target":33},{"source":47,"target":67},{"source":47,"target":1},{"source":47,"target":41},{"source":47,"target":68},{"source":67,"target":33},{"source":68,"target":41},{"source":48,"target":69},{"source":48,"target":1},{"source":48,"target":38},{"source":48,"target":70},{"source":70,"target":38},{"source":49,"target":1},{"source":49,"target":71},{"source":49,"target":37},{"source":49,"target":38},{"source":49,"target":72},{"source":49,"target":73},{"source":71,"target":36},{"source":71,"target":74},{"source":71,"target":49},{"source":74,"target":36},{"source":72,"target":37},{"source":73,"target":38},{"source":50,"target":3},{"source":50,"target":75},{"source":50,"target":1},{"source":75,"target":3},{"source":51,"target":20},{"source":51,"target":76},{"source":51,"target":1},{"source":76,"target":20},{"source":52,"target":77},{"source":52,"target":1},{"source":2,"target":0},{"source":2,"target":78},{"source":78,"target":21},{"source":78,"target":79},{"source":78,"target":2},{"source":79,"target":21},{"source":3,"target":0},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":80,"target":3},{"source":80,"target":86},{"source":80,"target":87},{"source":80,"target":38},{"source":80,"target":88},{"source":86,"target":1},{"source":86,"target":89},{"source":86,"target":80},{"source":89,"target":1},{"source":87,"target":35},{"source":87,"target":90},{"source":87,"target":80},{"source":90,"target":35},{"source":88,"target":38},{"source":81,"target":91},{"source":81,"target":3},{"source":81,"target":38},{"source":81,"target":92},{"source":92,"target":38},{"source":82,"target":93},{"source":82,"target":3},{"source":83,"target":94},{"source":83,"target":3},{"source":84,"target":27},{"source":84,"target":95},{"source":84,"target":3},{"source":95,"target":27},{"source":85,"target":96},{"source":85,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":97},{"source":4,"target":98},{"source":4,"target":99},{"source":97,"target":40},{"source":97,"target":100},{"source":97,"target":4},{"source":100,"target":40},{"source":98,"target":19},{"source":98,"target":101},{"source":98,"target":4},{"source":101,"target":19},{"source":99,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":102,"target":2},{"source":102,"target":105},{"source":102,"target":5},{"source":105,"target":2},{"source":103,"target":106},{"source":103,"target":5},{"source":104,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":107},{"source":6,"target":108},{"source":6,"target":109},{"source":107,"target":26},{"source":107,"target":110},{"source":107,"target":6},{"source":110,"target":26},{"source":108,"target":7},{"source":108,"target":111},{"source":108,"target":6},{"source":111,"target":7},{"source":109,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":112},{"source":7,"target":113},{"source":7,"target":114},{"source":7,"target":115},{"source":112,"target":40},{"source":112,"target":116},{"source":112,"target":7},{"source":116,"target":40},{"source":113,"target":117},{"source":113,"target":7},{"source":114,"target":118},{"source":114,"target":7},{"source":115,"target":3},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":119},{"source":119,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":120},{"source":9,"target":121},{"source":9,"target":122},{"source":9,"target":123},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":120,"target":40},{"source":120,"target":127},{"source":120,"target":9},{"source":127,"target":40},{"source":121,"target":40},{"source":121,"target":128},{"source":121,"target":9},{"source":128,"target":40},{"source":122,"target":39},{"source":122,"target":129},{"source":122,"target":9},{"source":129,"target":39},{"source":123,"target":39},{"source":123,"target":130},{"source":123,"target":9},{"source":130,"target":39},{"source":124,"target":39},{"source":124,"target":131},{"source":124,"target":9},{"source":131,"target":39},{"source":125,"target":39},{"source":125,"target":132},{"source":125,"target":9},{"source":132,"target":39},{"source":126,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":133},{"source":133,"target":7},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":134},{"source":11,"target":135},{"source":134,"target":136},{"source":134,"target":11},{"source":135,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":137},{"source":12,"target":138},{"source":12,"target":139},{"source":12,"target":140},{"source":12,"target":141},{"source":12,"target":142},{"source":12,"target":143},{"source":12,"target":144},{"source":12,"target":145},{"source":12,"target":146},{"source":137,"target":28},{"source":137,"target":147},{"source":137,"target":12},{"source":147,"target":28},{"source":138,"target":39},{"source":138,"target":148},{"source":138,"target":12},{"source":148,"target":39},{"source":139,"target":39},{"source":139,"target":149},{"source":139,"target":12},{"source":149,"target":39},{"source":140,"target":40},{"source":140,"target":150},{"source":140,"target":12},{"source":150,"target":40},{"source":141,"target":40},{"source":141,"target":151},{"source":141,"target":12},{"source":151,"target":40},{"source":142,"target":39},{"source":142,"target":152},{"source":142,"target":12},{"source":152,"target":39},{"source":143,"target":39},{"source":143,"target":153},{"source":143,"target":12},{"source":153,"target":39},{"source":144,"target":39},{"source":144,"target":154},{"source":144,"target":12},{"source":154,"target":39},{"source":145,"target":155},{"source":145,"target":12},{"source":146,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":156},{"source":13,"target":157},{"source":13,"target":158},{"source":13,"target":159},{"source":13,"target":160},{"source":13,"target":161},{"source":13,"target":162},{"source":13,"target":163},{"source":156,"target":164},{"source":156,"target":13},{"source":157,"target":165},{"source":157,"target":13},{"source":158,"target":166},{"source":158,"target":13},{"source":159,"target":167},{"source":159,"target":13},{"source":160,"target":168},{"source":160,"target":13},{"source":161,"target":169},{"source":161,"target":13},{"source":162,"target":170},{"source":162,"target":13},{"source":163,"target":3},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":171},{"source":14,"target":172},{"source":14,"target":173},{"source":171,"target":40},{"source":171,"target":174},{"source":171,"target":14},{"source":174,"target":40},{"source":172,"target":25},{"source":172,"target":175},{"source":172,"target":14},{"source":175,"target":25},{"source":173,"target":3},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":176},{"source":15,"target":177},{"source":15,"target":178},{"source":15,"target":179},{"source":15,"target":180},{"source":15,"target":181},{"source":15,"target":182},{"source":15,"target":183},{"source":15,"target":184},{"source":15,"target":185},{"source":15,"target":186},{"source":15,"target":187},{"source":176,"target":40},{"source":176,"target":188},{"source":176,"target":15},{"source":188,"target":40},{"source":177,"target":40},{"source":177,"target":189},{"source":177,"target":15},{"source":189,"target":40},{"source":178,"target":40},{"source":178,"target":190},{"source":178,"target":15},{"source":190,"target":40},{"source":179,"target":40},{"source":179,"target":191},{"source":179,"target":15},{"source":191,"target":40},{"source":180,"target":40},{"source":180,"target":192},{"source":180,"target":15},{"source":192,"target":40},{"source":181,"target":40},{"source":181,"target":193},{"source":181,"target":15},{"source":193,"target":40},{"source":182,"target":40},{"source":182,"target":194},{"source":182,"target":15},{"source":194,"target":40},{"source":183,"target":40},{"source":183,"target":195},{"source":183,"target":15},{"source":195,"target":40},{"source":184,"target":40},{"source":184,"target":196},{"source":184,"target":15},{"source":196,"target":40},{"source":185,"target":24},{"source":185,"target":197},{"source":185,"target":15},{"source":197,"target":24},{"source":186,"target":198},{"source":186,"target":15},{"source":187,"target":3},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":199},{"source":16,"target":200},{"source":199,"target":40},{"source":199,"target":201},{"source":199,"target":16},{"source":201,"target":40},{"source":200,"target":3},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":202},{"source":17,"target":203},{"source":17,"target":204},{"source":17,"target":205},{"source":202,"target":206},{"source":202,"target":17},{"source":203,"target":40},{"source":203,"target":207},{"source":203,"target":17},{"source":207,"target":40},{"source":204,"target":208},{"source":204,"target":17},{"source":205,"target":3},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":209},{"source":18,"target":210},{"source":209,"target":3},{"source":209,"target":211},{"source":209,"target":18},{"source":211,"target":3},{"source":210,"target":3},{"source":19,"target":0},{"source":19,"target":212},{"source":19,"target":213},{"source":19,"target":214},{"source":19,"target":215},{"source":19,"target":216},{"source":19,"target":217},{"source":212,"target":40},{"source":212,"target":218},{"source":212,"target":19},{"source":218,"target":40},{"source":213,"target":40},{"source":213,"target":219},{"source":213,"target":19},{"source":219,"target":40},{"source":214,"target":40},{"source":214,"target":220},{"source":214,"target":19},{"source":220,"target":40},{"source":215,"target":40},{"source":215,"target":221},{"source":215,"target":19},{"source":221,"target":40},{"source":216,"target":40},{"source":216,"target":222},{"source":216,"target":19},{"source":222,"target":40},{"source":217,"target":40},{"source":217,"target":223},{"source":217,"target":19},{"source":223,"target":40},{"source":20,"target":0},{"source":20,"target":224},{"source":20,"target":225},{"source":20,"target":226},{"source":20,"target":227},{"source":224,"target":34},{"source":224,"target":228},{"source":224,"target":20},{"source":228,"target":34},{"source":225,"target":229},{"source":225,"target":20},{"source":226,"target":230},{"source":226,"target":20},{"source":227,"target":231},{"source":227,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":232},{"source":22,"target":233},{"source":232,"target":234},{"source":232,"target":22},{"source":233,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":235},{"source":23,"target":236},{"source":235,"target":237},{"source":235,"target":23},{"source":236,"target":21},{"source":24,"target":0},{"source":24,"target":238},{"source":24,"target":239},{"source":24,"target":240},{"source":24,"target":241},{"source":24,"target":242},{"source":24,"target":243},{"source":238,"target":40},{"source":238,"target":244},{"source":238,"target":24},{"source":244,"target":40},{"source":239,"target":40},{"source":239,"target":245},{"source":239,"target":24},{"source":245,"target":40},{"source":240,"target":40},{"source":240,"target":246},{"source":240,"target":24},{"source":246,"target":40},{"source":241,"target":40},{"source":241,"target":247},{"source":241,"target":24},{"source":247,"target":40},{"source":242,"target":40},{"source":242,"target":248},{"source":242,"target":24},{"source":248,"target":40},{"source":243,"target":40},{"source":243,"target":249},{"source":243,"target":24},{"source":249,"target":40},{"source":25,"target":0},{"source":25,"target":250},{"source":25,"target":251},{"source":25,"target":252},{"source":250,"target":40},{"source":250,"target":253},{"source":250,"target":25},{"source":253,"target":40},{"source":251,"target":40},{"source":251,"target":254},{"source":251,"target":25},{"source":254,"target":40},{"source":252,"target":40},{"source":252,"target":255},{"source":252,"target":25},{"source":255,"target":40},{"source":26,"target":0},{"source":26,"target":256},{"source":26,"target":257},{"source":256,"target":26},{"source":257,"target":26},{"source":27,"target":0},{"source":27,"target":258},{"source":27,"target":259},{"source":27,"target":260},{"source":27,"target":261},{"source":27,"target":262},{"source":27,"target":263},{"source":27,"target":264},{"source":27,"target":265},{"source":27,"target":266},{"source":27,"target":267},{"source":27,"target":268},{"source":27,"target":269},{"source":27,"target":270},{"source":27,"target":271},{"source":27,"target":272},{"source":27,"target":273},{"source":258,"target":27},{"source":259,"target":27},{"source":260,"target":27},{"source":261,"target":27},{"source":262,"target":27},{"source":263,"target":27},{"source":264,"target":27},{"source":265,"target":27},{"source":266,"target":27},{"source":267,"target":27},{"source":268,"target":27},{"source":269,"target":27},{"source":270,"target":27},{"source":271,"target":27},{"source":272,"target":27},{"source":273,"target":27},{"source":28,"target":0},{"source":28,"target":274},{"source":28,"target":275},{"source":28,"target":276},{"source":28,"target":277},{"source":28,"target":278},{"source":28,"target":279},{"source":28,"target":280},{"source":28,"target":281},{"source":28,"target":282},{"source":28,"target":283},{"source":28,"target":284},{"source":274,"target":28},{"source":275,"target":28},{"source":276,"target":28},{"source":277,"target":28},{"source":278,"target":28},{"source":279,"target":28},{"source":280,"target":28},{"source":281,"target":28},{"source":282,"target":28},{"source":283,"target":28},{"source":284,"target":28},{"source":29,"target":0},{"source":29,"target":285},{"source":29,"target":286},{"source":29,"target":287},{"source":29,"target":288},{"source":285,"target":29},{"source":286,"target":29},{"source":287,"target":29},{"source":288,"target":29},{"source":30,"target":0},{"source":30,"target":289},{"source":30,"target":290},{"source":30,"target":291},{"source":30,"target":292},{"source":30,"target":293},{"source":289,"target":30},{"source":290,"target":30},{"source":291,"target":30},{"source":292,"target":30},{"source":293,"target":30},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":40,"target":0},{"source":41,"target":0}],"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="UserSpiele" nsURI="platform:/resource/net.reimone.ttloc.model.usergames/metamodel/UserSpiele.xsd"
nsPrefix="UserSpiele">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="qualified" value="false"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="name" value=":mixed"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xmlns:prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry"
transient="true" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="xsi:schemaLocation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="spielplan" upperBound="-2"
eType="#//SpielplanType" 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="spielplan"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpielplanType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="spielplanType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="spiel" lowerBound="1" upperBound="-1"
eType="#//SpielType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Spiel"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SpielType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SpielType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ID"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="staffelname" 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="Staffelname"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nr" 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="Nr"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" 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="Tag"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="datum" 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="Datum"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="heimmannschaft" 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="Heimmannschaft"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gastmannschaft" 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="Gastmannschaft"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ergebnis" 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="Ergebnis"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kennzeichnung" 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="Kennzeichnung"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" 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="Link"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zeit" 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="Zeit"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/UserSpiele.ecore | ecore | UserSpiele
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
spielplan
SpielplanType
spiel
SpielType
iD
staffelname
nr
tag
datum
heimmannschaft
gastmannschaft
ergebnis
kennzeichnung
link
zeit | null | {"directed":true,"nodes":[{"nsPrefix":"UserSpiele","nsURI":"platform:/resource/net.reimone.ttloc.model.usergames/metamodel/UserSpiele.xsd","name":"UserSpiele","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":"SpielplanType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpielType","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":"spielplan","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spiel","changeable":true,"resolveProxies":false,"lowerBound":1,"id":12,"derived":false},{"id":13,"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":"iD","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":"staffelname","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nr","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datum","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"heimmannschaft","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gastmannschaft","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ergebnis","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kennzeichnung","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zeit","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":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":12,"target":3},{"source":12,"target":13},{"source":12,"target":2},{"source":13,"target":3},{"source":3,"target":0},{"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":14,"target":25},{"source":14,"target":3},{"source":15,"target":26},{"source":15,"target":3},{"source":16,"target":27},{"source":16,"target":3},{"source":17,"target":28},{"source":17,"target":3},{"source":18,"target":29},{"source":18,"target":3},{"source":19,"target":30},{"source":19,"target":3},{"source":20,"target":31},{"source":20,"target":3},{"source":21,"target":32},{"source":21,"target":3},{"source":22,"target":33},{"source":22,"target":3},{"source":23,"target":34},{"source":23,"target":3},{"source":24,"target":35},{"source":24,"target":3}],"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="EssentialOCL"
name="EssentialOCL" nsURI="http://schema.omg.org/spec/QVT/1.0/essentialocl.xml"
nsPrefix="essentialocl">
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.AnyType" name="AnyType"
eSuperTypes="EMOF.ecore#EMOF.Type"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.BagType" name="BagType"
eSuperTypes="#EssentialOCL.CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.BooleanLiteralExp" name="BooleanLiteralExp"
eSuperTypes="#EssentialOCL.PrimitiveLiteralExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.BooleanLiteralExp.booleanSymbol"
name="booleanSymbol" eType="ecore:EDataType EMOF.ecore#PrimitiveTypes.Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CallExp" name="CallExp"
abstract="true" eSuperTypes="#EssentialOCL.OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CallExp.source"
name="source" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="appliedElement"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionItem" name="CollectionItem"
eSuperTypes="#EssentialOCL.CollectionLiteralPart">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionItem.item"
name="item" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" xmi:id="EssentialOCL.CollectionKind" name="CollectionKind">
<eLiterals xmi:id="EssentialOCL.CollectionKind.Set" name="Set"/>
<eLiterals xmi:id="EssentialOCL.CollectionKind.OrderedSet" name="OrderedSet" value="1"/>
<eLiterals xmi:id="EssentialOCL.CollectionKind.Bag" name="Bag" value="2"/>
<eLiterals xmi:id="EssentialOCL.CollectionKind.Sequence" name="Sequence" value="3"/>
<eLiterals xmi:id="EssentialOCL.CollectionKind.Collection" name="Collection" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionLiteralExp"
name="CollectionLiteralExp" eSuperTypes="#EssentialOCL.LiteralExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.CollectionLiteralExp.kind"
name="kind" eType="#EssentialOCL.CollectionKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionLiteralExp.part"
name="part" ordered="false" upperBound="-1" eType="#EssentialOCL.CollectionLiteralPart"
containment="true" resolveProxies="false" eOpposite="#EssentialOCL.CollectionLiteralPart.collectionLiteralExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionLiteralPart"
name="CollectionLiteralPart" abstract="true" eSuperTypes="EMOF.ecore#EMOF.TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionLiteralPart.collectionLiteralExp"
name="collectionLiteralExp" lowerBound="1" eType="#EssentialOCL.CollectionLiteralExp"
transient="true" resolveProxies="false" eOpposite="#EssentialOCL.CollectionLiteralExp.part"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionRange" name="CollectionRange"
eSuperTypes="#EssentialOCL.CollectionLiteralPart">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionRange.first"
name="first" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true"
resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="firstOwner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionRange.last"
name="last" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true"
resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="lastOwner"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionType" name="CollectionType"
eSuperTypes="EMOF.ecore#EMOF.DataType">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionType.elementType"
name="elementType" lowerBound="1" eType="ecore:EClass EMOF.ecore#EMOF.Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.EnumLiteralExp" name="EnumLiteralExp"
eSuperTypes="#EssentialOCL.LiteralExp">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.EnumLiteralExp.referredEnumLiteral"
name="referredEnumLiteral" eType="ecore:EClass EMOF.ecore#EMOF.EnumerationLiteral">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="literalExp"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.ExpressionInOcl" name="ExpressionInOcl"
eSuperTypes="EMOF.ecore#EMOF.TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.bodyExpression"
name="bodyExpression" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true"
resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="topExpression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.contextVariable"
name="contextVariable" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="selfOwner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.parameterVariable"
name="parameterVariable" ordered="false" upperBound="-1" eType="#EssentialOCL.Variable"
containment="true" resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="varOwner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.resultVariable"
name="resultVariable" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="resultOwner"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.FeatureCallExp" name="FeatureCallExp"
abstract="true" eSuperTypes="#EssentialOCL.CallExp"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IfExp" name="IfExp" eSuperTypes="#EssentialOCL.OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.condition"
name="condition" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true"
resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="ifOwner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.elseExpression"
name="elseExpression" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true"
resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="elseOwner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.thenExpression"
name="thenExpression" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true"
resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="thenOwner"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IntegerLiteralExp" name="IntegerLiteralExp"
eSuperTypes="#EssentialOCL.NumericLiteralExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.IntegerLiteralExp.integerSymbol"
name="integerSymbol" eType="ecore:EDataType EMOF.ecore#PrimitiveTypes.Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.InvalidLiteralExp" name="InvalidLiteralExp"
eSuperTypes="#EssentialOCL.LiteralExp"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.InvalidType" name="InvalidType"
eSuperTypes="EMOF.ecore#EMOF.Type"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IterateExp" name="IterateExp"
eSuperTypes="#EssentialOCL.LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IterateExp.result"
name="result" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="baseExp"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IteratorExp" name="IteratorExp"
eSuperTypes="#EssentialOCL.LoopExp"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LetExp" name="LetExp"
eSuperTypes="#EssentialOCL.OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LetExp.in"
name="in" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LetExp.variable"
name="variable" lowerBound="1" eType="#EssentialOCL.Variable" containment="true"
resolveProxies="false" eOpposite="#EssentialOCL.Variable.letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LiteralExp" name="LiteralExp"
abstract="true" eSuperTypes="#EssentialOCL.OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LoopExp" name="LoopExp"
abstract="true" eSuperTypes="#EssentialOCL.CallExp #EssentialOCL.OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LoopExp.body"
name="body" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true"
resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="loopBodyOwner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LoopExp.iterator"
name="iterator" ordered="false" upperBound="-1" eType="#EssentialOCL.Variable"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NavigationCallExp" name="NavigationCallExp"
eSuperTypes="#EssentialOCL.FeatureCallExp"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NullLiteralExp" name="NullLiteralExp"
eSuperTypes="#EssentialOCL.LiteralExp"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NumericLiteralExp" name="NumericLiteralExp"
abstract="true" eSuperTypes="#EssentialOCL.PrimitiveLiteralExp"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OclExpression" name="OclExpression"
abstract="true" eSuperTypes="EMOF.ecore#EMOF.TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OperationCallExp" name="OperationCallExp"
eSuperTypes="#EssentialOCL.FeatureCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.OperationCallExp.argument"
name="argument" upperBound="-1" eType="#EssentialOCL.OclExpression" containment="true"
resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="parentCall"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.OperationCallExp.referredOperation"
name="referredOperation" eType="ecore:EClass EMOF.ecore#EMOF.Operation">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="referringExp"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OrderedSetType" name="OrderedSetType"
eSuperTypes="#EssentialOCL.CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.PrimitiveLiteralExp"
name="PrimitiveLiteralExp" abstract="true" eSuperTypes="#EssentialOCL.LiteralExp"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.PropertyCallExp" name="PropertyCallExp"
eSuperTypes="#EssentialOCL.NavigationCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.PropertyCallExp.referredProperty"
name="referredProperty" eType="ecore:EClass EMOF.ecore#EMOF.Property">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="referringExp"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.RealLiteralExp" name="RealLiteralExp"
eSuperTypes="#EssentialOCL.NumericLiteralExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.RealLiteralExp.realSymbol"
name="realSymbol" eType="ecore:EDataType EMOF.ecore#PrimitiveTypes.Real"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.SequenceType" name="SequenceType"
eSuperTypes="#EssentialOCL.CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.SetType" name="SetType"
eSuperTypes="#EssentialOCL.CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.StringLiteralExp" name="StringLiteralExp"
eSuperTypes="#EssentialOCL.PrimitiveLiteralExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.StringLiteralExp.stringSymbol"
name="stringSymbol" eType="ecore:EDataType EMOF.ecore#PrimitiveTypes.String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleLiteralExp" name="TupleLiteralExp"
eSuperTypes="#EssentialOCL.LiteralExp">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralExp.part"
name="part" ordered="false" upperBound="-1" eType="#EssentialOCL.TupleLiteralPart"
containment="true" resolveProxies="false" eOpposite="#EssentialOCL.TupleLiteralPart.tupleLiteralExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleLiteralPart" name="TupleLiteralPart"
eSuperTypes="EMOF.ecore#EMOF.TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.attribute"
name="attribute" eType="ecore:EClass EMOF.ecore#EMOF.Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.tupleLiteralExp"
name="tupleLiteralExp" eType="#EssentialOCL.TupleLiteralExp" transient="true"
resolveProxies="false" eOpposite="#EssentialOCL.TupleLiteralExp.part"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.value"
name="value" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleType" name="TupleType"
eSuperTypes="EMOF.ecore#EMOF.Class EMOF.ecore#EMOF.DataType"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TypeExp" name="TypeExp"
eSuperTypes="#EssentialOCL.OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TypeExp.referredType"
name="referredType" eType="ecore:EClass EMOF.ecore#EMOF.Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TypeType" name="TypeType"
eSuperTypes="EMOF.ecore#EMOF.Type"/>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.UnlimitedNaturalExp"
name="UnlimitedNaturalExp" eSuperTypes="#EssentialOCL.NumericLiteralExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.UnlimitedNaturalExp.symbol"
name="symbol" eType="ecore:EDataType EMOF.ecore#PrimitiveTypes.UnlimitedNatural"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.Variable" name="Variable"
eSuperTypes="EMOF.ecore#EMOF.TypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.initExpression"
name="initExpression" eType="#EssentialOCL.OclExpression" containment="true"
resolveProxies="false">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="initializedElement"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.letExp"
name="letExp" eType="#EssentialOCL.LetExp" transient="true" resolveProxies="false"
eOpposite="#EssentialOCL.LetExp.variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.representedParameter"
name="representedParameter" eType="ecore:EClass EMOF.ecore#EMOF.Parameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.VariableExp" name="VariableExp"
eSuperTypes="#EssentialOCL.OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.VariableExp.referredVariable"
name="referredVariable" eType="#EssentialOCL.Variable">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="referringExp"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.VoidType" name="VoidType"
eSuperTypes="EMOF.ecore#EMOF.Type"/>
</ecore:EPackage>
| github:ecore:/data/lehrig/m2m-quality/de.upb.m2m.quality.casestudies/metamodel/tmp/EssentialOCL.ecore | ecore | EssentialOCL
AnyType
BagType
BooleanLiteralExp
booleanSymbol
CallExp
source
CollectionItem
item
CollectionKind
Set
Set
OrderedSet
OrderedSet
Bag
Bag
Sequence
Sequence
Collection
Collection
CollectionLiteralExp
kind
part
CollectionLiteralPart
collectionLiteralExp
CollectionRange
first
last
CollectionType
elementType
EnumLiteralExp
referredEnumLiteral
ExpressionInOcl
bodyExpression
contextVariable
parameterVariable
resultVariable
FeatureCallExp
IfExp
condition
elseExpression
thenExpression
IntegerLiteralExp
integerSymbol
InvalidLiteralExp
InvalidType
IterateExp
result
IteratorExp
LetExp
in
variable
LiteralExp
LoopExp
body
iterator
NavigationCallExp
NullLiteralExp
NumericLiteralExp
OclExpression
OperationCallExp
argument
referredOperation
OrderedSetType
PrimitiveLiteralExp
PropertyCallExp
referredProperty
RealLiteralExp
realSymbol
SequenceType
SetType
StringLiteralExp
stringSymbol
TupleLiteralExp
part
TupleLiteralPart
attribute
tupleLiteralExp
value
TupleType
TypeExp
referredType
TypeType
UnlimitedNaturalExp
symbol
Variable
initExpression
letExp
representedParameter
VariableExp
referredVariable
VoidType | null | {"directed":true,"nodes":[{"nsPrefix":"essentialocl","nsURI":"http://schema.omg.org/spec/QVT/1.0/essentialocl.xml","name":"EssentialOCL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOcl","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExp","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationCallExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeType","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalExp","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"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":"booleanSymbol","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":false,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"name":"Set","id":55,"value":0,"literal":"Set","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":56,"value":1,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Bag","id":57,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":58,"value":3,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Collection","id":59,"value":4,"literal":"Collection","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":60,"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":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"collectionLiteralExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":false,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","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":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":1,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"letExp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":112,"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":"iterator","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"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"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":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"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":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"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":"tupleLiteralExp","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":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":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedParameter","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":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":1,"target":0},{"source":1,"target":44},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":45},{"source":45,"target":10},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":46},{"source":3,"target":47},{"source":46,"target":48},{"source":46,"target":3},{"source":47,"target":29},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":49},{"source":4,"target":50},{"source":49,"target":26},{"source":49,"target":51},{"source":49,"target":4},{"source":51,"target":26},{"source":50,"target":26},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":52},{"source":5,"target":53},{"source":52,"target":26},{"source":52,"target":54},{"source":52,"target":5},{"source":54,"target":26},{"source":53,"target":8},{"source":6,"target":0},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":55,"target":6},{"source":56,"target":6},{"source":57,"target":6},{"source":58,"target":6},{"source":59,"target":6},{"source":7,"target":0},{"source":7,"target":21},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":60,"target":6},{"source":60,"target":63},{"source":60,"target":7},{"source":63,"target":6},{"source":61,"target":8},{"source":61,"target":64},{"source":61,"target":7},{"source":61,"target":65},{"source":64,"target":8},{"source":62,"target":21},{"source":8,"target":0},{"source":8,"target":65},{"source":8,"target":66},{"source":65,"target":7},{"source":65,"target":67},{"source":65,"target":8},{"source":65,"target":61},{"source":67,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":68,"target":26},{"source":68,"target":71},{"source":68,"target":9},{"source":71,"target":26},{"source":69,"target":26},{"source":69,"target":72},{"source":69,"target":9},{"source":72,"target":26},{"source":70,"target":8},{"source":10,"target":0},{"source":10,"target":73},{"source":10,"target":74},{"source":73,"target":75},{"source":73,"target":10},{"source":11,"target":0},{"source":11,"target":21},{"source":11,"target":76},{"source":11,"target":77},{"source":76,"target":78},{"source":76,"target":11},{"source":77,"target":21},{"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":26},{"source":79,"target":84},{"source":79,"target":12},{"source":84,"target":26},{"source":80,"target":41},{"source":80,"target":85},{"source":80,"target":12},{"source":85,"target":41},{"source":81,"target":41},{"source":81,"target":86},{"source":81,"target":12},{"source":86,"target":41},{"source":82,"target":41},{"source":82,"target":87},{"source":82,"target":12},{"source":87,"target":41},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":88},{"source":88,"target":4},{"source":14,"target":0},{"source":14,"target":26},{"source":14,"target":89},{"source":14,"target":90},{"source":14,"target":91},{"source":14,"target":92},{"source":89,"target":26},{"source":89,"target":93},{"source":89,"target":14},{"source":93,"target":26},{"source":90,"target":26},{"source":90,"target":94},{"source":90,"target":14},{"source":94,"target":26},{"source":91,"target":26},{"source":91,"target":95},{"source":91,"target":14},{"source":95,"target":26},{"source":92,"target":26},{"source":15,"target":0},{"source":15,"target":25},{"source":15,"target":96},{"source":15,"target":97},{"source":96,"target":98},{"source":96,"target":15},{"source":97,"target":25},{"source":16,"target":0},{"source":16,"target":21},{"source":16,"target":99},{"source":99,"target":21},{"source":17,"target":0},{"source":17,"target":100},{"source":18,"target":0},{"source":18,"target":22},{"source":18,"target":101},{"source":18,"target":102},{"source":101,"target":41},{"source":101,"target":103},{"source":101,"target":18},{"source":103,"target":41},{"source":102,"target":22},{"source":19,"target":0},{"source":19,"target":22},{"source":19,"target":104},{"source":104,"target":22},{"source":20,"target":0},{"source":20,"target":26},{"source":20,"target":105},{"source":20,"target":106},{"source":20,"target":107},{"source":105,"target":26},{"source":105,"target":108},{"source":105,"target":20},{"source":108,"target":26},{"source":106,"target":41},{"source":106,"target":109},{"source":106,"target":20},{"source":106,"target":110},{"source":109,"target":41},{"source":107,"target":26},{"source":21,"target":0},{"source":21,"target":26},{"source":21,"target":111},{"source":111,"target":26},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":112},{"source":22,"target":113},{"source":22,"target":114},{"source":22,"target":115},{"source":112,"target":26},{"source":112,"target":116},{"source":112,"target":22},{"source":116,"target":26},{"source":113,"target":41},{"source":113,"target":117},{"source":113,"target":22},{"source":117,"target":41},{"source":114,"target":4},{"source":115,"target":26},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":118},{"source":118,"target":13},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":119},{"source":119,"target":21},{"source":25,"target":0},{"source":25,"target":29},{"source":25,"target":120},{"source":120,"target":29},{"source":26,"target":0},{"source":26,"target":121},{"source":27,"target":0},{"source":27,"target":13},{"source":27,"target":122},{"source":27,"target":123},{"source":27,"target":124},{"source":122,"target":26},{"source":122,"target":125},{"source":122,"target":27},{"source":125,"target":26},{"source":123,"target":126},{"source":123,"target":27},{"source":124,"target":13},{"source":28,"target":0},{"source":28,"target":10},{"source":28,"target":127},{"source":127,"target":10},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":128},{"source":128,"target":21},{"source":30,"target":0},{"source":30,"target":23},{"source":30,"target":129},{"source":30,"target":130},{"source":129,"target":131},{"source":129,"target":30},{"source":130,"target":23},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":132},{"source":31,"target":133},{"source":132,"target":134},{"source":132,"target":31},{"source":133,"target":25},{"source":32,"target":0},{"source":32,"target":10},{"source":32,"target":135},{"source":135,"target":10},{"source":33,"target":0},{"source":33,"target":10},{"source":33,"target":136},{"source":136,"target":10},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":137},{"source":34,"target":138},{"source":137,"target":139},{"source":137,"target":34},{"source":138,"target":29},{"source":35,"target":0},{"source":35,"target":21},{"source":35,"target":140},{"source":35,"target":141},{"source":140,"target":36},{"source":140,"target":142},{"source":140,"target":35},{"source":140,"target":143},{"source":142,"target":36},{"source":141,"target":21},{"source":36,"target":0},{"source":36,"target":144},{"source":36,"target":143},{"source":36,"target":145},{"source":36,"target":146},{"source":144,"target":147},{"source":144,"target":36},{"source":143,"target":35},{"source":143,"target":148},{"source":143,"target":36},{"source":143,"target":140},{"source":148,"target":35},{"source":145,"target":26},{"source":145,"target":149},{"source":145,"target":36},{"source":149,"target":26},{"source":37,"target":0},{"source":37,"target":150},{"source":37,"target":151},{"source":38,"target":0},{"source":38,"target":26},{"source":38,"target":152},{"source":38,"target":153},{"source":152,"target":154},{"source":152,"target":38},{"source":153,"target":26},{"source":39,"target":0},{"source":39,"target":155},{"source":40,"target":0},{"source":40,"target":25},{"source":40,"target":156},{"source":40,"target":157},{"source":156,"target":158},{"source":156,"target":40},{"source":157,"target":25},{"source":41,"target":0},{"source":41,"target":159},{"source":41,"target":110},{"source":41,"target":160},{"source":41,"target":161},{"source":159,"target":26},{"source":159,"target":162},{"source":159,"target":41},{"source":162,"target":26},{"source":110,"target":20},{"source":110,"target":163},{"source":110,"target":41},{"source":110,"target":106},{"source":163,"target":20},{"source":160,"target":164},{"source":160,"target":41},{"source":42,"target":0},{"source":42,"target":26},{"source":42,"target":165},{"source":42,"target":166},{"source":165,"target":41},{"source":165,"target":167},{"source":165,"target":42},{"source":167,"target":41},{"source":166,"target":26},{"source":43,"target":0},{"source":43,"target":168}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false"
upperBound="-1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false"
upperBound="-1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false"
upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1"
upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false"
lowerBound="1" eType="#/0/Module" eOpposite="#/0/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false"
eType="#/0/Query" eOpposite="#/0/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false"
eType="#/0/Library" eOpposite="#/0/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false"
eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false"
eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#/1/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true"
eOpposite="#/0/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
upperBound="-1" eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false"
eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false"
lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl">
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
lowerBound="1" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/PrimitiveTypes"
nsPrefix="ptypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/jokingarcia/Transformation_coevolution/final/ATL-0.2.ecore | ecore | ATL
LocatedElement
location
commentsBefore
commentsAfter
Unit
libraries
name
Library
helpers
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ModuleElement
module
Helper
query
library
definition
Rule
outPattern
actionBlock
variables
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
isNoDefault
LazyMatchedRule
isUnique
CalledRule
parameters
isEntrypoint
isEndpoint
InPattern
elements
rule
filter
OutPattern
rule
elements
PatternElement
InPatternElement
mapsTo
inPattern
models
SimpleInPatternElement
OutPatternElement
outPattern
sourceElement
bindings
model
SimpleOutPatternElement
reverseBindings
ForEachOutPatternElement
collection
iterator
Binding
value
outPatternElement
propertyName
RuleVariableDeclaration
rule
LibraryRef
unit
name
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
OCL
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
VariableExp
referredVariable
SuperExp
PrimitiveExp
StringExp
stringSymbol
BooleanExp
booleanSymbol
NumericExp
RealExp
realSymbol
IntegerExp
integerSymbol
CollectionExp
elements
BagExp
OrderedSetExp
SequenceExp
SetExp
TupleExp
tuplePart
TuplePart
tuple
MapExp
elements
MapElement
map
key
value
EnumLiteralExp
name
OclUndefinedExp
PropertyCallExp
source
NavigationOrAttributeCallExp
name
OperationCallExp
arguments
operationName
OperatorCallExp
CollectionOperationCallExp
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
id
varName
type
initExpression
letExp
baseExp
variableExp
Iterator
loopExpr
Parameter
operation
CollectionType
elementType
OclType
name
definitions
oclExpression
operation
mapType2
attribute
mapType
collectionTypes
tupleTypeAttribute
variableDeclaration
Primitive
StringType
BooleanType
NumericType
IntegerType
RealType
BagType
OrderedSetType
SequenceType
SetType
OclAnyType
TupleType
attributes
TupleTypeAttribute
type
tupleType
name
OclModelElement
model
MapType
valueType
keyType
OclFeatureDefinition
feature
context_
OclContextDefinition
definition
context_
OclFeature
definition
Attribute
name
initExpression
type
Operation
name
parameters
returnType
body
OclModel
name
metamodel
elements
model
PrimitiveTypes
Boolean
Double
Integer
String | null | {"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","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":"ExpressionStat","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":32,"serializable":true,"eClass":"EDataType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"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":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"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":45,"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":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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":54,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":58,"serializable":true,"eClass":"EDataType"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"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":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"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":87,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","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":"isNoDefault","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"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":103,"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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":110,"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":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":121,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":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":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":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":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":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":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"container":false,"ordered":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":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"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":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":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":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":183,"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":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":190,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"derived":false},{"id":258,"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":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"id":264,"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":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"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":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"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":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"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":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"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":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"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":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"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":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":293,"serializable":true,"eClass":"EDataType"},{"id":294,"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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":297,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"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":314,"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":315,"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":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"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":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"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":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":358,"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":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"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":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"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":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"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":379,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"derived":false},{"id":393,"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":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"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":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"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":417,"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":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"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":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"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":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"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":453,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":454,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/PrimitiveTypes","name":"PrimitiveTypes","id":461,"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":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":32},{"source":30,"target":32},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":32},{"source":31,"target":32},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":32},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":22},{"source":36,"target":39},{"source":36,"target":2},{"source":36,"target":40},{"source":39,"target":22},{"source":37,"target":32},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":32},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":42},{"source":3,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":3},{"source":42,"target":45},{"source":44,"target":7},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":46,"target":49},{"source":46,"target":50},{"source":46,"target":4},{"source":50,"target":49},{"source":47,"target":7},{"source":47,"target":51},{"source":47,"target":4},{"source":47,"target":52},{"source":51,"target":7},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":53,"target":58},{"source":53,"target":59},{"source":53,"target":5},{"source":59,"target":58},{"source":54,"target":60},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":60},{"source":55,"target":60},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":60},{"source":56,"target":6},{"source":56,"target":63},{"source":56,"target":5},{"source":56,"target":64},{"source":63,"target":6},{"source":57,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":64},{"source":6,"target":65},{"source":64,"target":5},{"source":64,"target":66},{"source":64,"target":6},{"source":64,"target":56},{"source":66,"target":5},{"source":65,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":52},{"source":7,"target":45},{"source":7,"target":67},{"source":7,"target":68},{"source":52,"target":4},{"source":52,"target":69},{"source":52,"target":7},{"source":52,"target":47},{"source":69,"target":4},{"source":45,"target":3},{"source":45,"target":70},{"source":45,"target":7},{"source":45,"target":42},{"source":70,"target":3},{"source":67,"target":71},{"source":67,"target":72},{"source":67,"target":7},{"source":72,"target":71},{"source":68,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":73,"target":13},{"source":73,"target":78},{"source":73,"target":8},{"source":73,"target":79},{"source":78,"target":13},{"source":74,"target":23},{"source":74,"target":80},{"source":74,"target":8},{"source":74,"target":81},{"source":80,"target":23},{"source":75,"target":21},{"source":75,"target":82},{"source":75,"target":8},{"source":75,"target":83},{"source":82,"target":21},{"source":76,"target":32},{"source":76,"target":84},{"source":76,"target":8},{"source":84,"target":32},{"source":77,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"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":85,"target":12},{"source":85,"target":92},{"source":85,"target":9},{"source":85,"target":93},{"source":92,"target":12},{"source":86,"target":9},{"source":86,"target":94},{"source":86,"target":9},{"source":86,"target":87},{"source":94,"target":9},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":86},{"source":95,"target":9},{"source":88,"target":58},{"source":88,"target":96},{"source":88,"target":9},{"source":96,"target":58},{"source":89,"target":58},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":58},{"source":90,"target":58},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":58},{"source":91,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":58},{"source":99,"target":101},{"source":99,"target":10},{"source":101,"target":58},{"source":100,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":106},{"source":102,"target":107},{"source":102,"target":11},{"source":107,"target":106},{"source":103,"target":58},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":58},{"source":104,"target":58},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":58},{"source":105,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":110},{"source":12,"target":93},{"source":12,"target":111},{"source":12,"target":112},{"source":110,"target":15},{"source":110,"target":113},{"source":110,"target":12},{"source":110,"target":114},{"source":113,"target":15},{"source":93,"target":9},{"source":93,"target":115},{"source":93,"target":12},{"source":93,"target":85},{"source":115,"target":9},{"source":111,"target":49},{"source":111,"target":116},{"source":111,"target":12},{"source":116,"target":49},{"source":112,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":79},{"source":13,"target":117},{"source":13,"target":118},{"source":79,"target":8},{"source":79,"target":119},{"source":79,"target":13},{"source":79,"target":73},{"source":119,"target":8},{"source":117,"target":17},{"source":117,"target":120},{"source":117,"target":13},{"source":117,"target":121},{"source":120,"target":17},{"source":118,"target":1},{"source":14,"target":0},{"source":14,"target":122},{"source":14,"target":123},{"source":123,"target":122},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":124},{"source":15,"target":114},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":17},{"source":124,"target":127},{"source":124,"target":15},{"source":124,"target":128},{"source":127,"target":17},{"source":114,"target":12},{"source":114,"target":129},{"source":114,"target":15},{"source":114,"target":110},{"source":129,"target":12},{"source":125,"target":60},{"source":125,"target":130},{"source":125,"target":15},{"source":130,"target":60},{"source":126,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":131},{"source":131,"target":15},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":121},{"source":17,"target":128},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":121,"target":13},{"source":121,"target":135},{"source":121,"target":17},{"source":121,"target":117},{"source":135,"target":13},{"source":128,"target":15},{"source":128,"target":136},{"source":128,"target":17},{"source":128,"target":124},{"source":136,"target":15},{"source":132,"target":20},{"source":132,"target":137},{"source":132,"target":17},{"source":132,"target":138},{"source":137,"target":20},{"source":133,"target":60},{"source":133,"target":139},{"source":133,"target":17},{"source":139,"target":60},{"source":134,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":140},{"source":18,"target":141},{"source":140,"target":49},{"source":140,"target":142},{"source":140,"target":18},{"source":142,"target":49},{"source":141,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":143,"target":49},{"source":143,"target":146},{"source":143,"target":19},{"source":146,"target":49},{"source":144,"target":147},{"source":144,"target":148},{"source":144,"target":19},{"source":148,"target":147},{"source":145,"target":17},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":149},{"source":20,"target":138},{"source":20,"target":150},{"source":20,"target":151},{"source":149,"target":49},{"source":149,"target":152},{"source":149,"target":20},{"source":152,"target":49},{"source":138,"target":17},{"source":138,"target":153},{"source":138,"target":20},{"source":138,"target":132},{"source":153,"target":17},{"source":150,"target":32},{"source":150,"target":154},{"source":150,"target":20},{"source":154,"target":32},{"source":151,"target":1},{"source":21,"target":0},{"source":21,"target":122},{"source":21,"target":83},{"source":21,"target":155},{"source":83,"target":8},{"source":83,"target":156},{"source":83,"target":21},{"source":83,"target":75},{"source":156,"target":8},{"source":155,"target":122},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":40},{"source":22,"target":157},{"source":22,"target":158},{"source":40,"target":2},{"source":40,"target":159},{"source":40,"target":22},{"source":40,"target":36},{"source":159,"target":2},{"source":157,"target":32},{"source":157,"target":160},{"source":157,"target":22},{"source":160,"target":32},{"source":158,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":81},{"source":23,"target":161},{"source":23,"target":162},{"source":81,"target":8},{"source":81,"target":163},{"source":81,"target":23},{"source":81,"target":74},{"source":163,"target":8},{"source":161,"target":24},{"source":161,"target":164},{"source":161,"target":23},{"source":164,"target":24},{"source":162,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":165},{"source":165,"target":1},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":166},{"source":25,"target":167},{"source":166,"target":49},{"source":166,"target":168},{"source":166,"target":25},{"source":168,"target":49},{"source":167,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":169},{"source":26,"target":170},{"source":26,"target":171},{"source":26,"target":172},{"source":169,"target":49},{"source":169,"target":173},{"source":169,"target":26},{"source":173,"target":49},{"source":170,"target":32},{"source":170,"target":174},{"source":170,"target":26},{"source":174,"target":32},{"source":171,"target":49},{"source":171,"target":175},{"source":171,"target":26},{"source":175,"target":49},{"source":172,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":176},{"source":27,"target":177},{"source":27,"target":178},{"source":27,"target":179},{"source":176,"target":49},{"source":176,"target":180},{"source":176,"target":27},{"source":180,"target":49},{"source":177,"target":24},{"source":177,"target":181},{"source":177,"target":27},{"source":181,"target":24},{"source":178,"target":24},{"source":178,"target":182},{"source":178,"target":27},{"source":182,"target":24},{"source":179,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":183},{"source":28,"target":184},{"source":28,"target":185},{"source":28,"target":186},{"source":183,"target":147},{"source":183,"target":187},{"source":183,"target":28},{"source":187,"target":147},{"source":184,"target":49},{"source":184,"target":188},{"source":184,"target":28},{"source":188,"target":49},{"source":185,"target":24},{"source":185,"target":189},{"source":185,"target":28},{"source":189,"target":24},{"source":186,"target":24},{"source":190,"target":49},{"source":190,"target":191},{"source":190,"target":192},{"source":190,"target":193},{"source":190,"target":194},{"source":190,"target":195},{"source":190,"target":196},{"source":190,"target":197},{"source":190,"target":198},{"source":190,"target":199},{"source":190,"target":200},{"source":190,"target":201},{"source":190,"target":202},{"source":190,"target":203},{"source":190,"target":204},{"source":190,"target":205},{"source":190,"target":206},{"source":190,"target":207},{"source":190,"target":208},{"source":190,"target":209},{"source":190,"target":210},{"source":190,"target":211},{"source":190,"target":212},{"source":190,"target":213},{"source":190,"target":214},{"source":190,"target":215},{"source":190,"target":216},{"source":190,"target":217},{"source":190,"target":218},{"source":190,"target":219},{"source":190,"target":122},{"source":190,"target":147},{"source":190,"target":106},{"source":190,"target":220},{"source":190,"target":221},{"source":190,"target":222},{"source":190,"target":223},{"source":190,"target":224},{"source":190,"target":225},{"source":190,"target":226},{"source":190,"target":227},{"source":190,"target":228},{"source":190,"target":229},{"source":190,"target":230},{"source":190,"target":231},{"source":190,"target":232},{"source":190,"target":233},{"source":190,"target":234},{"source":190,"target":235},{"source":190,"target":236},{"source":190,"target":71},{"source":190,"target":237},{"source":190,"target":238},{"source":190,"target":239},{"source":190,"target":240},{"source":190,"target":60},{"source":49,"target":190},{"source":49,"target":1},{"source":49,"target":241},{"source":49,"target":242},{"source":49,"target":243},{"source":49,"target":244},{"source":49,"target":245},{"source":49,"target":246},{"source":49,"target":247},{"source":49,"target":248},{"source":49,"target":249},{"source":49,"target":250},{"source":49,"target":251},{"source":49,"target":252},{"source":49,"target":253},{"source":241,"target":221},{"source":241,"target":254},{"source":241,"target":49},{"source":241,"target":255},{"source":254,"target":221},{"source":242,"target":219},{"source":242,"target":256},{"source":242,"target":49},{"source":242,"target":257},{"source":256,"target":219},{"source":243,"target":210},{"source":243,"target":258},{"source":243,"target":49},{"source":243,"target":259},{"source":258,"target":210},{"source":244,"target":199},{"source":244,"target":260},{"source":244,"target":49},{"source":244,"target":261},{"source":260,"target":199},{"source":245,"target":218},{"source":245,"target":262},{"source":245,"target":49},{"source":245,"target":263},{"source":262,"target":218},{"source":246,"target":215},{"source":246,"target":264},{"source":246,"target":49},{"source":246,"target":265},{"source":264,"target":215},{"source":247,"target":212},{"source":247,"target":266},{"source":247,"target":49},{"source":247,"target":267},{"source":266,"target":212},{"source":248,"target":122},{"source":248,"target":268},{"source":248,"target":49},{"source":248,"target":269},{"source":268,"target":122},{"source":249,"target":219},{"source":249,"target":270},{"source":249,"target":49},{"source":249,"target":271},{"source":270,"target":219},{"source":250,"target":240},{"source":250,"target":272},{"source":250,"target":49},{"source":250,"target":273},{"source":272,"target":240},{"source":251,"target":219},{"source":251,"target":274},{"source":251,"target":49},{"source":251,"target":275},{"source":274,"target":219},{"source":252,"target":239},{"source":252,"target":276},{"source":252,"target":49},{"source":252,"target":277},{"source":276,"target":239},{"source":253,"target":1},{"source":191,"target":190},{"source":191,"target":49},{"source":191,"target":278},{"source":191,"target":279},{"source":278,"target":122},{"source":278,"target":280},{"source":278,"target":191},{"source":278,"target":281},{"source":280,"target":122},{"source":279,"target":49},{"source":192,"target":190},{"source":192,"target":49},{"source":192,"target":282},{"source":282,"target":49},{"source":193,"target":190},{"source":193,"target":49},{"source":193,"target":283},{"source":283,"target":49},{"source":194,"target":190},{"source":194,"target":193},{"source":194,"target":284},{"source":194,"target":285},{"source":284,"target":32},{"source":284,"target":286},{"source":284,"target":194},{"source":286,"target":32},{"source":285,"target":193},{"source":195,"target":190},{"source":195,"target":193},{"source":195,"target":287},{"source":195,"target":288},{"source":287,"target":58},{"source":287,"target":289},{"source":287,"target":195},{"source":289,"target":58},{"source":288,"target":193},{"source":196,"target":190},{"source":196,"target":193},{"source":196,"target":290},{"source":290,"target":193},{"source":197,"target":190},{"source":197,"target":196},{"source":197,"target":291},{"source":197,"target":292},{"source":291,"target":293},{"source":291,"target":294},{"source":291,"target":197},{"source":294,"target":293},{"source":292,"target":196},{"source":198,"target":190},{"source":198,"target":196},{"source":198,"target":295},{"source":198,"target":296},{"source":295,"target":297},{"source":295,"target":298},{"source":295,"target":198},{"source":298,"target":297},{"source":296,"target":196},{"source":199,"target":190},{"source":199,"target":49},{"source":199,"target":261},{"source":199,"target":299},{"source":261,"target":49},{"source":261,"target":300},{"source":261,"target":199},{"source":261,"target":244},{"source":300,"target":49},{"source":299,"target":49},{"source":200,"target":190},{"source":200,"target":199},{"source":200,"target":301},{"source":301,"target":199},{"source":201,"target":190},{"source":201,"target":199},{"source":201,"target":302},{"source":302,"target":199},{"source":202,"target":190},{"source":202,"target":199},{"source":202,"target":303},{"source":303,"target":199},{"source":203,"target":190},{"source":203,"target":199},{"source":203,"target":304},{"source":304,"target":199},{"source":204,"target":190},{"source":204,"target":49},{"source":204,"target":305},{"source":204,"target":306},{"source":305,"target":205},{"source":305,"target":307},{"source":305,"target":204},{"source":305,"target":308},{"source":307,"target":205},{"source":306,"target":49},{"source":205,"target":190},{"source":205,"target":122},{"source":205,"target":308},{"source":205,"target":309},{"source":308,"target":204},{"source":308,"target":310},{"source":308,"target":205},{"source":308,"target":305},{"source":310,"target":204},{"source":309,"target":122},{"source":206,"target":190},{"source":206,"target":49},{"source":206,"target":311},{"source":206,"target":312},{"source":311,"target":207},{"source":311,"target":313},{"source":311,"target":206},{"source":311,"target":314},{"source":313,"target":207},{"source":312,"target":49},{"source":207,"target":190},{"source":207,"target":1},{"source":207,"target":314},{"source":207,"target":315},{"source":207,"target":316},{"source":207,"target":317},{"source":314,"target":206},{"source":314,"target":318},{"source":314,"target":207},{"source":314,"target":311},{"source":318,"target":206},{"source":315,"target":49},{"source":315,"target":319},{"source":315,"target":207},{"source":319,"target":49},{"source":316,"target":49},{"source":316,"target":320},{"source":316,"target":207},{"source":320,"target":49},{"source":317,"target":1},{"source":208,"target":190},{"source":208,"target":49},{"source":208,"target":321},{"source":208,"target":322},{"source":321,"target":32},{"source":321,"target":323},{"source":321,"target":208},{"source":323,"target":32},{"source":322,"target":49},{"source":209,"target":190},{"source":209,"target":49},{"source":209,"target":324},{"source":324,"target":49},{"source":210,"target":190},{"source":210,"target":49},{"source":210,"target":259},{"source":210,"target":325},{"source":259,"target":49},{"source":259,"target":326},{"source":259,"target":210},{"source":259,"target":243},{"source":326,"target":49},{"source":325,"target":49},{"source":211,"target":190},{"source":211,"target":210},{"source":211,"target":327},{"source":211,"target":328},{"source":327,"target":32},{"source":327,"target":329},{"source":327,"target":211},{"source":329,"target":32},{"source":328,"target":210},{"source":212,"target":190},{"source":212,"target":210},{"source":212,"target":267},{"source":212,"target":330},{"source":212,"target":331},{"source":267,"target":49},{"source":267,"target":332},{"source":267,"target":212},{"source":267,"target":247},{"source":332,"target":49},{"source":330,"target":32},{"source":330,"target":333},{"source":330,"target":212},{"source":333,"target":32},{"source":331,"target":210},{"source":213,"target":190},{"source":213,"target":212},{"source":213,"target":334},{"source":334,"target":212},{"source":214,"target":190},{"source":214,"target":212},{"source":214,"target":335},{"source":335,"target":212},{"source":215,"target":190},{"source":215,"target":210},{"source":215,"target":265},{"source":215,"target":336},{"source":215,"target":337},{"source":265,"target":49},{"source":265,"target":338},{"source":265,"target":215},{"source":265,"target":246},{"source":338,"target":49},{"source":336,"target":147},{"source":336,"target":339},{"source":336,"target":215},{"source":336,"target":340},{"source":339,"target":147},{"source":337,"target":210},{"source":216,"target":190},{"source":216,"target":215},{"source":216,"target":341},{"source":216,"target":342},{"source":341,"target":122},{"source":341,"target":343},{"source":341,"target":216},{"source":341,"target":344},{"source":343,"target":122},{"source":342,"target":215},{"source":217,"target":190},{"source":217,"target":215},{"source":217,"target":345},{"source":217,"target":346},{"source":345,"target":32},{"source":345,"target":347},{"source":345,"target":217},{"source":347,"target":32},{"source":346,"target":215},{"source":218,"target":190},{"source":218,"target":49},{"source":218,"target":348},{"source":218,"target":263},{"source":218,"target":349},{"source":348,"target":122},{"source":348,"target":350},{"source":348,"target":218},{"source":348,"target":351},{"source":350,"target":122},{"source":263,"target":49},{"source":263,"target":352},{"source":263,"target":218},{"source":263,"target":245},{"source":352,"target":49},{"source":349,"target":49},{"source":219,"target":190},{"source":219,"target":49},{"source":219,"target":271},{"source":219,"target":275},{"source":219,"target":257},{"source":219,"target":353},{"source":271,"target":49},{"source":271,"target":354},{"source":271,"target":219},{"source":271,"target":249},{"source":354,"target":49},{"source":275,"target":49},{"source":275,"target":355},{"source":275,"target":219},{"source":275,"target":251},{"source":355,"target":49},{"source":257,"target":49},{"source":257,"target":356},{"source":257,"target":219},{"source":257,"target":242},{"source":356,"target":49},{"source":353,"target":49},{"source":122,"target":190},{"source":122,"target":1},{"source":122,"target":357},{"source":122,"target":358},{"source":122,"target":359},{"source":122,"target":269},{"source":122,"target":351},{"source":122,"target":344},{"source":122,"target":281},{"source":122,"target":360},{"source":357,"target":32},{"source":357,"target":361},{"source":357,"target":122},{"source":361,"target":32},{"source":358,"target":32},{"source":358,"target":362},{"source":358,"target":122},{"source":362,"target":32},{"source":359,"target":221},{"source":359,"target":363},{"source":359,"target":122},{"source":359,"target":364},{"source":363,"target":221},{"source":269,"target":49},{"source":269,"target":365},{"source":269,"target":122},{"source":269,"target":248},{"source":365,"target":49},{"source":351,"target":218},{"source":351,"target":366},{"source":351,"target":122},{"source":351,"target":348},{"source":366,"target":218},{"source":344,"target":216},{"source":344,"target":367},{"source":344,"target":122},{"source":344,"target":341},{"source":367,"target":216},{"source":281,"target":191},{"source":281,"target":368},{"source":281,"target":122},{"source":281,"target":278},{"source":368,"target":191},{"source":360,"target":1},{"source":147,"target":190},{"source":147,"target":122},{"source":147,"target":340},{"source":147,"target":369},{"source":340,"target":215},{"source":340,"target":370},{"source":340,"target":147},{"source":340,"target":336},{"source":370,"target":215},{"source":369,"target":122},{"source":106,"target":190},{"source":106,"target":122},{"source":106,"target":371},{"source":106,"target":372},{"source":371,"target":240},{"source":371,"target":373},{"source":371,"target":106},{"source":371,"target":374},{"source":373,"target":240},{"source":372,"target":122},{"source":220,"target":190},{"source":220,"target":221},{"source":220,"target":375},{"source":220,"target":376},{"source":375,"target":221},{"source":375,"target":377},{"source":375,"target":220},{"source":375,"target":378},{"source":377,"target":221},{"source":376,"target":221},{"source":221,"target":190},{"source":221,"target":49},{"source":221,"target":379},{"source":221,"target":380},{"source":221,"target":255},{"source":221,"target":381},{"source":221,"target":382},{"source":221,"target":383},{"source":221,"target":384},{"source":221,"target":378},{"source":221,"target":385},{"source":221,"target":364},{"source":221,"target":386},{"source":379,"target":32},{"source":379,"target":387},{"source":379,"target":221},{"source":387,"target":32},{"source":380,"target":237},{"source":380,"target":388},{"source":380,"target":221},{"source":380,"target":389},{"source":388,"target":237},{"source":255,"target":49},{"source":255,"target":390},{"source":255,"target":221},{"source":255,"target":241},{"source":390,"target":49},{"source":381,"target":240},{"source":381,"target":391},{"source":381,"target":221},{"source":381,"target":392},{"source":391,"target":240},{"source":382,"target":236},{"source":382,"target":393},{"source":382,"target":221},{"source":382,"target":394},{"source":393,"target":236},{"source":383,"target":239},{"source":383,"target":395},{"source":383,"target":221},{"source":383,"target":396},{"source":395,"target":239},{"source":384,"target":236},{"source":384,"target":397},{"source":384,"target":221},{"source":384,"target":398},{"source":397,"target":236},{"source":378,"target":220},{"source":378,"target":399},{"source":378,"target":221},{"source":378,"target":375},{"source":399,"target":220},{"source":385,"target":234},{"source":385,"target":400},{"source":385,"target":221},{"source":385,"target":401},{"source":400,"target":234},{"source":364,"target":122},{"source":364,"target":402},{"source":364,"target":221},{"source":364,"target":359},{"source":402,"target":122},{"source":386,"target":49},{"source":222,"target":190},{"source":222,"target":221},{"source":222,"target":403},{"source":403,"target":221},{"source":223,"target":190},{"source":223,"target":222},{"source":223,"target":404},{"source":404,"target":222},{"source":224,"target":190},{"source":224,"target":222},{"source":224,"target":405},{"source":405,"target":222},{"source":225,"target":190},{"source":225,"target":222},{"source":225,"target":406},{"source":406,"target":222},{"source":226,"target":190},{"source":226,"target":225},{"source":226,"target":407},{"source":407,"target":225},{"source":227,"target":190},{"source":227,"target":225},{"source":227,"target":408},{"source":408,"target":225},{"source":228,"target":190},{"source":228,"target":220},{"source":228,"target":409},{"source":409,"target":220},{"source":229,"target":190},{"source":229,"target":220},{"source":229,"target":410},{"source":410,"target":220},{"source":230,"target":190},{"source":230,"target":220},{"source":230,"target":411},{"source":411,"target":220},{"source":231,"target":190},{"source":231,"target":220},{"source":231,"target":412},{"source":412,"target":220},{"source":232,"target":190},{"source":232,"target":221},{"source":232,"target":413},{"source":413,"target":221},{"source":233,"target":190},{"source":233,"target":221},{"source":233,"target":414},{"source":233,"target":415},{"source":414,"target":234},{"source":414,"target":416},{"source":414,"target":233},{"source":414,"target":417},{"source":416,"target":234},{"source":415,"target":221},{"source":234,"target":190},{"source":234,"target":1},{"source":234,"target":401},{"source":234,"target":417},{"source":234,"target":418},{"source":234,"target":419},{"source":401,"target":221},{"source":401,"target":420},{"source":401,"target":234},{"source":401,"target":385},{"source":420,"target":221},{"source":417,"target":233},{"source":417,"target":421},{"source":417,"target":234},{"source":417,"target":414},{"source":421,"target":233},{"source":418,"target":32},{"source":418,"target":422},{"source":418,"target":234},{"source":422,"target":32},{"source":419,"target":1},{"source":235,"target":190},{"source":235,"target":221},{"source":235,"target":423},{"source":235,"target":424},{"source":423,"target":60},{"source":423,"target":425},{"source":423,"target":235},{"source":423,"target":426},{"source":425,"target":60},{"source":424,"target":221},{"source":236,"target":190},{"source":236,"target":221},{"source":236,"target":394},{"source":236,"target":398},{"source":236,"target":427},{"source":394,"target":221},{"source":394,"target":428},{"source":394,"target":236},{"source":394,"target":382},{"source":428,"target":221},{"source":398,"target":221},{"source":398,"target":429},{"source":398,"target":236},{"source":398,"target":384},{"source":429,"target":221},{"source":427,"target":221},{"source":71,"target":190},{"source":71,"target":1},{"source":71,"target":430},{"source":71,"target":431},{"source":71,"target":432},{"source":430,"target":238},{"source":430,"target":433},{"source":430,"target":71},{"source":430,"target":434},{"source":433,"target":238},{"source":431,"target":237},{"source":431,"target":435},{"source":431,"target":71},{"source":431,"target":436},{"source":435,"target":237},{"source":432,"target":1},{"source":237,"target":190},{"source":237,"target":1},{"source":237,"target":436},{"source":237,"target":389},{"source":237,"target":437},{"source":436,"target":71},{"source":436,"target":438},{"source":436,"target":237},{"source":436,"target":431},{"source":438,"target":71},{"source":389,"target":221},{"source":389,"target":439},{"source":389,"target":237},{"source":389,"target":380},{"source":439,"target":221},{"source":437,"target":1},{"source":238,"target":190},{"source":238,"target":1},{"source":238,"target":434},{"source":238,"target":440},{"source":434,"target":71},{"source":434,"target":441},{"source":434,"target":238},{"source":434,"target":430},{"source":441,"target":71},{"source":440,"target":1},{"source":239,"target":190},{"source":239,"target":238},{"source":239,"target":442},{"source":239,"target":277},{"source":239,"target":396},{"source":239,"target":443},{"source":442,"target":32},{"source":442,"target":444},{"source":442,"target":239},{"source":444,"target":32},{"source":277,"target":49},{"source":277,"target":445},{"source":277,"target":239},{"source":277,"target":252},{"source":445,"target":49},{"source":396,"target":221},{"source":396,"target":446},{"source":396,"target":239},{"source":396,"target":383},{"source":446,"target":221},{"source":443,"target":238},{"source":240,"target":190},{"source":240,"target":238},{"source":240,"target":447},{"source":240,"target":374},{"source":240,"target":392},{"source":240,"target":273},{"source":240,"target":448},{"source":447,"target":32},{"source":447,"target":449},{"source":447,"target":240},{"source":449,"target":32},{"source":374,"target":106},{"source":374,"target":450},{"source":374,"target":240},{"source":374,"target":371},{"source":450,"target":106},{"source":392,"target":221},{"source":392,"target":451},{"source":392,"target":240},{"source":392,"target":381},{"source":451,"target":221},{"source":273,"target":49},{"source":273,"target":452},{"source":273,"target":240},{"source":273,"target":250},{"source":452,"target":49},{"source":448,"target":238},{"source":60,"target":190},{"source":60,"target":1},{"source":60,"target":453},{"source":60,"target":454},{"source":60,"target":426},{"source":60,"target":455},{"source":60,"target":456},{"source":453,"target":32},{"source":453,"target":457},{"source":453,"target":60},{"source":457,"target":32},{"source":454,"target":60},{"source":454,"target":458},{"source":454,"target":60},{"source":454,"target":455},{"source":458,"target":60},{"source":426,"target":235},{"source":426,"target":459},{"source":426,"target":60},{"source":426,"target":423},{"source":459,"target":235},{"source":455,"target":60},{"source":455,"target":460},{"source":455,"target":60},{"source":455,"target":454},{"source":460,"target":60},{"source":456,"target":1},{"source":461,"target":58},{"source":461,"target":293},{"source":461,"target":297},{"source":461,"target":32},{"source":58,"target":461},{"source":293,"target":461},{"source":297,"target":461},{"source":32,"target":461}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</ecore:EPackage>
<ecore:EPackage name="SQLDML">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" ordered="false" unique="false" upperBound="-1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" ordered="false" unique="false" upperBound="-1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SQLRoot" eSuperTypes="/1/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" ordered="false" upperBound="-1" eType="/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="/1/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ViewStatement" eSuperTypes="/1/Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" ordered="false" lowerBound="1" upperBound="-1" eType="/1/ColumnExp" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" lowerBound="1" eType="/1/QueryStmt" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InsertStmt" eSuperTypes="/1/Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tableName" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" ordered="false" upperBound="-1" eType="/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QueryStmt" abstract="true" eSuperTypes="/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="tables" ordered="false" lowerBound="1" upperBound="-1" eType="/1/Table" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" eType="/1/WhereClause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QueryStmtCol" eSuperTypes="/1/QueryStmt">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" ordered="false" lowerBound="1" upperBound="-1" eType="/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QueryStmtAllCol" eSuperTypes="/1/QueryStmt"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="/1/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="/1/NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhereClause" eSuperTypes="/1/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="/1/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExp" abstract="true" eSuperTypes="/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opName" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leftExp" ordered="false" lowerBound="1" eType="/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightExp" ordered="false" lowerBound="1" eType="/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrExp" eSuperTypes="/1/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="AndExp" eSuperTypes="/1/BinaryExp"/>
<eClassifiers xsi:type="ecore:EClass" name="NotExp" eSuperTypes="/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opName" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueExp" ordered="false" lowerBound="1" eType="/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unused" ordered="false" eType="/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LikeExp" eSuperTypes="/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnName" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/1/StringValueExp" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InExp" eSuperTypes="/1/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="columnName" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="/1/Predicate" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationExp" eSuperTypes="/1/BinaryExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optName" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Predicate" abstract="true" eSuperTypes="/1/Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="QueryPredicate" eSuperTypes="/1/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" lowerBound="1" eType="/1/QueryStmt" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnExp" eSuperTypes="/1/Predicate /1/NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/1/DataType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueExp" abstract="true" eSuperTypes="/1/Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="/1/DataType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringValueExp" eSuperTypes="/1/ValueExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aValue" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValueExp" eSuperTypes="/1/ValueExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aValue" ordered="false" unique="false" lowerBound="1" eType="/0/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListExp" eSuperTypes="/1/Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="/1/Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionExp" eSuperTypes="/1/Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" ordered="false" upperBound="-1" eType="/1/Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="/1/NamedElement"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/slebok/zoo/zoo/§wip/atl/SQLDML/fetched/SQLDML.ecore | ecore | PrimitiveTypes
Boolean
Integer
String
SQLDML
LocatedElement
location
commentsBefore
commentsAfter
SQLRoot
statements
Statement
ViewStatement
name
columns
query
InsertStmt
tableName
values
QueryStmt
tables
condition
QueryStmtCol
columns
QueryStmtAllCol
NamedElement
name
Table
alias
WhereClause
expression
Expression
BinaryExp
opName
leftExp
rightExp
OrExp
AndExp
NotExp
opName
valueExp
unused
LikeExp
columnName
expression
InExp
columnName
elements
OperationExp
optName
Predicate
QueryPredicate
query
ColumnExp
alias
type
ValueExp
type
StringValueExp
aValue
IntegerValueExp
aValue
ListExp
elements
FunctionExp
arguments
name
DataType | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"nsPrefix":null,"nsURI":null,"name":"SQLDML","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLRoot","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InsertStmt","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryStmt","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryStmtCol","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryStmtAllCol","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhereClause","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExp","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExp","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LikeExp","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InExp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryPredicate","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnExp","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueExp","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValueExp","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueExp","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListExp","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionExp","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"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":43,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tableName","changeable":true,"lowerBound":1,"iD":false,"id":50,"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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":"alias","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"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":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"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":"opName","changeable":true,"lowerBound":1,"iD":false,"id":74,"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":"leftExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"opName","changeable":true,"lowerBound":1,"iD":false,"id":83,"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":"valueExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"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":"unused","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"columnName","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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"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":"columnName","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"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":"optName","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"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":"query","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"alias","changeable":true,"lowerBound":1,"iD":false,"id":107,"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":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"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":"aValue","changeable":true,"lowerBound":1,"iD":false,"id":116,"derived":false},{"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":"aValue","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"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":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"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":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":5,"target":4},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":33,"target":3},{"source":33,"target":36},{"source":33,"target":5},{"source":36,"target":3},{"source":34,"target":3},{"source":34,"target":37},{"source":34,"target":5},{"source":37,"target":3},{"source":35,"target":3},{"source":35,"target":38},{"source":35,"target":5},{"source":38,"target":3},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":39},{"source":6,"target":40},{"source":39,"target":7},{"source":39,"target":41},{"source":39,"target":6},{"source":41,"target":7},{"source":40,"target":5},{"source":7,"target":4},{"source":7,"target":5},{"source":7,"target":42},{"source":42,"target":5},{"source":8,"target":4},{"source":8,"target":7},{"source":8,"target":43},{"source":8,"target":44},{"source":8,"target":45},{"source":8,"target":46},{"source":43,"target":3},{"source":43,"target":47},{"source":43,"target":8},{"source":47,"target":3},{"source":44,"target":26},{"source":44,"target":48},{"source":44,"target":8},{"source":48,"target":26},{"source":45,"target":10},{"source":45,"target":49},{"source":45,"target":8},{"source":49,"target":10},{"source":46,"target":7},{"source":9,"target":4},{"source":9,"target":7},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":50,"target":3},{"source":50,"target":53},{"source":50,"target":9},{"source":53,"target":3},{"source":51,"target":16},{"source":51,"target":54},{"source":51,"target":9},{"source":54,"target":16},{"source":52,"target":7},{"source":10,"target":4},{"source":10,"target":7},{"source":10,"target":55},{"source":10,"target":56},{"source":10,"target":57},{"source":55,"target":14},{"source":55,"target":58},{"source":55,"target":10},{"source":58,"target":14},{"source":56,"target":15},{"source":56,"target":59},{"source":56,"target":10},{"source":59,"target":15},{"source":57,"target":7},{"source":11,"target":4},{"source":11,"target":10},{"source":11,"target":60},{"source":11,"target":61},{"source":60,"target":16},{"source":60,"target":62},{"source":60,"target":11},{"source":62,"target":16},{"source":61,"target":10},{"source":12,"target":4},{"source":12,"target":10},{"source":12,"target":63},{"source":63,"target":10},{"source":13,"target":4},{"source":13,"target":5},{"source":13,"target":64},{"source":13,"target":65},{"source":64,"target":3},{"source":64,"target":66},{"source":64,"target":13},{"source":66,"target":3},{"source":65,"target":5},{"source":14,"target":4},{"source":14,"target":13},{"source":14,"target":67},{"source":14,"target":68},{"source":67,"target":3},{"source":67,"target":69},{"source":67,"target":14},{"source":69,"target":3},{"source":68,"target":13},{"source":15,"target":4},{"source":15,"target":5},{"source":15,"target":70},{"source":15,"target":71},{"source":70,"target":16},{"source":70,"target":72},{"source":70,"target":15},{"source":72,"target":16},{"source":71,"target":5},{"source":16,"target":4},{"source":16,"target":5},{"source":16,"target":73},{"source":73,"target":5},{"source":17,"target":4},{"source":17,"target":16},{"source":17,"target":74},{"source":17,"target":75},{"source":17,"target":76},{"source":17,"target":77},{"source":74,"target":3},{"source":74,"target":78},{"source":74,"target":17},{"source":78,"target":3},{"source":75,"target":16},{"source":75,"target":79},{"source":75,"target":17},{"source":79,"target":16},{"source":76,"target":16},{"source":76,"target":80},{"source":76,"target":17},{"source":80,"target":16},{"source":77,"target":16},{"source":18,"target":4},{"source":18,"target":17},{"source":18,"target":81},{"source":81,"target":17},{"source":19,"target":4},{"source":19,"target":17},{"source":19,"target":82},{"source":82,"target":17},{"source":20,"target":4},{"source":20,"target":16},{"source":20,"target":83},{"source":20,"target":84},{"source":20,"target":85},{"source":20,"target":86},{"source":83,"target":3},{"source":83,"target":87},{"source":83,"target":20},{"source":87,"target":3},{"source":84,"target":16},{"source":84,"target":88},{"source":84,"target":20},{"source":88,"target":16},{"source":85,"target":16},{"source":85,"target":89},{"source":85,"target":20},{"source":89,"target":16},{"source":86,"target":16},{"source":21,"target":4},{"source":21,"target":16},{"source":21,"target":90},{"source":21,"target":91},{"source":21,"target":92},{"source":90,"target":3},{"source":90,"target":93},{"source":90,"target":21},{"source":93,"target":3},{"source":91,"target":28},{"source":91,"target":94},{"source":91,"target":21},{"source":94,"target":28},{"source":92,"target":16},{"source":22,"target":4},{"source":22,"target":16},{"source":22,"target":95},{"source":22,"target":96},{"source":22,"target":97},{"source":95,"target":3},{"source":95,"target":98},{"source":95,"target":22},{"source":98,"target":3},{"source":96,"target":24},{"source":96,"target":99},{"source":96,"target":22},{"source":99,"target":24},{"source":97,"target":16},{"source":23,"target":4},{"source":23,"target":17},{"source":23,"target":100},{"source":23,"target":101},{"source":100,"target":3},{"source":100,"target":102},{"source":100,"target":23},{"source":102,"target":3},{"source":101,"target":17},{"source":24,"target":4},{"source":24,"target":16},{"source":24,"target":103},{"source":103,"target":16},{"source":25,"target":4},{"source":25,"target":16},{"source":25,"target":104},{"source":25,"target":105},{"source":104,"target":10},{"source":104,"target":106},{"source":104,"target":25},{"source":106,"target":10},{"source":105,"target":16},{"source":26,"target":4},{"source":26,"target":24},{"source":26,"target":13},{"source":26,"target":107},{"source":26,"target":108},{"source":26,"target":109},{"source":26,"target":110},{"source":107,"target":3},{"source":107,"target":111},{"source":107,"target":26},{"source":111,"target":3},{"source":108,"target":32},{"source":108,"target":112},{"source":108,"target":26},{"source":112,"target":32},{"source":109,"target":24},{"source":110,"target":13},{"source":27,"target":4},{"source":27,"target":24},{"source":27,"target":113},{"source":27,"target":114},{"source":113,"target":32},{"source":113,"target":115},{"source":113,"target":27},{"source":115,"target":32},{"source":114,"target":24},{"source":28,"target":4},{"source":28,"target":27},{"source":28,"target":116},{"source":28,"target":117},{"source":116,"target":3},{"source":116,"target":118},{"source":116,"target":28},{"source":118,"target":3},{"source":117,"target":27},{"source":29,"target":4},{"source":29,"target":27},{"source":29,"target":119},{"source":29,"target":120},{"source":119,"target":2},{"source":119,"target":121},{"source":119,"target":29},{"source":121,"target":2},{"source":120,"target":27},{"source":30,"target":4},{"source":30,"target":24},{"source":30,"target":122},{"source":30,"target":123},{"source":122,"target":16},{"source":122,"target":124},{"source":122,"target":30},{"source":124,"target":16},{"source":123,"target":24},{"source":31,"target":4},{"source":31,"target":24},{"source":31,"target":125},{"source":31,"target":126},{"source":31,"target":127},{"source":125,"target":16},{"source":125,"target":128},{"source":125,"target":31},{"source":128,"target":16},{"source":126,"target":3},{"source":126,"target":129},{"source":126,"target":31},{"source":129,"target":3},{"source":127,"target":24},{"source":32,"target":4},{"source":32,"target":13},{"source":32,"target":130},{"source":130,"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="filtering" nsURI="http://www.polarsys.org/capella/filtering/5.0.0"
nsPrefix="filtering">
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/extension">
<details key="extensibleProviderFactory" value="true"/>
<details key="childCreationExtenders" value="true"/>
<details key="useUUIDs" value="true"/>
<details key="useIDAttributes" value="false"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/dsl/2007/dslfactory">
<details key="extensibleProviderFactory" value="true"/>
<details key="childCreationExtenders" value="true"/>
<details key="useUUIDs" value="true"/>
<details key="useIDAttributes" value="false"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description"/>
<details key="usage guideline"/>
<details key="used in levels"/>
<details key="usage examples"/>
<details key="constraints"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="FilteringModel" eSuperTypes="platform:/plugin/org.polarsys.capella.core.data.gen/model/CapellaCore.ecore#//NamedElement platform:/plugin/org.polarsys.kitalpha.emde/model/eMDE.ecore#//ElementExtension">
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/constraint">
<details key="ExtendedElement" value="http://www.polarsys.org/capella/core/modeller/5.0.0#//SystemEngineering"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description"/>
<details key="usage guideline"/>
<details key="used in levels"/>
<details key="usage examples"/>
<details key="constraints"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFilteringCriteria"
upperBound="-1" eType="#//FilteringCriterion" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description"/>
<details key="usage guideline"/>
<details key="used in levels"/>
<details key="usage examples"/>
<details key="constraints"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFilteringCriterionPkgs"
upperBound="-1" eType="#//FilteringCriterionPkg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilteringCriterion" eSuperTypes="platform:/plugin/org.polarsys.capella.core.data.gen/model/CapellaCore.ecore#//NamedElement">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description"/>
<details key="usage guideline"/>
<details key="used in levels"/>
<details key="usage examples"/>
<details key="constraints"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilteringCriterionSet" abstract="true"
eSuperTypes="platform:/plugin/org.polarsys.capella.core.data.gen/model/CapellaCore.ecore#//NamedElement">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description"/>
<details key="usage guideline"/>
<details key="used in levels"/>
<details key="usage examples"/>
<details key="constraints"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="filteringCriteria" upperBound="-1"
eType="#//FilteringCriterion">
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description"/>
<details key="usage guideline"/>
<details key="used in levels"/>
<details key="usage examples"/>
<details key="constraints"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilteringResults" eSuperTypes="platform:/plugin/org.polarsys.capella.core.data.gen/model/CapellaCore.ecore#//NamedElement platform:/plugin/org.polarsys.kitalpha.emde/model/eMDE.ecore#//ElementExtension">
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/constraint">
<details key="ExtendedElement" value="http://www.polarsys.org/capella/core/modeller/5.0.0#//SystemEngineering"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description"/>
<details key="usage guideline"/>
<details key="used in levels"/>
<details key="usage examples"/>
<details key="constraints"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="filteringResults" upperBound="-1"
eType="#//FilteringResult" containment="true">
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description"/>
<details key="usage guideline"/>
<details key="used in levels"/>
<details key="usage examples"/>
<details key="constraints"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFilteringResultPkgs"
upperBound="-1" eType="#//FilteringResultPkg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilteringResult" eSuperTypes="#//FilteringCriterionSet">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description"/>
<details key="usage guideline"/>
<details key="used in levels"/>
<details key="usage examples"/>
<details key="constraints"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssociatedFilteringCriterionSet" eSuperTypes="#//FilteringCriterionSet platform:/plugin/org.polarsys.kitalpha.emde/model/eMDE.ecore#//ElementExtension">
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/constraint">
<details key="ExtendedElement" value="http://www.polarsys.org/capella/core/core/5.0.0#//CapellaElement"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description"/>
<details key="usage guideline"/>
<details key="used in levels"/>
<details key="usage examples"/>
<details key="constraints"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreationDefaultFilteringCriterionSet"
eSuperTypes="#//FilteringCriterionSet platform:/plugin/org.polarsys.kitalpha.emde/model/eMDE.ecore#//ElementExtension">
<eAnnotations source="http://www.polarsys.org/kitalpha/emde/1.0.0/constraint">
<details key="ExtendedElement" value="http://www.polarsys.org/capella/core/modeller/5.0.0#//SystemEngineering "/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
<details key="description"/>
<details key="usage guideline"/>
<details key="used in levels"/>
<details key="usage examples"/>
<details key="constraints"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilteringResultPkg" eSuperTypes="platform:/plugin/org.polarsys.capella.core.data.gen/model/CapellaCore.ecore#//Namespace">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFilteringResults"
upperBound="-1" eType="#//FilteringResult" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFilteringResultPkgs"
upperBound="-1" eType="#//FilteringResultPkg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilteringCriterionPkg" eSuperTypes="platform:/plugin/org.polarsys.capella.core.data.gen/model/CapellaCore.ecore#//Namespace">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFilteringCriteria"
upperBound="-1" eType="#//FilteringCriterion" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedFilteringCriterionPkgs"
upperBound="-1" eType="#//FilteringCriterionPkg" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/capella-filtering/plugins/org.polarsys.capella.filtering.model.cdo/model/filtering.ecore | ecore | filtering
FilteringModel
ownedFilteringCriteria
ownedFilteringCriterionPkgs
FilteringCriterion
FilteringCriterionSet
filteringCriteria
FilteringResults
filteringResults
ownedFilteringResultPkgs
FilteringResult
AssociatedFilteringCriterionSet
CreationDefaultFilteringCriterionSet
FilteringResultPkg
ownedFilteringResults
ownedFilteringResultPkgs
FilteringCriterionPkg
ownedFilteringCriteria
ownedFilteringCriterionPkgs | null | {"directed":true,"nodes":[{"nsPrefix":"filtering","nsURI":"http://www.polarsys.org/capella/filtering/5.0.0","name":"filtering","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilteringModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilteringCriterion","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilteringCriterionSet","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilteringResults","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilteringResult","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociatedFilteringCriterionSet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreationDefaultFilteringCriterionSet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilteringResultPkg","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilteringCriterionPkg","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":"ownedFilteringCriteria","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":"ownedFilteringCriterionPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"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":"filteringCriteria","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filteringResults","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":"ownedFilteringResultPkgs","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"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFilteringResults","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":"ownedFilteringResultPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFilteringCriteria","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":"ownedFilteringCriterionPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":10,"target":2},{"source":10,"target":14},{"source":10,"target":1},{"source":14,"target":2},{"source":11,"target":9},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":9},{"source":2,"target":0},{"source":2,"target":16},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":17,"target":2},{"source":17,"target":19},{"source":17,"target":3},{"source":19,"target":2},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":20,"target":5},{"source":20,"target":24},{"source":20,"target":4},{"source":24,"target":5},{"source":21,"target":8},{"source":21,"target":25},{"source":21,"target":4},{"source":25,"target":8},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":26},{"source":26,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":27},{"source":6,"target":28},{"source":27,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":29},{"source":7,"target":30},{"source":29,"target":3},{"source":8,"target":0},{"source":8,"target":31},{"source":8,"target":32},{"source":8,"target":33},{"source":31,"target":5},{"source":31,"target":34},{"source":31,"target":8},{"source":34,"target":5},{"source":32,"target":8},{"source":32,"target":35},{"source":32,"target":8},{"source":35,"target":8},{"source":9,"target":0},{"source":9,"target":36},{"source":9,"target":37},{"source":9,"target":38},{"source":36,"target":2},{"source":36,"target":39},{"source":36,"target":9},{"source":39,"target":2},{"source":37,"target":9},{"source":37,"target":40},{"source":37,"target":9},{"source":40,"target":9}],"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="MATLAB" nsURI="http:///MATLAB.ecore" nsPrefix="MATLAB">
<eClassifiers xsi:type="ecore:EClass" name="Matlab">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#//Model" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockDefaults">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blockDefaults" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#//Model" eOpposite="#//Model/blockDefaults"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Model">
<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="matlab" ordered="false"
lowerBound="1" eType="#//Matlab"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotationDefaults" ordered="false"
upperBound="-1" eType="#//AnnotationDefaults" containment="true" eOpposite="#//AnnotationDefaults/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="system" ordered="false"
upperBound="-1" eType="#//System" containment="true" eOpposite="#//System/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blockDefaults" ordered="false"
upperBound="-1" eType="#//BlockDefaults" containment="true" eOpposite="#//BlockDefaults/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lineDefaults" ordered="false"
upperBound="-1" eType="#//LineDefaults" containment="true" eOpposite="#//LineDefaults/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simulink" ordered="false"
lowerBound="1" eType="#//Simulink" eOpposite="#//Simulink/models"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationDefaults">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationDefaults" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#//Model" eOpposite="#//Model/annotationDefaults"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineDefaults">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineDefaults" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#//Model" eOpposite="#//Model/lineDefaults"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="System">
<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="blocks" ordered="false"
upperBound="-1" eType="#//Block" containment="true" eOpposite="#//Block/mySystem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lines" ordered="false"
upperBound="-1" eType="#//Line" containment="true" eOpposite="#//Line/system"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" ordered="false"
upperBound="-1" eType="#//Annotation" containment="true" eOpposite="#//Annotation/system"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#//Model" eOpposite="#//Model/system"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentSubsystem" ordered="false"
lowerBound="1" eType="#//Subsystem" eOpposite="#//Subsystem/system"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subsystem" eSuperTypes="#//Block">
<eStructuralFeatures xsi:type="ecore:EReference" name="system" ordered="false"
lowerBound="1" eType="#//System" containment="true" eOpposite="#//System/parentSubsystem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//BlockDefaults">
<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:EAttribute" name="blockType" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mySystem" ordered="false"
lowerBound="1" eType="#//System" eOpposite="#//System/blocks"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" ordered="false"
upperBound="-1" eType="#//Port" containment="true" eOpposite="#//Port/portBlock"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//AnnotationDefaults">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="system" ordered="false"
lowerBound="1" eType="#//System" eOpposite="#//System/annotations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Line" eSuperTypes="#//LineDefaults">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="points" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="srcPort" ordered="false"
eType="#//OutputPort" eOpposite="#//OutputPort/owningLine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="system" ordered="false"
lowerBound="1" eType="#//System" eOpposite="#//System/lines"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectLine" eSuperTypes="#//Line">
<eStructuralFeatures xsi:type="ecore:EReference" name="destPort1" ordered="false"
eType="#//InputPort" eOpposite="#//InputPort/owningDirectLine"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="#//Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningDirectLine" ordered="false"
eType="#//DirectLine" eOpposite="#//DirectLine/destPort1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningDirectBranch" ordered="false"
eType="#//DirectBranch" eOpposite="#//DirectBranch/destPort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Branch">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="points" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="branchedLine" ordered="false"
lowerBound="1" eType="#//BranchedLine" eOpposite="#//BranchedLine/branchs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedBranch" ordered="false"
lowerBound="1" eType="#//NestedBranch" eOpposite="#//NestedBranch/branchs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BranchedLine" eSuperTypes="#//Line">
<eStructuralFeatures xsi:type="ecore:EReference" name="branchs" ordered="false"
upperBound="-1" eType="#//Branch" containment="true" eOpposite="#//Branch/branchedLine"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" eSuperTypes="#//Block">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/primitive"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refPort" ordered="false"
eType="#//Port" eOpposite="#//Port/primitive"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portBlock" ordered="false"
lowerBound="1" eType="#//Block" eOpposite="#//Block/ports"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primitive" ordered="false"
eType="#//Primitive" eOpposite="#//Primitive/refPort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//Block">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceType" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceBlock" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/le_reference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Masked" eSuperTypes="#//Subsystem"/>
<eClassifiers xsi:type="ecore:EClass" name="Normal" eSuperTypes="#//Subsystem"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<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="le_reference" ordered="false"
lowerBound="1" eType="#//Reference" eOpposite="#//Reference/parameters"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primitive" ordered="false"
lowerBound="1" eType="#//Primitive" eOpposite="#//Primitive/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputPort" eSuperTypes="#//Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningLine" ordered="false"
eType="#//Line" eOpposite="#//Line/srcPort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Double" eSuperTypes="#//Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="INteger" eSuperTypes="#//Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BOolean" eSuperTypes="#//Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" eType="#//TrueFalse"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TrueFalse">
<eLiterals name="True" value="1"/>
<eLiterals name="False" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Vector" eSuperTypes="#//Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectBranch" eSuperTypes="#//Branch">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destPort" ordered="false"
eType="#//InputPort" eOpposite="#//InputPort/owningDirectBranch"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NestedBranch" eSuperTypes="#//Branch">
<eStructuralFeatures xsi:type="ecore:EReference" name="branchs" ordered="false"
upperBound="-1" eType="#//Branch" containment="true" eOpposite="#//Branch/nestedBranch"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Machine">
<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:EAttribute" name="id" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" ordered="false"
upperBound="-1" eType="#//Event" containment="true" eOpposite="#//Event/machine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" ordered="false" upperBound="-1"
eType="#//Data" containment="true" eOpposite="#//Data/machine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" ordered="false"
upperBound="-1" eType="#//Instance" containment="true" eOpposite="#//Instance/machine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targets" ordered="false"
upperBound="-1" eType="#//Target" containment="true" eOpposite="#//Target/machine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateFlow" ordered="false"
lowerBound="1" eType="#//StateFlow" eOpposite="#//StateFlow/machines"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Junction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" ordered="false"
lowerBound="1" eType="#//State" eOpposite="#//State/junctions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chart" ordered="false"
lowerBound="1" eType="#//Chart" eOpposite="#//Chart/junctions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataLimites" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionAction" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chart" ordered="false"
lowerBound="1" eType="#//Chart" eOpposite="#//Chart/transitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" ordered="false"
lowerBound="1" eType="#//State" eOpposite="#//State/transitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event">
<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:EAttribute" name="id" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="machine" ordered="false"
lowerBound="1" eType="#//Machine" eOpposite="#//Machine/events"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chart" ordered="false"
lowerBound="1" eType="#//Chart" eOpposite="#//Chart/events"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" ordered="false"
lowerBound="1" eType="#//State" eOpposite="#//State/events"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Data">
<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:EAttribute" name="id" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="units" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="props" ordered="false"
upperBound="-1" eType="#//Props" containment="true" eOpposite="#//Props/data"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" ordered="false"
lowerBound="1" eType="#//State" eOpposite="#//State/data"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chart" ordered="false"
lowerBound="1" eType="#//Chart" eOpposite="#//Chart/data"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="machine" ordered="false"
lowerBound="1" eType="#//Machine" eOpposite="#//Machine/data"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instance">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<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="machine" ordered="false"
lowerBound="1" eType="#//Machine" eOpposite="#//Machine/instances"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Target">
<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:EAttribute" name="id" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codeCommand" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="makeCommand" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codeFlags" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="checksumOld" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="machine" ordered="false"
lowerBound="1" eType="#//Machine" eOpposite="#//Machine/targets"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Chart">
<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:EAttribute" name="id" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decomposotion" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="updateMethode" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sampleTime" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="junctions" ordered="false"
upperBound="-1" eType="#//Junction" containment="true" eOpposite="#//Junction/chart"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" ordered="false"
upperBound="-1" eType="#//Event" containment="true" eOpposite="#//Event/chart"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false"
upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/chart"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" ordered="false" upperBound="-1"
eType="#//Data" containment="true" eOpposite="#//Data/chart"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" ordered="false"
upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/chart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<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:EAttribute" name="id" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entryAction" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exitAction" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duringAction" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eventActions" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decomposition" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="junctions" ordered="false"
upperBound="-1" eType="#//Junction" containment="true" eOpposite="#//Junction/state"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" ordered="false"
upperBound="-1" eType="#//Event" containment="true" eOpposite="#//Event/state"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false"
upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/state"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" ordered="false" upperBound="-1"
eType="#//Data" containment="true" eOpposite="#//Data/state"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chart" ordered="false"
lowerBound="1" eType="#//Chart" eOpposite="#//Chart/states"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" ordered="false"
upperBound="-1" eType="#//State" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Props">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrays" ordered="false"
upperBound="-1" eType="#//Array" containment="true" eOpposite="#//Array/props"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ranges" ordered="false"
upperBound="-1" eType="#//Range" containment="true" eOpposite="#//Range/props"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" ordered="false" lowerBound="1"
eType="#//Data" eOpposite="#//Data/props"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Range">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="props" ordered="false"
lowerBound="1" eType="#//Props" eOpposite="#//Props/ranges"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Array">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstIndex" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="props" ordered="false"
lowerBound="1" eType="#//Props" eOpposite="#//Props/arrays"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateFlow">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stateFlow" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="machines" ordered="false"
upperBound="-1" eType="#//Machine" containment="true" eOpposite="#//Machine/stateFlow"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="simulink" ordered="false"
lowerBound="1" eType="#//Simulink" eOpposite="#//Simulink/stateFlows"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionTerminal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="_id" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Simulink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="simulink" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateFlows" ordered="false"
upperBound="-1" eType="#//StateFlow" containment="true" eOpposite="#//StateFlow/simulink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
upperBound="-1" eType="#//Model" containment="true" eOpposite="#//Model/simulink"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject3.0/ClassModelSlicing/ecores/MATLAB.ecore | ecore | MATLAB
Matlab
model
BlockDefaults
blockDefaults
model
Model
name
matlab
annotationDefaults
system
blockDefaults
lineDefaults
simulink
AnnotationDefaults
annotationDefaults
model
LineDefaults
lineDefaults
model
System
name
blocks
lines
annotations
model
parentSubsystem
Subsystem
system
Block
name
blockType
description
priority
tag
position
mySystem
ports
Annotation
position
text
system
Line
points
id
srcPort
system
DirectLine
destPort1
InputPort
owningDirectLine
owningDirectBranch
Branch
points
branchedLine
nestedBranch
BranchedLine
branchs
Primitive
id
parameters
refPort
Port
id
number
portBlock
primitive
Reference
sourceType
sourceBlock
parameters
Masked
Normal
Parameter
name
le_reference
primitive
OutputPort
owningLine
Type
value
Double
value
INteger
value
Enumeration
value
BOolean
value
TrueFalse
True
True
False
False
Text
value
Vector
value
DirectBranch
id
destPort
NestedBranch
branchs
Machine
name
id
events
data
instances
targets
stateFlow
Junction
_id
id
type
position
state
chart
Transition
_id
dataLimites
id
trigger
condition
conditionAction
action
chart
state
Event
name
id
scope
description
trigger
machine
chart
state
Data
name
id
scope
description
units
dataType
props
state
chart
machine
Instance
_id
id
name
machine
Target
name
id
codeCommand
description
makeCommand
codeFlags
checksumOld
machine
Chart
name
id
_id
decomposotion
updateMethode
sampleTime
junctions
events
transitions
data
states
State
name
id
_id
type
entryAction
exitAction
duringAction
eventActions
decomposition
position
junctions
events
transitions
data
chart
states
Props
initialValue
arrays
ranges
data
Range
maximum
minimum
props
Array
firstIndex
size
props
StateFlow
stateFlow
machines
simulink
TransitionTerminal
_id
Simulink
simulink
stateFlows
models | null | {"directed":true,"nodes":[{"nsPrefix":"MATLAB","nsURI":"http:///MATLAB.ecore","name":"MATLAB","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Matlab","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockDefaults","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationDefaults","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineDefaults","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subsystem","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Line","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectLine","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchedLine","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Masked","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Normal","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INteger","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BOolean","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TrueFalse","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vector","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectBranch","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedBranch","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Machine","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Junction","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instance","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chart","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Props","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Range","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Array","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateFlow","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionTerminal","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Simulink","instanceClass":null,"abstract":false,"id":46,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"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":"blockDefaults","changeable":true,"lowerBound":1,"iD":false,"id":49,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blockDefaults","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matlab","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationDefaults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"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":"system","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lineDefaults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"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":"simulink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"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":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"annotationDefaults","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"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":"lineDefaults","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"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":77,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"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":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"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":"parentSubsystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mySystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"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":"system","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"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":"system","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"system","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"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":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":"blockType","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":"description","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":"priority","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":"tag","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":99,"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":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"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":"portBlock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"position","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":"text","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"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":"points","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":118,"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":"srcPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningLine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"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":"destPort1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningDirectLine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningDirectBranch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destPort","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"points","changeable":true,"lowerBound":1,"iD":false,"id":135,"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":"branchedLine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"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":"nestedBranch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"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":"branchs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"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":"branchs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":145,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"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":"refPort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"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":"primitive","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"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":"primitive","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":154,"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":"number","changeable":true,"lowerBound":1,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sourceType","changeable":true,"lowerBound":1,"iD":false,"id":160,"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":"sourceBlock","changeable":true,"lowerBound":1,"iD":false,"id":161,"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":"parameters","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"},{"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":"le_reference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"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"},{"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":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"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":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"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":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"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":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"name":"True","id":191,"value":1,"literal":"True","eClass":"EEnumLiteral"},{"name":"False","id":192,"value":2,"literal":"False","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":"value","changeable":true,"lowerBound":1,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"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},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":206,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"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":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"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":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"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":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"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":"stateFlow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"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":"machine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"id":216,"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":"machine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"id":218,"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":"machine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"id":220,"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":"machine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"derived":false},{"id":222,"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":"machines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"_id","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":225,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":226,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":227,"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":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"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":"chart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"junctions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"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":"junctions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"_id","changeable":true,"lowerBound":0,"iD":false,"id":238,"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":"dataLimites","changeable":true,"lowerBound":1,"iD":false,"id":239,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":240,"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":"trigger","changeable":true,"lowerBound":1,"iD":false,"id":241,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"condition","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"conditionAction","changeable":true,"lowerBound":1,"iD":false,"id":243,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"action","changeable":true,"lowerBound":1,"iD":false,"id":244,"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":"chart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"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":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":258,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":259,"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":"scope","changeable":true,"lowerBound":1,"iD":false,"id":260,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":261,"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":"trigger","changeable":true,"lowerBound":1,"iD":false,"id":262,"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":"chart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"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":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"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":275,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":276,"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":"scope","changeable":true,"lowerBound":1,"iD":false,"id":277,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":278,"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":"units","changeable":true,"lowerBound":1,"iD":false,"id":279,"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":"dataType","changeable":true,"lowerBound":1,"iD":false,"id":280,"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":"props","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"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":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"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":"chart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"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":"data","changeable":true,"resolveProxies":true,"lowerBound":1,"id":291,"derived":false},{"id":292,"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":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"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":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"_id","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":298,"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":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"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":304,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":305,"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":"codeCommand","changeable":true,"lowerBound":1,"iD":false,"id":306,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":307,"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":"makeCommand","changeable":true,"lowerBound":1,"iD":false,"id":308,"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":"codeFlags","changeable":true,"lowerBound":1,"iD":false,"id":309,"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":"checksumOld","changeable":true,"lowerBound":1,"iD":false,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"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":319,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":320,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"_id","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"decomposotion","changeable":true,"lowerBound":1,"iD":false,"id":322,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"updateMethode","changeable":true,"lowerBound":1,"iD":false,"id":323,"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":"sampleTime","changeable":true,"lowerBound":1,"iD":false,"id":324,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"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":"chart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":337,"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":338,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":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":"_id","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":341,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"entryAction","changeable":true,"lowerBound":1,"iD":false,"id":342,"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":"exitAction","changeable":true,"lowerBound":1,"iD":false,"id":343,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"duringAction","changeable":true,"lowerBound":1,"iD":false,"id":344,"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":"eventActions","changeable":true,"lowerBound":1,"iD":false,"id":345,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"decomposition","changeable":true,"lowerBound":1,"iD":false,"id":346,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":347,"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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"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"},{"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":365,"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":"arrays","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"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":"ranges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"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":"props","changeable":true,"resolveProxies":true,"lowerBound":1,"id":370,"derived":false},{"id":371,"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":"props","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"derived":false},{"id":373,"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":"maximum","changeable":true,"lowerBound":1,"iD":false,"id":374,"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":"minimum","changeable":true,"lowerBound":1,"iD":false,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"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":"firstIndex","changeable":true,"lowerBound":1,"iD":false,"id":379,"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":"size","changeable":true,"lowerBound":1,"iD":false,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"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":"stateFlow","changeable":true,"lowerBound":1,"iD":false,"id":384,"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":"simulink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stateFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"_id","changeable":true,"lowerBound":0,"iD":false,"id":390,"derived":false},{"id":391,"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":"simulink","changeable":true,"lowerBound":0,"iD":false,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"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":1,"target":0},{"source":1,"target":47},{"source":47,"target":3},{"source":47,"target":48},{"source":47,"target":1},{"source":48,"target":3},{"source":2,"target":0},{"source":2,"target":49},{"source":2,"target":50},{"source":49,"target":51},{"source":49,"target":2},{"source":50,"target":3},{"source":50,"target":52},{"source":50,"target":2},{"source":50,"target":53},{"source":52,"target":3},{"source":3,"target":0},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":53},{"source":3,"target":58},{"source":3,"target":59},{"source":54,"target":60},{"source":54,"target":3},{"source":55,"target":1},{"source":55,"target":61},{"source":55,"target":3},{"source":61,"target":1},{"source":56,"target":4},{"source":56,"target":62},{"source":56,"target":3},{"source":56,"target":63},{"source":62,"target":4},{"source":57,"target":6},{"source":57,"target":64},{"source":57,"target":3},{"source":57,"target":65},{"source":64,"target":6},{"source":53,"target":2},{"source":53,"target":66},{"source":53,"target":3},{"source":53,"target":50},{"source":66,"target":2},{"source":58,"target":5},{"source":58,"target":67},{"source":58,"target":3},{"source":58,"target":68},{"source":67,"target":5},{"source":59,"target":46},{"source":59,"target":69},{"source":59,"target":3},{"source":59,"target":70},{"source":69,"target":46},{"source":4,"target":0},{"source":4,"target":71},{"source":4,"target":63},{"source":71,"target":72},{"source":71,"target":4},{"source":63,"target":3},{"source":63,"target":73},{"source":63,"target":4},{"source":63,"target":56},{"source":73,"target":3},{"source":5,"target":0},{"source":5,"target":74},{"source":5,"target":68},{"source":74,"target":75},{"source":74,"target":5},{"source":68,"target":3},{"source":68,"target":76},{"source":68,"target":5},{"source":68,"target":58},{"source":76,"target":3},{"source":6,"target":0},{"source":6,"target":77},{"source":6,"target":78},{"source":6,"target":79},{"source":6,"target":80},{"source":6,"target":65},{"source":6,"target":81},{"source":77,"target":82},{"source":77,"target":6},{"source":78,"target":8},{"source":78,"target":83},{"source":78,"target":6},{"source":78,"target":84},{"source":83,"target":8},{"source":79,"target":10},{"source":79,"target":85},{"source":79,"target":6},{"source":79,"target":86},{"source":85,"target":10},{"source":80,"target":9},{"source":80,"target":87},{"source":80,"target":6},{"source":80,"target":88},{"source":87,"target":9},{"source":65,"target":3},{"source":65,"target":89},{"source":65,"target":6},{"source":65,"target":57},{"source":89,"target":3},{"source":81,"target":7},{"source":81,"target":90},{"source":81,"target":6},{"source":81,"target":91},{"source":90,"target":7},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":91},{"source":7,"target":92},{"source":91,"target":6},{"source":91,"target":93},{"source":91,"target":7},{"source":91,"target":81},{"source":93,"target":6},{"source":92,"target":8},{"source":8,"target":0},{"source":8,"target":2},{"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":8,"target":84},{"source":8,"target":100},{"source":8,"target":101},{"source":94,"target":102},{"source":94,"target":8},{"source":95,"target":103},{"source":95,"target":8},{"source":96,"target":104},{"source":96,"target":8},{"source":97,"target":105},{"source":97,"target":8},{"source":98,"target":106},{"source":98,"target":8},{"source":99,"target":107},{"source":99,"target":8},{"source":84,"target":6},{"source":84,"target":108},{"source":84,"target":8},{"source":84,"target":78},{"source":108,"target":6},{"source":100,"target":16},{"source":100,"target":109},{"source":100,"target":8},{"source":100,"target":110},{"source":109,"target":16},{"source":101,"target":2},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":111},{"source":9,"target":112},{"source":9,"target":88},{"source":9,"target":113},{"source":111,"target":114},{"source":111,"target":9},{"source":112,"target":115},{"source":112,"target":9},{"source":88,"target":6},{"source":88,"target":116},{"source":88,"target":9},{"source":88,"target":80},{"source":116,"target":6},{"source":113,"target":4},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":117},{"source":10,"target":118},{"source":10,"target":119},{"source":10,"target":86},{"source":10,"target":120},{"source":117,"target":121},{"source":117,"target":10},{"source":118,"target":122},{"source":118,"target":10},{"source":119,"target":21},{"source":119,"target":123},{"source":119,"target":10},{"source":119,"target":124},{"source":123,"target":21},{"source":86,"target":6},{"source":86,"target":125},{"source":86,"target":10},{"source":86,"target":79},{"source":125,"target":6},{"source":120,"target":5},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":126},{"source":11,"target":127},{"source":126,"target":12},{"source":126,"target":128},{"source":126,"target":11},{"source":126,"target":129},{"source":128,"target":12},{"source":127,"target":10},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":129},{"source":12,"target":130},{"source":12,"target":131},{"source":129,"target":11},{"source":129,"target":132},{"source":129,"target":12},{"source":129,"target":126},{"source":132,"target":11},{"source":130,"target":30},{"source":130,"target":133},{"source":130,"target":12},{"source":130,"target":134},{"source":133,"target":30},{"source":131,"target":16},{"source":13,"target":0},{"source":13,"target":135},{"source":13,"target":136},{"source":13,"target":137},{"source":135,"target":138},{"source":135,"target":13},{"source":136,"target":14},{"source":136,"target":139},{"source":136,"target":13},{"source":136,"target":140},{"source":139,"target":14},{"source":137,"target":31},{"source":137,"target":141},{"source":137,"target":13},{"source":137,"target":142},{"source":141,"target":31},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":140},{"source":14,"target":143},{"source":140,"target":13},{"source":140,"target":144},{"source":140,"target":14},{"source":140,"target":136},{"source":144,"target":13},{"source":143,"target":10},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":145},{"source":15,"target":146},{"source":15,"target":147},{"source":15,"target":148},{"source":145,"target":149},{"source":145,"target":15},{"source":146,"target":20},{"source":146,"target":150},{"source":146,"target":15},{"source":146,"target":151},{"source":150,"target":20},{"source":147,"target":16},{"source":147,"target":152},{"source":147,"target":15},{"source":147,"target":153},{"source":152,"target":16},{"source":148,"target":8},{"source":16,"target":0},{"source":16,"target":154},{"source":16,"target":155},{"source":16,"target":110},{"source":16,"target":153},{"source":154,"target":156},{"source":154,"target":16},{"source":155,"target":157},{"source":155,"target":16},{"source":110,"target":8},{"source":110,"target":158},{"source":110,"target":16},{"source":110,"target":100},{"source":158,"target":8},{"source":153,"target":15},{"source":153,"target":159},{"source":153,"target":16},{"source":153,"target":147},{"source":159,"target":15},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":160},{"source":17,"target":161},{"source":17,"target":162},{"source":17,"target":163},{"source":160,"target":164},{"source":160,"target":17},{"source":161,"target":165},{"source":161,"target":17},{"source":162,"target":20},{"source":162,"target":166},{"source":162,"target":17},{"source":162,"target":167},{"source":166,"target":20},{"source":163,"target":8},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":168},{"source":168,"target":7},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":169},{"source":169,"target":7},{"source":20,"target":0},{"source":20,"target":170},{"source":20,"target":167},{"source":20,"target":151},{"source":170,"target":171},{"source":170,"target":20},{"source":167,"target":17},{"source":167,"target":172},{"source":167,"target":20},{"source":167,"target":162},{"source":172,"target":17},{"source":151,"target":15},{"source":151,"target":173},{"source":151,"target":20},{"source":151,"target":146},{"source":173,"target":15},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":124},{"source":21,"target":174},{"source":124,"target":10},{"source":124,"target":175},{"source":124,"target":21},{"source":124,"target":119},{"source":175,"target":10},{"source":174,"target":16},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":176},{"source":22,"target":177},{"source":176,"target":178},{"source":176,"target":22},{"source":177,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":179},{"source":23,"target":180},{"source":179,"target":181},{"source":179,"target":23},{"source":180,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":182},{"source":24,"target":183},{"source":182,"target":184},{"source":182,"target":24},{"source":183,"target":20},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":185},{"source":25,"target":186},{"source":185,"target":187},{"source":185,"target":25},{"source":186,"target":20},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":188},{"source":26,"target":189},{"source":188,"target":27},{"source":188,"target":190},{"source":188,"target":26},{"source":190,"target":27},{"source":189,"target":20},{"source":27,"target":0},{"source":27,"target":191},{"source":27,"target":192},{"source":191,"target":27},{"source":192,"target":27},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":193},{"source":28,"target":194},{"source":193,"target":195},{"source":193,"target":28},{"source":194,"target":20},{"source":29,"target":0},{"source":29,"target":20},{"source":29,"target":196},{"source":29,"target":197},{"source":196,"target":198},{"source":196,"target":29},{"source":197,"target":20},{"source":30,"target":0},{"source":30,"target":13},{"source":30,"target":199},{"source":30,"target":134},{"source":30,"target":200},{"source":199,"target":201},{"source":199,"target":30},{"source":134,"target":12},{"source":134,"target":202},{"source":134,"target":30},{"source":134,"target":130},{"source":202,"target":12},{"source":200,"target":13},{"source":31,"target":0},{"source":31,"target":13},{"source":31,"target":142},{"source":31,"target":203},{"source":142,"target":13},{"source":142,"target":204},{"source":142,"target":31},{"source":142,"target":137},{"source":204,"target":13},{"source":203,"target":13},{"source":32,"target":0},{"source":32,"target":205},{"source":32,"target":206},{"source":32,"target":207},{"source":32,"target":208},{"source":32,"target":209},{"source":32,"target":210},{"source":32,"target":211},{"source":205,"target":212},{"source":205,"target":32},{"source":206,"target":213},{"source":206,"target":32},{"source":207,"target":35},{"source":207,"target":214},{"source":207,"target":32},{"source":207,"target":215},{"source":214,"target":35},{"source":208,"target":36},{"source":208,"target":216},{"source":208,"target":32},{"source":208,"target":217},{"source":216,"target":36},{"source":209,"target":37},{"source":209,"target":218},{"source":209,"target":32},{"source":209,"target":219},{"source":218,"target":37},{"source":210,"target":38},{"source":210,"target":220},{"source":210,"target":32},{"source":210,"target":221},{"source":220,"target":38},{"source":211,"target":44},{"source":211,"target":222},{"source":211,"target":32},{"source":211,"target":223},{"source":222,"target":44},{"source":33,"target":0},{"source":33,"target":224},{"source":33,"target":225},{"source":33,"target":226},{"source":33,"target":227},{"source":33,"target":228},{"source":33,"target":229},{"source":224,"target":230},{"source":224,"target":33},{"source":225,"target":231},{"source":225,"target":33},{"source":226,"target":232},{"source":226,"target":33},{"source":227,"target":233},{"source":227,"target":33},{"source":228,"target":40},{"source":228,"target":234},{"source":228,"target":33},{"source":228,"target":235},{"source":234,"target":40},{"source":229,"target":39},{"source":229,"target":236},{"source":229,"target":33},{"source":229,"target":237},{"source":236,"target":39},{"source":34,"target":0},{"source":34,"target":238},{"source":34,"target":239},{"source":34,"target":240},{"source":34,"target":241},{"source":34,"target":242},{"source":34,"target":243},{"source":34,"target":244},{"source":34,"target":245},{"source":34,"target":246},{"source":238,"target":247},{"source":238,"target":34},{"source":239,"target":248},{"source":239,"target":34},{"source":240,"target":249},{"source":240,"target":34},{"source":241,"target":250},{"source":241,"target":34},{"source":242,"target":251},{"source":242,"target":34},{"source":243,"target":252},{"source":243,"target":34},{"source":244,"target":253},{"source":244,"target":34},{"source":245,"target":39},{"source":245,"target":254},{"source":245,"target":34},{"source":245,"target":255},{"source":254,"target":39},{"source":246,"target":40},{"source":246,"target":256},{"source":246,"target":34},{"source":246,"target":257},{"source":256,"target":40},{"source":35,"target":0},{"source":35,"target":258},{"source":35,"target":259},{"source":35,"target":260},{"source":35,"target":261},{"source":35,"target":262},{"source":35,"target":215},{"source":35,"target":263},{"source":35,"target":264},{"source":258,"target":265},{"source":258,"target":35},{"source":259,"target":266},{"source":259,"target":35},{"source":260,"target":267},{"source":260,"target":35},{"source":261,"target":268},{"source":261,"target":35},{"source":262,"target":269},{"source":262,"target":35},{"source":215,"target":32},{"source":215,"target":270},{"source":215,"target":35},{"source":215,"target":207},{"source":270,"target":32},{"source":263,"target":39},{"source":263,"target":271},{"source":263,"target":35},{"source":263,"target":272},{"source":271,"target":39},{"source":264,"target":40},{"source":264,"target":273},{"source":264,"target":35},{"source":264,"target":274},{"source":273,"target":40},{"source":36,"target":0},{"source":36,"target":275},{"source":36,"target":276},{"source":36,"target":277},{"source":36,"target":278},{"source":36,"target":279},{"source":36,"target":280},{"source":36,"target":281},{"source":36,"target":282},{"source":36,"target":283},{"source":36,"target":217},{"source":275,"target":284},{"source":275,"target":36},{"source":276,"target":285},{"source":276,"target":36},{"source":277,"target":286},{"source":277,"target":36},{"source":278,"target":287},{"source":278,"target":36},{"source":279,"target":288},{"source":279,"target":36},{"source":280,"target":289},{"source":280,"target":36},{"source":281,"target":41},{"source":281,"target":290},{"source":281,"target":36},{"source":281,"target":291},{"source":290,"target":41},{"source":282,"target":40},{"source":282,"target":292},{"source":282,"target":36},{"source":282,"target":293},{"source":292,"target":40},{"source":283,"target":39},{"source":283,"target":294},{"source":283,"target":36},{"source":283,"target":295},{"source":294,"target":39},{"source":217,"target":32},{"source":217,"target":296},{"source":217,"target":36},{"source":217,"target":208},{"source":296,"target":32},{"source":37,"target":0},{"source":37,"target":297},{"source":37,"target":298},{"source":37,"target":299},{"source":37,"target":219},{"source":297,"target":300},{"source":297,"target":37},{"source":298,"target":301},{"source":298,"target":37},{"source":299,"target":302},{"source":299,"target":37},{"source":219,"target":32},{"source":219,"target":303},{"source":219,"target":37},{"source":219,"target":209},{"source":303,"target":32},{"source":38,"target":0},{"source":38,"target":304},{"source":38,"target":305},{"source":38,"target":306},{"source":38,"target":307},{"source":38,"target":308},{"source":38,"target":309},{"source":38,"target":310},{"source":38,"target":221},{"source":304,"target":311},{"source":304,"target":38},{"source":305,"target":312},{"source":305,"target":38},{"source":306,"target":313},{"source":306,"target":38},{"source":307,"target":314},{"source":307,"target":38},{"source":308,"target":315},{"source":308,"target":38},{"source":309,"target":316},{"source":309,"target":38},{"source":310,"target":317},{"source":310,"target":38},{"source":221,"target":32},{"source":221,"target":318},{"source":221,"target":38},{"source":221,"target":210},{"source":318,"target":32},{"source":39,"target":0},{"source":39,"target":319},{"source":39,"target":320},{"source":39,"target":321},{"source":39,"target":322},{"source":39,"target":323},{"source":39,"target":324},{"source":39,"target":237},{"source":39,"target":272},{"source":39,"target":255},{"source":39,"target":295},{"source":39,"target":325},{"source":319,"target":326},{"source":319,"target":39},{"source":320,"target":327},{"source":320,"target":39},{"source":321,"target":328},{"source":321,"target":39},{"source":322,"target":329},{"source":322,"target":39},{"source":323,"target":330},{"source":323,"target":39},{"source":324,"target":331},{"source":324,"target":39},{"source":237,"target":33},{"source":237,"target":332},{"source":237,"target":39},{"source":237,"target":229},{"source":332,"target":33},{"source":272,"target":35},{"source":272,"target":333},{"source":272,"target":39},{"source":272,"target":263},{"source":333,"target":35},{"source":255,"target":34},{"source":255,"target":334},{"source":255,"target":39},{"source":255,"target":245},{"source":334,"target":34},{"source":295,"target":36},{"source":295,"target":335},{"source":295,"target":39},{"source":295,"target":283},{"source":335,"target":36},{"source":325,"target":40},{"source":325,"target":336},{"source":325,"target":39},{"source":325,"target":337},{"source":336,"target":40},{"source":40,"target":0},{"source":40,"target":338},{"source":40,"target":339},{"source":40,"target":340},{"source":40,"target":341},{"source":40,"target":342},{"source":40,"target":343},{"source":40,"target":344},{"source":40,"target":345},{"source":40,"target":346},{"source":40,"target":347},{"source":40,"target":235},{"source":40,"target":274},{"source":40,"target":257},{"source":40,"target":293},{"source":40,"target":337},{"source":40,"target":348},{"source":338,"target":349},{"source":338,"target":40},{"source":339,"target":350},{"source":339,"target":40},{"source":340,"target":351},{"source":340,"target":40},{"source":341,"target":352},{"source":341,"target":40},{"source":342,"target":353},{"source":342,"target":40},{"source":343,"target":354},{"source":343,"target":40},{"source":344,"target":355},{"source":344,"target":40},{"source":345,"target":356},{"source":345,"target":40},{"source":346,"target":357},{"source":346,"target":40},{"source":347,"target":358},{"source":347,"target":40},{"source":235,"target":33},{"source":235,"target":359},{"source":235,"target":40},{"source":235,"target":228},{"source":359,"target":33},{"source":274,"target":35},{"source":274,"target":360},{"source":274,"target":40},{"source":274,"target":264},{"source":360,"target":35},{"source":257,"target":34},{"source":257,"target":361},{"source":257,"target":40},{"source":257,"target":246},{"source":361,"target":34},{"source":293,"target":36},{"source":293,"target":362},{"source":293,"target":40},{"source":293,"target":282},{"source":362,"target":36},{"source":337,"target":39},{"source":337,"target":363},{"source":337,"target":40},{"source":337,"target":325},{"source":363,"target":39},{"source":348,"target":40},{"source":348,"target":364},{"source":348,"target":40},{"source":364,"target":40},{"source":41,"target":0},{"source":41,"target":365},{"source":41,"target":366},{"source":41,"target":367},{"source":41,"target":291},{"source":365,"target":368},{"source":365,"target":41},{"source":366,"target":43},{"source":366,"target":369},{"source":366,"target":41},{"source":366,"target":370},{"source":369,"target":43},{"source":367,"target":42},{"source":367,"target":371},{"source":367,"target":41},{"source":367,"target":372},{"source":371,"target":42},{"source":291,"target":36},{"source":291,"target":373},{"source":291,"target":41},{"source":291,"target":281},{"source":373,"target":36},{"source":42,"target":0},{"source":42,"target":374},{"source":42,"target":375},{"source":42,"target":372},{"source":374,"target":376},{"source":374,"target":42},{"source":375,"target":377},{"source":375,"target":42},{"source":372,"target":41},{"source":372,"target":378},{"source":372,"target":42},{"source":372,"target":367},{"source":378,"target":41},{"source":43,"target":0},{"source":43,"target":379},{"source":43,"target":380},{"source":43,"target":370},{"source":379,"target":381},{"source":379,"target":43},{"source":380,"target":382},{"source":380,"target":43},{"source":370,"target":41},{"source":370,"target":383},{"source":370,"target":43},{"source":370,"target":366},{"source":383,"target":41},{"source":44,"target":0},{"source":44,"target":384},{"source":44,"target":223},{"source":44,"target":385},{"source":384,"target":386},{"source":384,"target":44},{"source":223,"target":32},{"source":223,"target":387},{"source":223,"target":44},{"source":223,"target":211},{"source":387,"target":32},{"source":385,"target":46},{"source":385,"target":388},{"source":385,"target":44},{"source":385,"target":389},{"source":388,"target":46},{"source":45,"target":0},{"source":45,"target":390},{"source":390,"target":391},{"source":390,"target":45},{"source":46,"target":0},{"source":46,"target":392},{"source":46,"target":389},{"source":46,"target":70},{"source":392,"target":393},{"source":392,"target":46},{"source":389,"target":44},{"source":389,"target":394},{"source":389,"target":46},{"source":389,"target":385},{"source":394,"target":44},{"source":70,"target":3},{"source":70,"target":395},{"source":70,"target":46},{"source":70,"target":59},{"source":395,"target":3}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<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="CFG" nsURI="www.cs.tu.ac.th" nsPrefix="">
<eClassifiers xsi:type="ecore:EClass" name="MControlFlowGraph">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#/0/AbstractNode" containment="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"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localVar" upperBound="-1"
eType="#/0/Var" containment="true" eOpposite="#/0/Var/method"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractNode" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="fromNode" ordered="false"
upperBound="-1" eType="#/0/AbstractNode" eOpposite="#/0/AbstractNode/toNode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toNode" ordered="false"
eType="#/0/AbstractNode" eOpposite="#/0/AbstractNode/fromNode"/>
<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="var" upperBound="-1"
eType="#/0/Var" containment="true" eOpposite="#/0/Var/nodes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataFlow" upperBound="-1"
eType="#/0/AbstractNode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dUse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#/0/Node" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#/0/AbstractNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#/0/AbstractNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="trueConditionNode" ordered="false"
lowerBound="1" eType="#/0/Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="falseConditionNode" ordered="false"
lowerBound="1" eType="#/0/Node" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterativeNode" eSuperTypes="#/0/AbstractNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="trueConditionNode" ordered="false"
lowerBound="1" eType="#/0/Node"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="falseConditionNode" ordered="false"
lowerBound="1" eType="#/0/Node"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#/0/AbstractNode" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Var">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#/0/MControlFlowGraph"
eOpposite="#/0/MControlFlowGraph/localVar"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#/0/AbstractNode" eOpposite="#/0/AbstractNode/var"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Param" eSuperTypes="#/0/Var"/>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes"/>
</xmi:XMI>
| github:ecore:/data/sentery/ModelTransformation/AnalysisCode/Metamodel/CFG.ecore | ecore | CFG
MControlFlowGraph
nodes
name
localVar
AbstractNode
fromNode
toNode
name
var
dataFlow
dUse
params
Node
ConditionalNode
trueConditionNode
falseConditionNode
IterativeNode
trueConditionNode
falseConditionNode
nodes
Var
name
method
nodes
Param
PrimitiveTypes | null | {"directed":true,"nodes":[{"nsPrefix":"","nsURI":"www.cs.tu.ac.th","name":"CFG","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MControlFlowGraph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterativeNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Param","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"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":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localVar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"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":"toNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"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":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataFlow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dUse","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":"params","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"},{"container":true,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trueConditionNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"falseConditionNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"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":"trueConditionNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"falseConditionNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":48,"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":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":8,"target":2},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":2},{"source":9,"target":12},{"source":9,"target":1},{"source":10,"target":6},{"source":10,"target":13},{"source":10,"target":1},{"source":10,"target":14},{"source":13,"target":6},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":15,"target":2},{"source":15,"target":22},{"source":15,"target":2},{"source":15,"target":16},{"source":22,"target":2},{"source":16,"target":2},{"source":16,"target":23},{"source":16,"target":2},{"source":16,"target":15},{"source":23,"target":2},{"source":17,"target":24},{"source":17,"target":2},{"source":18,"target":6},{"source":18,"target":25},{"source":18,"target":2},{"source":18,"target":26},{"source":25,"target":6},{"source":19,"target":2},{"source":19,"target":27},{"source":19,"target":2},{"source":27,"target":2},{"source":20,"target":28},{"source":20,"target":2},{"source":21,"target":3},{"source":21,"target":29},{"source":21,"target":2},{"source":29,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":30},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":3},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":3},{"source":32,"target":3},{"source":32,"target":35},{"source":32,"target":4},{"source":35,"target":3},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":36,"target":3},{"source":36,"target":40},{"source":36,"target":5},{"source":40,"target":3},{"source":37,"target":3},{"source":37,"target":41},{"source":37,"target":5},{"source":41,"target":3},{"source":38,"target":2},{"source":38,"target":42},{"source":38,"target":5},{"source":42,"target":2},{"source":39,"target":2},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":14},{"source":6,"target":26},{"source":43,"target":44},{"source":43,"target":6},{"source":14,"target":1},{"source":14,"target":45},{"source":14,"target":6},{"source":14,"target":10},{"source":45,"target":1},{"source":26,"target":2},{"source":26,"target":46},{"source":26,"target":6},{"source":26,"target":18},{"source":46,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":47},{"source":47,"target":6}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="domainmodel" nsURI="http://www.xtext.org/example/Domainmodel"
nsPrefix="domainmodel">
<eClassifiers xsi:type="ecore:EClass" name="DomainModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//AbstractElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//AbstractElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//Feature" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//StructuralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//StructuralFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//Reference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//Visibility"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//Parameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeRef"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="referenced" eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multi" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Visibility">
<eLiterals name="public" literal="public"/>
<eLiterals name="private" value="1" literal="private"/>
<eLiterals name="protected" value="2" literal="protected"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/plugbee/dslforge/examples/org.eclipse.xtext.example.domainmodel/model/generated/Domainmodel.ecore | ecore | domainmodel
DomainModel
elements
AbstractElement
Import
importedNamespace
PackageDeclaration
name
elements
Type
name
DataType
Entity
superType
features
Feature
name
type
StructuralFeature
Attribute
Reference
opposite
Operation
visibility
params
Parameter
name
type
TypeRef
referenced
multi
Visibility
public
public
private
private
protected
protected | null | {"directed":true,"nodes":[{"nsPrefix":"domainmodel","nsURI":"http://www.xtext.org/example/Domainmodel","name":"domainmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","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":"Parameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Visibility","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"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":"superType","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":"features","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},{"container":false,"ordered":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":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenced","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"multi","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"name":"public","id":57,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":58,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":59,"value":2,"literal":"protected","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":16,"target":2},{"source":16,"target":17},{"source":16,"target":1},{"source":17,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":18},{"source":3,"target":19},{"source":18,"target":20},{"source":18,"target":3},{"source":19,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":21,"target":24},{"source":21,"target":4},{"source":22,"target":2},{"source":22,"target":25},{"source":22,"target":4},{"source":25,"target":2},{"source":23,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":26},{"source":5,"target":27},{"source":26,"target":28},{"source":26,"target":5},{"source":27,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":29},{"source":29,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":30},{"source":7,"target":31},{"source":7,"target":32},{"source":30,"target":7},{"source":30,"target":33},{"source":30,"target":7},{"source":33,"target":7},{"source":31,"target":8},{"source":31,"target":34},{"source":31,"target":7},{"source":34,"target":8},{"source":32,"target":5},{"source":8,"target":0},{"source":8,"target":35},{"source":8,"target":36},{"source":35,"target":37},{"source":35,"target":8},{"source":36,"target":14},{"source":36,"target":38},{"source":36,"target":8},{"source":38,"target":14},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":39},{"source":39,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":40},{"source":40,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":41},{"source":11,"target":42},{"source":41,"target":11},{"source":41,"target":43},{"source":41,"target":11},{"source":43,"target":11},{"source":42,"target":9},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":44},{"source":12,"target":45},{"source":12,"target":46},{"source":44,"target":15},{"source":44,"target":47},{"source":44,"target":12},{"source":47,"target":15},{"source":45,"target":13},{"source":45,"target":48},{"source":45,"target":12},{"source":48,"target":13},{"source":46,"target":8},{"source":13,"target":0},{"source":13,"target":49},{"source":13,"target":50},{"source":49,"target":51},{"source":49,"target":13},{"source":50,"target":14},{"source":50,"target":52},{"source":50,"target":13},{"source":52,"target":14},{"source":14,"target":0},{"source":14,"target":53},{"source":14,"target":54},{"source":53,"target":5},{"source":53,"target":55},{"source":53,"target":14},{"source":55,"target":5},{"source":54,"target":56},{"source":54,"target":14},{"source":15,"target":0},{"source":15,"target":57},{"source":15,"target":58},{"source":15,"target":59},{"source":57,"target":15},{"source":58,"target":15},{"source":59,"target":15}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="logging"
nsURI="net.sourceforge.tagsea.logging" nsPrefix="net.sourceforge.tagsea.logging">
<eClassifiers xsi:type="ecore:EClass" name="ModelLog" eSuperTypes="#//Log">
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//Event" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TagEvent" eSuperTypes="#//Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WaypointEvent" abstract="true" eSuperTypes="#//Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="waypoint" lowerBound="1"
eType="#//WaypointState" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogFile">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelLog" eType="#//ModelLog"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="uiEvents" upperBound="-1"
eType="#//UILog" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentWaypoints" eType="#//CurrentWaypoints"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WaypointState">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="waypointType" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1"
upperBound="-1" eType="#//WaypointAttribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tagNames" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UILog" eSuperTypes="#//Log">
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//UIEvent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CurrentWaypoints" eSuperTypes="#//Log">
<eStructuralFeatures xsi:type="ecore:EReference" name="waypoints" upperBound="-1"
eType="#//WaypointState" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WaypointAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewWaypointEvent" eSuperTypes="#//WaypointEvent"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedWaypointEvent" eSuperTypes="#//WaypointEvent"/>
<eClassifiers xsi:type="ecore:EClass" name="WaypointChangeEvent" eSuperTypes="#//WaypointEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="newAttributes" upperBound="-1"
eType="#//WaypointAttribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oldAttributes" upperBound="-1"
eType="#//WaypointAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TagNameChangeEvent" eSuperTypes="#//TagEvent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WaypointTagNameChangeEvent" eSuperTypes="#//WaypointEvent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newTagName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldTagName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WaypointTagsChanged" eSuperTypes="#//WaypointEvent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldTags" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TagWaypointsChangedEvent" eSuperTypes="#//TagEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="oldWaypoints" upperBound="-1"
eType="#//WaypointState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newWaypoints" upperBound="-1"
eType="#//WaypointState" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NewTagEvent" eSuperTypes="#//TagEvent"/>
<eClassifiers xsi:type="ecore:EClass" name="DeletedTagEvent" eSuperTypes="#//TagEvent"/>
<eClassifiers xsi:type="ecore:EClass" name="JobEvent" eSuperTypes="#//Event">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="#//JobState"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="JobState">
<eLiterals name="created"/>
<eLiterals name="queued"/>
<eLiterals name="waiting"/>
<eLiterals name="running"/>
<eLiterals name="quiting"/>
<eLiterals name="done"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Log" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uname" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="anonymous"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="country" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigateEvent" eSuperTypes="#//UIEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="waypoint" lowerBound="1"
eType="#//WaypointState" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewEvent" eSuperTypes="#//UIEvent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ViewEventType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="viewid" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filterString" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ViewEventType">
<eLiterals name="Opened"/>
<eLiterals name="Top"/>
<eLiterals name="activated"/>
<eLiterals name="deactivated"/>
<eLiterals name="hidden"/>
<eLiterals name="closed"/>
<eLiterals name="filtered"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FiltersChangedEvent" eSuperTypes="#//UIEvent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldFilters" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newFilters" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UIEvent" eSuperTypes="#//Event"/>
</ecore:EPackage>
| github:ecore:/data/thechiselgroup/tagsea/net.sourceforge.tagsea.instrumentation/modellog.ecore | ecore | logging
ModelLog
events
Event
time
TagEvent
tagName
WaypointEvent
waypoint
LogFile
modelLog
uiEvents
currentWaypoints
WaypointState
waypointType
attributes
tagNames
UILog
events
CurrentWaypoints
waypoints
WaypointAttribute
name
value
NewWaypointEvent
DeletedWaypointEvent
WaypointChangeEvent
newAttributes
oldAttributes
TagNameChangeEvent
oldName
WaypointTagNameChangeEvent
newTagName
oldTagName
WaypointTagsChanged
oldTags
TagWaypointsChangedEvent
oldWaypoints
newWaypoints
NewTagEvent
DeletedTagEvent
JobEvent
state
name
JobState
created
created
queued
queued
waiting
waiting
running
running
quiting
quiting
done
done
Log
uid
0
date
uname
anonymous
country
language
NavigateEvent
waypoint
ViewEvent
type
viewid
filterString
ViewEventType
Opened
Opened
Top
Top
activated
activated
deactivated
deactivated
hidden
hidden
closed
closed
filtered
filtered
FiltersChangedEvent
oldFilters
newFilters
UIEvent | null | {"directed":true,"nodes":[{"nsPrefix":"net.sourceforge.tagsea.logging","nsURI":"net.sourceforge.tagsea.logging","name":"logging","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLog","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagEvent","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointEvent","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogFile","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointState","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UILog","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentWaypoints","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointAttribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewWaypointEvent","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedWaypointEvent","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointChangeEvent","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagNameChangeEvent","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointTagNameChangeEvent","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaypointTagsChanged","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagWaypointsChangedEvent","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewTagEvent","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedTagEvent","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JobEvent","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JobState","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Log","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigateEvent","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewEvent","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ViewEventType","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiltersChangedEvent","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIEvent","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"waypoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelLog","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":"uiEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentWaypoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"waypointType","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagNames","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"waypoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":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":"newAttributes","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":"oldAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldName","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newTagName","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldTagName","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldTags","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oldWaypoints","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":"newWaypoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"name":"created","id":90,"value":0,"literal":"created","eClass":"EEnumLiteral"},{"name":"queued","id":91,"value":0,"literal":"queued","eClass":"EEnumLiteral"},{"name":"waiting","id":92,"value":0,"literal":"waiting","eClass":"EEnumLiteral"},{"name":"running","id":93,"value":0,"literal":"running","eClass":"EEnumLiteral"},{"name":"quiting","id":94,"value":0,"literal":"quiting","eClass":"EEnumLiteral"},{"name":"done","id":95,"value":0,"literal":"done","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"uid","changeable":true,"lowerBound":1,"iD":false,"id":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":"date","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"anonymous","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"anonymous","unsettable":false,"transient":false,"unique":true,"name":"uname","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":1,"iD":false,"id":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":"language","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"waypoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"viewid","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"filterString","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"name":"Opened","id":116,"value":0,"literal":"Opened","eClass":"EEnumLiteral"},{"name":"Top","id":117,"value":0,"literal":"Top","eClass":"EEnumLiteral"},{"name":"activated","id":118,"value":0,"literal":"activated","eClass":"EEnumLiteral"},{"name":"deactivated","id":119,"value":0,"literal":"deactivated","eClass":"EEnumLiteral"},{"name":"hidden","id":120,"value":0,"literal":"hidden","eClass":"EEnumLiteral"},{"name":"closed","id":121,"value":0,"literal":"closed","eClass":"EEnumLiteral"},{"name":"filtered","id":122,"value":0,"literal":"filtered","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldFilters","changeable":true,"lowerBound":0,"iD":false,"id":123,"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":"newFilters","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":21},{"source":1,"target":27},{"source":1,"target":28},{"source":27,"target":2},{"source":27,"target":29},{"source":27,"target":1},{"source":29,"target":2},{"source":28,"target":21},{"source":2,"target":0},{"source":2,"target":30},{"source":30,"target":31},{"source":30,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":32},{"source":3,"target":33},{"source":32,"target":34},{"source":32,"target":3},{"source":33,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":35},{"source":4,"target":36},{"source":35,"target":6},{"source":35,"target":37},{"source":35,"target":4},{"source":37,"target":6},{"source":36,"target":2},{"source":5,"target":0},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":38,"target":1},{"source":38,"target":41},{"source":38,"target":5},{"source":41,"target":1},{"source":39,"target":7},{"source":39,"target":42},{"source":39,"target":5},{"source":42,"target":7},{"source":40,"target":8},{"source":40,"target":43},{"source":40,"target":5},{"source":43,"target":8},{"source":6,"target":0},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":44,"target":47},{"source":44,"target":6},{"source":45,"target":9},{"source":45,"target":48},{"source":45,"target":6},{"source":48,"target":9},{"source":46,"target":49},{"source":46,"target":6},{"source":7,"target":0},{"source":7,"target":21},{"source":7,"target":50},{"source":7,"target":51},{"source":50,"target":26},{"source":50,"target":52},{"source":50,"target":7},{"source":52,"target":26},{"source":51,"target":21},{"source":8,"target":0},{"source":8,"target":21},{"source":8,"target":53},{"source":8,"target":54},{"source":53,"target":6},{"source":53,"target":55},{"source":53,"target":8},{"source":55,"target":6},{"source":54,"target":21},{"source":9,"target":0},{"source":9,"target":56},{"source":9,"target":57},{"source":56,"target":58},{"source":56,"target":9},{"source":57,"target":59},{"source":57,"target":9},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":60},{"source":60,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":61},{"source":61,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":62},{"source":12,"target":63},{"source":12,"target":64},{"source":62,"target":9},{"source":62,"target":65},{"source":62,"target":12},{"source":65,"target":9},{"source":63,"target":9},{"source":63,"target":66},{"source":63,"target":12},{"source":66,"target":9},{"source":64,"target":4},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":67},{"source":13,"target":68},{"source":67,"target":69},{"source":67,"target":13},{"source":68,"target":3},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":70},{"source":14,"target":71},{"source":14,"target":72},{"source":70,"target":73},{"source":70,"target":14},{"source":71,"target":74},{"source":71,"target":14},{"source":72,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":75},{"source":15,"target":76},{"source":75,"target":77},{"source":75,"target":15},{"source":76,"target":4},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":78},{"source":16,"target":79},{"source":16,"target":80},{"source":78,"target":6},{"source":78,"target":81},{"source":78,"target":16},{"source":81,"target":6},{"source":79,"target":6},{"source":79,"target":82},{"source":79,"target":16},{"source":82,"target":6},{"source":80,"target":3},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":83},{"source":83,"target":3},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":84},{"source":84,"target":3},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":85},{"source":19,"target":86},{"source":19,"target":87},{"source":85,"target":20},{"source":85,"target":88},{"source":85,"target":19},{"source":88,"target":20},{"source":86,"target":89},{"source":86,"target":19},{"source":87,"target":2},{"source":20,"target":0},{"source":20,"target":90},{"source":20,"target":91},{"source":20,"target":92},{"source":20,"target":93},{"source":20,"target":94},{"source":20,"target":95},{"source":90,"target":20},{"source":91,"target":20},{"source":92,"target":20},{"source":93,"target":20},{"source":94,"target":20},{"source":95,"target":20},{"source":21,"target":0},{"source":21,"target":96},{"source":21,"target":97},{"source":21,"target":98},{"source":21,"target":99},{"source":21,"target":100},{"source":96,"target":101},{"source":96,"target":21},{"source":97,"target":102},{"source":97,"target":21},{"source":98,"target":103},{"source":98,"target":21},{"source":99,"target":104},{"source":99,"target":21},{"source":100,"target":105},{"source":100,"target":21},{"source":22,"target":0},{"source":22,"target":26},{"source":22,"target":106},{"source":22,"target":107},{"source":106,"target":6},{"source":106,"target":108},{"source":106,"target":22},{"source":108,"target":6},{"source":107,"target":26},{"source":23,"target":0},{"source":23,"target":26},{"source":23,"target":109},{"source":23,"target":110},{"source":23,"target":111},{"source":23,"target":112},{"source":109,"target":24},{"source":109,"target":113},{"source":109,"target":23},{"source":113,"target":24},{"source":110,"target":114},{"source":110,"target":23},{"source":111,"target":115},{"source":111,"target":23},{"source":112,"target":26},{"source":24,"target":0},{"source":24,"target":116},{"source":24,"target":117},{"source":24,"target":118},{"source":24,"target":119},{"source":24,"target":120},{"source":24,"target":121},{"source":24,"target":122},{"source":116,"target":24},{"source":117,"target":24},{"source":118,"target":24},{"source":119,"target":24},{"source":120,"target":24},{"source":121,"target":24},{"source":122,"target":24},{"source":25,"target":0},{"source":25,"target":26},{"source":25,"target":123},{"source":25,"target":124},{"source":25,"target":125},{"source":123,"target":126},{"source":123,"target":25},{"source":124,"target":127},{"source":124,"target":25},{"source":125,"target":26},{"source":26,"target":0},{"source":26,"target":2},{"source":26,"target":128},{"source":128,"target":2}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="LRBAC2" nsURI="http://BlankModel/LRBAC2" nsPrefix="BlankModel2">
<eClassifiers xsi:type="ecore:EClass" name="User">
<eOperations name="UpdateUserID">
<eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="UpdateUserName" ordered="false" lowerBound="1">
<eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="UpdateAge">
<eParameters name="age" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="AssignRole" ordered="false" lowerBound="1">
<eParameters name="r" ordered="false" lowerBound="1" eType="#//Role"/>
</eOperations>
<eOperations name="UpdateLoc">
<eParameters name="l" eType="#//Location"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="UserLoc" ordered="false"
lowerBound="1" eType="#//Location"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Location">
<eOperations name="UpdateLocName">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Permission">
<eOperations name="UpdatePermName">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="PermOper" lowerBound="1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="PermObj" lowerBound="1"
eType="#//Object"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="PermRole" lowerBound="1"
eType="#//Role"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RoleLocPerm" lowerBound="1"
eType="#//Location"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ObjLocPerm" lowerBound="1"
eType="#//Location"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="Write" eSuperTypes="#//Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="Execute" eSuperTypes="#//Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="Read" eSuperTypes="#//Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="Object">
<eOperations name="UpdateObjID">
<eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ObjLoc" lowerBound="1"
eType="#//Location"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Role">
<eOperations name="UpdateRoleName" ordered="false" lowerBound="1">
<eParameters name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="AddAssignLoc" ordered="false" lowerBound="1">
<eParameters name="l" ordered="false" lowerBound="1" eType="#//Location"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Session">
<eOperations name="UpdateMaxRoles">
<eParameters name="NoOfRoles" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="SessUser" ordered="false"
lowerBound="1" eType="#//User"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/arnobl/kompren/kompren-examples/fr.inria.diverse.kompren.oclSlicer/src/main/resources/models/slicedPaper.ecore | ecore | LRBAC2
User
UpdateUserID
id
UpdateUserName
name
UpdateAge
age
AssignRole
r
UpdateLoc
l
UserLoc
Location
UpdateLocName
name
Permission
UpdatePermName
name
PermOper
PermObj
PermRole
RoleLocPerm
ObjLocPerm
Operation
Write
Execute
Read
Object
UpdateObjID
id
ObjLoc
Role
UpdateRoleName
name
AddAssignLoc
l
Session
UpdateMaxRoles
NoOfRoles
SessUser | null | {"directed":true,"nodes":[{"nsPrefix":"BlankModel2","nsURI":"http://BlankModel/LRBAC2","name":"LRBAC2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Write","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Execute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Read","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Session","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdateUserID","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"UpdateUserName","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdateAge","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"AssignRole","lowerBound":1,"id":14,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdateLoc","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"UserLoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EParameter"},{"id":18,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":19,"many":false,"required":true,"eClass":"EParameter"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"age","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EParameter"},{"id":22,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"r","lowerBound":1,"id":23,"many":false,"required":true,"eClass":"EParameter"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"l","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EParameter"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdateLocName","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EParameter"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdatePermName","lowerBound":0,"id":31,"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":"PermOper","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PermObj","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":"PermRole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"RoleLocPerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ObjLocPerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdateObjID","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ObjLoc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"UpdateRoleName","lowerBound":1,"id":52,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"AddAssignLoc","lowerBound":1,"id":53,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":54,"many":false,"required":true,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"l","lowerBound":1,"id":56,"many":false,"required":true,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdateMaxRoles","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SessUser","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"NoOfRoles","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":11,"target":1},{"source":11,"target":17},{"source":17,"target":18},{"source":17,"target":11},{"source":12,"target":1},{"source":12,"target":19},{"source":19,"target":20},{"source":19,"target":12},{"source":13,"target":1},{"source":13,"target":21},{"source":21,"target":22},{"source":21,"target":13},{"source":14,"target":1},{"source":14,"target":23},{"source":23,"target":9},{"source":23,"target":24},{"source":23,"target":14},{"source":24,"target":9},{"source":15,"target":1},{"source":15,"target":25},{"source":25,"target":2},{"source":25,"target":26},{"source":25,"target":15},{"source":26,"target":2},{"source":16,"target":2},{"source":16,"target":27},{"source":16,"target":1},{"source":27,"target":2},{"source":2,"target":0},{"source":2,"target":28},{"source":28,"target":2},{"source":28,"target":29},{"source":29,"target":30},{"source":29,"target":28},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":31,"target":3},{"source":31,"target":37},{"source":37,"target":38},{"source":37,"target":31},{"source":32,"target":4},{"source":32,"target":39},{"source":32,"target":3},{"source":39,"target":4},{"source":33,"target":8},{"source":33,"target":40},{"source":33,"target":3},{"source":40,"target":8},{"source":34,"target":9},{"source":34,"target":41},{"source":34,"target":3},{"source":41,"target":9},{"source":35,"target":2},{"source":35,"target":42},{"source":35,"target":3},{"source":42,"target":2},{"source":36,"target":2},{"source":36,"target":43},{"source":36,"target":3},{"source":43,"target":2},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":44},{"source":44,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":45},{"source":45,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":46},{"source":46,"target":4},{"source":8,"target":0},{"source":8,"target":47},{"source":8,"target":48},{"source":47,"target":8},{"source":47,"target":49},{"source":49,"target":50},{"source":49,"target":47},{"source":48,"target":2},{"source":48,"target":51},{"source":48,"target":8},{"source":51,"target":2},{"source":9,"target":0},{"source":9,"target":52},{"source":9,"target":53},{"source":52,"target":9},{"source":52,"target":54},{"source":54,"target":55},{"source":54,"target":52},{"source":53,"target":9},{"source":53,"target":56},{"source":56,"target":2},{"source":56,"target":57},{"source":56,"target":53},{"source":57,"target":2},{"source":10,"target":0},{"source":10,"target":58},{"source":10,"target":59},{"source":58,"target":10},{"source":58,"target":60},{"source":60,"target":61},{"source":60,"target":58},{"source":59,"target":1},{"source":59,"target":62},{"source":59,"target":10},{"source":62,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<!--
JBoss, Home of Professional Open Source.
See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing.
See the AUTHORS.txt file distributed with this work for a full listing of individual contributors.
-->
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="core"
nsURI="http://www.metamatrix.com/metamodels/Core" nsPrefix="mmcore">
<eClassifiers xsi:type="ecore:EClass" name="Annotation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keywords" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EStringToStringMapEntry"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotationContainer" eType="#//AnnotationContainer"
transient="true" eOpposite="#//AnnotationContainer/annotations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotatedObject" eType="ecore:EClass Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionObject" eType="ecore:EClass Ecore.ecore#//EObject"
transient="true" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true" eOpposite="#//Annotation/annotationContainer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelAnnotation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This metaclass is intended to be instantiated with as a root object in a model (generally the first, if possible) to capture additional information about the model."/>
</eAnnotations>
<eOperations name="findModelImportByPath" eType="#//ModelImport">
<eParameters name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="findModelImportByUuid" eType="#//ModelImport">
<eParameters name="uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nameInSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryMetamodelUri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelType" eType="#//ModelType"
defaultValueLiteral="UNKNOWN"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxSetSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="100"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="supportsDistinct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="supportsJoin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="supportsOrderBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="supportsOuterJoin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="supportsWhereAll" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="ecore:EClass Ecore.ecore#//EStringToStringMapEntry"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceUri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ProducerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ProducerVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelImports" upperBound="-1"
eType="#//ModelImport" containment="true" eOpposite="#//ModelImport/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensionPackage" eType="ecore:EClass extension.ecore#//XPackage"/>
</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:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="references" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkedObjects" upperBound="-1"
eType="ecore:EClass Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkContainer" eType="#//LinkContainer"
transient="true" eOpposite="#//LinkContainer/links"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//Link" containment="true" eOpposite="#//Link/linkContainer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ModelType">
<eLiterals name="PHYSICAL"/>
<eLiterals name="VIRTUAL" value="1"/>
<eLiterals name="TYPE" value="2"/>
<eLiterals name="VDB_ARCHIVE" value="3"/>
<eLiterals name="UNKNOWN" value="4"/>
<eLiterals name="FUNCTION" value="5"/>
<eLiterals name="CONFIGURATION" value="6"/>
<eLiterals name="METAMODEL" value="7"/>
<eLiterals name="EXTENSION" value="8"/>
<eLiterals name="LOGICAL" value="9"/>
<eLiterals name="MATERIALIZATION" value="10"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Datatype" abstract="true" interface="true"
eSuperTypes="#//Identifiable"/>
<eClassifiers xsi:type="ecore:EClass" name="Identifiable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelImport">
<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"
changeable="false" volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelType" eType="#//ModelType"
defaultValueLiteral="UNKNOWN"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryMetamodelUri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//ModelAnnotation"
transient="true" eOpposite="#//ModelAnnotation/modelImports"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/datavirtualization/jbdv/modeshape/sequencers/modeshape-sequencer-teiid/src/test/resources/ecore/core.ecore | ecore | core
Annotation
description
keywords
tags
annotationContainer
annotatedObject
extensionObject
AnnotationContainer
annotations
ModelAnnotation
findModelImportByPath
path
findModelImportByUuid
uuid
description
nameInSource
primaryMetamodelUri
modelType
UNKNOWN
maxSetSize
100
visible
true
supportsDistinct
true
supportsJoin
true
supportsOrderBy
true
supportsOuterJoin
true
supportsWhereAll
true
tags
namespaceUri
ProducerName
ProducerVersion
modelImports
extensionPackage
Link
name
description
references
linkedObjects
linkContainer
LinkContainer
links
ModelType
PHYSICAL
PHYSICAL
VIRTUAL
VIRTUAL
TYPE
TYPE
VDB_ARCHIVE
VDB_ARCHIVE
UNKNOWN
UNKNOWN
FUNCTION
FUNCTION
CONFIGURATION
CONFIGURATION
METAMODEL
METAMODEL
EXTENSION
EXTENSION
LOGICAL
LOGICAL
MATERIALIZATION
MATERIALIZATION
Datatype
Identifiable
uuid
ModelImport
name
path
modelLocation
uuid
modelType
UNKNOWN
primaryMetamodelUri
model | null | {"directed":true,"nodes":[{"nsPrefix":"mmcore","nsURI":"http://www.metamatrix.com/metamodels/Core","name":"core","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationContainer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelAnnotation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkContainer","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datatype","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifiable","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelImport","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"keywords","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":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"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":"annotationContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedObject","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":true,"unique":true,"name":"extensionObject","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"},{"container":false,"ordered":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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findModelImportByPath","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findModelImportByUuid","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameInSource","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":"primaryMetamodelUri","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UNKNOWN","unsettable":false,"transient":false,"unique":true,"name":"modelType","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":"maxSetSize","changeable":true,"lowerBound":0,"iD":false,"id":30,"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":"visible","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"supportsDistinct","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"supportsJoin","changeable":true,"lowerBound":0,"iD":false,"id":33,"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":"supportsOrderBy","changeable":true,"lowerBound":0,"iD":false,"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":"supportsOuterJoin","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":"supportsWhereAll","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":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespaceUri","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":"ProducerName","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":"ProducerVersion","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extensionPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"path","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uuid","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkedObjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"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":"linkContainer","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"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"name":"PHYSICAL","id":79,"value":0,"literal":"PHYSICAL","eClass":"EEnumLiteral"},{"name":"VIRTUAL","id":80,"value":1,"literal":"VIRTUAL","eClass":"EEnumLiteral"},{"name":"TYPE","id":81,"value":2,"literal":"TYPE","eClass":"EEnumLiteral"},{"name":"VDB_ARCHIVE","id":82,"value":3,"literal":"VDB_ARCHIVE","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":83,"value":4,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"FUNCTION","id":84,"value":5,"literal":"FUNCTION","eClass":"EEnumLiteral"},{"name":"CONFIGURATION","id":85,"value":6,"literal":"CONFIGURATION","eClass":"EEnumLiteral"},{"name":"METAMODEL","id":86,"value":7,"literal":"METAMODEL","eClass":"EEnumLiteral"},{"name":"EXTENSION","id":87,"value":8,"literal":"EXTENSION","eClass":"EEnumLiteral"},{"name":"LOGICAL","id":88,"value":9,"literal":"LOGICAL","eClass":"EEnumLiteral"},{"name":"MATERIALIZATION","id":89,"value":10,"literal":"MATERIALIZATION","eClass":"EEnumLiteral"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uuid","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"path","changeable":false,"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":"modelLocation","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":"uuid","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"UNKNOWN","unsettable":false,"transient":false,"unique":true,"name":"modelType","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":"primaryMetamodelUri","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":10,"target":16},{"source":10,"target":1},{"source":11,"target":17},{"source":11,"target":1},{"source":12,"target":18},{"source":12,"target":1},{"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":22},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":20},{"source":20,"target":1},{"source":20,"target":23},{"source":20,"target":2},{"source":20,"target":13},{"source":23,"target":1},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":24,"target":9},{"source":24,"target":43},{"source":24,"target":3},{"source":24,"target":44},{"source":43,"target":9},{"source":44,"target":45},{"source":44,"target":24},{"source":25,"target":9},{"source":25,"target":46},{"source":25,"target":3},{"source":25,"target":47},{"source":46,"target":9},{"source":47,"target":48},{"source":47,"target":25},{"source":26,"target":49},{"source":26,"target":3},{"source":27,"target":50},{"source":27,"target":3},{"source":28,"target":51},{"source":28,"target":3},{"source":29,"target":6},{"source":29,"target":52},{"source":29,"target":3},{"source":52,"target":6},{"source":30,"target":53},{"source":30,"target":3},{"source":31,"target":54},{"source":31,"target":3},{"source":32,"target":55},{"source":32,"target":3},{"source":33,"target":56},{"source":33,"target":3},{"source":34,"target":57},{"source":34,"target":3},{"source":35,"target":58},{"source":35,"target":3},{"source":36,"target":59},{"source":36,"target":3},{"source":37,"target":60},{"source":37,"target":3},{"source":38,"target":61},{"source":38,"target":3},{"source":39,"target":62},{"source":39,"target":3},{"source":40,"target":63},{"source":40,"target":3},{"source":41,"target":9},{"source":41,"target":64},{"source":41,"target":3},{"source":41,"target":65},{"source":64,"target":9},{"source":42,"target":66},{"source":42,"target":3},{"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":5},{"source":71,"target":76},{"source":71,"target":4},{"source":71,"target":77},{"source":76,"target":5},{"source":5,"target":0},{"source":5,"target":77},{"source":77,"target":4},{"source":77,"target":78},{"source":77,"target":5},{"source":77,"target":71},{"source":78,"target":4},{"source":6,"target":0},{"source":6,"target":79},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":79,"target":6},{"source":80,"target":6},{"source":81,"target":6},{"source":82,"target":6},{"source":83,"target":6},{"source":84,"target":6},{"source":85,"target":6},{"source":86,"target":6},{"source":87,"target":6},{"source":88,"target":6},{"source":89,"target":6},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":90},{"source":90,"target":8},{"source":8,"target":0},{"source":8,"target":91},{"source":91,"target":92},{"source":91,"target":8},{"source":9,"target":0},{"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":65},{"source":93,"target":99},{"source":93,"target":9},{"source":94,"target":100},{"source":94,"target":9},{"source":95,"target":101},{"source":95,"target":9},{"source":96,"target":102},{"source":96,"target":9},{"source":97,"target":6},{"source":97,"target":103},{"source":97,"target":9},{"source":103,"target":6},{"source":98,"target":104},{"source":98,"target":9},{"source":65,"target":3},{"source":65,"target":105},{"source":65,"target":9},{"source":65,"target":41},{"source":105,"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="dd" nsURI="http://www.sharklang.org/lang/Dd" nsPrefix="dd">
<eClassifiers xsi:type="ecore:EClass" name="DataModelFragment">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelDesc" upperBound="-1"
eType="#//LineComment" 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="constants" upperBound="-1"
eType="#//Constant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1"
eType="#//Entity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#//Constraint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant">
<eStructuralFeatures xsi:type="ecore:EReference" name="extraAttrDesc" upperBound="-1"
eType="#//LineComment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeSize" eType="#//AttributeSize"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arraySize" eType="#//ArraySize"
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="defaultValue" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attrDesc" eType="#//TrailComment"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity">
<eStructuralFeatures xsi:type="ecore:EReference" name="entityDescLines" upperBound="-1"
eType="#//LineComment" 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="extends" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1"
eType="#//Relationship" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="extraAttrDesc" upperBound="-1"
eType="#//LineComment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="#//DataType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeSize" eType="#//AttributeSize"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arraySize" eType="#//ArraySize"
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="defaultValue" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attrDesc" eType="#//TrailComment"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeSize">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArraySize">
<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="Relationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="cardi1" eType="#//ListExpression"
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="cardi2" eType="#//ListExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkTo" eType="#//Entity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relDesc" eType="#//TrailComment"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="chkDescLines" upperBound="-1"
eType="#//LineComment" 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="check" upperBound="-1"
eType="#//CheckExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CheckExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="chkDesc" upperBound="-1"
eType="#//LineComment" 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="expr" eType="#//SharkExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SharkExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//SharkExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//BinaryOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//SharkExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//UnaryOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddExpression" eSuperTypes="#//SharkExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="addElts" upperBound="-1"
eType="#//AddExpressionElt" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddExpressionElt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SharkExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultExpression" eSuperTypes="#//SharkExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="multElts" upperBound="-1"
eType="#//MultExpressionElt" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultExpressionElt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SharkExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AndExpression" eSuperTypes="#//SharkExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="andElts" upperBound="-1"
eType="#//AndExpressionElt" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AndExpressionElt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SharkExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrExpression" eSuperTypes="#//SharkExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orElts" upperBound="-1"
eType="#//OrExpressionElt" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrExpressionElt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SharkExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CatExpression" eSuperTypes="#//SharkExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="catElts" upperBound="-1"
eType="#//CatExpressionElt" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CatExpressionElt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SharkExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListExpression" eSuperTypes="#//SharkExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SharkExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ListElts" upperBound="-1"
eType="#//ListExpressionElt" containment="true"/>
<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="ListExpressionElt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SharkExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BinaryOperator">
<eLiterals name="opOr" literal="or"/>
<eLiterals name="opAnd" value="1" literal="and"/>
<eLiterals name="opAdd" value="2" literal="+"/>
<eLiterals name="opMin" value="3" literal="-"/>
<eLiterals name="opMult" value="4" literal="*"/>
<eLiterals name="opDiv" value="5" literal="/"/>
<eLiterals name="opMod" value="6" literal="%"/>
<eLiterals name="opEq" value="7" literal="=="/>
<eLiterals name="opGt" value="8" literal=">"/>
<eLiterals name="opLt" value="9" literal="<"/>
<eLiterals name="opLte" value="10" literal="<="/>
<eLiterals name="opGte" value="11" literal=">="/>
<eLiterals name="opPow" value="12" literal="^"/>
<eLiterals name="opLike" value="13" literal="like"/>
<eLiterals name="opDif" value="14" literal="!="/>
<eLiterals name="opCat" value="15" literal="&"/>
<eLiterals name="opIn" value="16" literal="in"/>
<eLiterals name="opStxt" value="17" literal="stxt"/>
<eLiterals name="opRound" value="18" literal="round"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UnaryOperator">
<eLiterals name="opNot" literal="not"/>
<eLiterals name="opNeg" value="1" literal="-"/>
<eLiterals name="strCast" value="2" literal="str"/>
<eLiterals name="intCast" value="3" literal="int"/>
<eLiterals name="decCast" value="4" literal="dec"/>
<eLiterals name="dateCast" value="5" literal="date"/>
<eLiterals name="timeCast" value="6" literal="time"/>
<eLiterals name="opLen" value="7" literal="len"/>
<eLiterals name="stampCast" value="8" literal="stamp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TerminalExpression" eSuperTypes="#//SharkExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="LineComment"/>
<eClassifiers xsi:type="ecore:EClass" name="TrailComment"/>
<eClassifiers xsi:type="ecore:EEnum" name="Unset">
<eLiterals name="unset" literal="unset"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Boolean">
<eLiterals name="trueCst" literal="true"/>
<eLiterals name="falseCst" value="1" literal="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="DataType">
<eLiterals name="str" literal="str"/>
<eLiterals name="dec" value="1" literal="dec"/>
<eLiterals name="date" value="2" literal="date"/>
<eLiterals name="time" value="3" literal="time"/>
<eLiterals name="chr" value="4" literal="chr"/>
<eLiterals name="int" value="5" literal="int"/>
<eLiterals name="stamp" value="6" literal="stamp"/>
<eLiterals name="bits" value="7" literal="bits"/>
<eLiterals name="bool" value="8" literal="bool"/>
<eLiterals name="unset" value="9" literal="ᅠᅠᅠ"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StrValue" eSuperTypes="#//TerminalExpression">
<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="IntValue" eSuperTypes="#//TerminalExpression">
<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="DecValue" eSuperTypes="#//TerminalExpression">
<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="ChrValue" eSuperTypes="#//TerminalExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CstValue" eSuperTypes="#//TerminalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Constant"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoolValue" eSuperTypes="#//TerminalExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnsetValue" eSuperTypes="#//TerminalExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Unset"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdentifierExpression" eSuperTypes="#//TerminalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//LineComment #//TrailComment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/sharklang/com.shark.lang.dd.parent/com.shark.lang.dd/model/generated/Dd.ecore | ecore | dd
DataModelFragment
modelDesc
name
constants
entities
constraints
Constant
extraAttrDesc
dataType
attributeSize
arraySize
name
defaultValue
attrDesc
Entity
entityDescLines
name
extends
attributes
relationships
Attribute
extraAttrDesc
dataType
attributeSize
arraySize
name
defaultValue
primaryKey
mandatory
attrDesc
AttributeSize
length
precision
ArraySize
size
Relationship
cardi1
name
cardi2
linkTo
relDesc
Constraint
chkDescLines
name
check
CheckExpression
chkDesc
name
expr
SharkExpression
BinaryExpression
left
op
right
value
precision
length
UnaryExpression
op
left
value
precision
length
AddExpression
left
op
right
addElts
value
precision
length
AddExpressionElt
op
right
MultExpression
left
op
right
multElts
value
precision
length
MultExpressionElt
op
right
AndExpression
left
op
right
andElts
AndExpressionElt
op
right
OrExpression
left
op
right
orElts
OrExpressionElt
op
right
CatExpression
left
op
right
catElts
value
length
CatExpressionElt
op
right
ListExpression
op
left
ListElts
range
ListExpressionElt
op
right
BinaryOperator
opOr
or
opAnd
and
opAdd
+
opMin
-
opMult
*
opDiv
/
opMod
%
opEq
==
opGt
>
opLt
<
opLte
<=
opGte
>=
opPow
^
opLike
like
opDif
!=
opCat
&
opIn
in
opStxt
stxt
opRound
round
UnaryOperator
opNot
not
opNeg
-
strCast
str
intCast
int
decCast
dec
dateCast
date
timeCast
time
opLen
len
stampCast
stamp
TerminalExpression
LineComment
TrailComment
Unset
unset
unset
Boolean
trueCst
true
falseCst
false
DataType
str
str
dec
dec
date
date
time
time
chr
chr
int
int
stamp
stamp
bits
bits
bool
bool
unset
ᅠᅠᅠ
StrValue
value
IntValue
value
DecValue
value
ChrValue
value
CstValue
value
BoolValue
value
UnsetValue
value
IdentifierExpression
value
Comment
line | null | {"directed":true,"nodes":[{"nsPrefix":"dd","nsURI":"http://www.sharklang.org/lang/Dd","name":"dd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataModelFragment","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeSize","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySize","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":"Constraint","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckExpression","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SharkExpression","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddExpressionElt","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultExpressionElt","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpressionElt","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpressionElt","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatExpressionElt","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListExpressionElt","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrailComment","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Unset","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrValue","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntValue","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecValue","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChrValue","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CstValue","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolValue","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsetValue","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierExpression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":41,"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":"modelDesc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","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":"entities","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},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extraAttrDesc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":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":"attributeSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arraySize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":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":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":"attrDesc","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"},{"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":"entityDescLines","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},{"container":false,"ordered":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":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extraAttrDesc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeSize","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":"arraySize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaryKey","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":"mandatory","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attrDesc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cardi1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cardi2","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":"linkTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relDesc","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"},{"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":"chkDescLines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"check","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chkDesc","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"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":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"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":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":"precision","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"precision","changeable":true,"lowerBound":0,"iD":false,"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":"length","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"},{"container":false,"ordered":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":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":"op","changeable":true,"lowerBound":0,"iD":false,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"addElts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"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":"length","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":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"},{"container":false,"ordered":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":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":"op","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multElts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","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":"length","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"op","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"andElts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":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":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orElts","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catElts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"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":"op","changeable":true,"lowerBound":0,"iD":false,"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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ListElts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":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":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"name":"opOr","id":240,"value":0,"literal":"or","eClass":"EEnumLiteral"},{"name":"opAnd","id":241,"value":1,"literal":"and","eClass":"EEnumLiteral"},{"name":"opAdd","id":242,"value":2,"literal":"+","eClass":"EEnumLiteral"},{"name":"opMin","id":243,"value":3,"literal":"-","eClass":"EEnumLiteral"},{"name":"opMult","id":244,"value":4,"literal":"*","eClass":"EEnumLiteral"},{"name":"opDiv","id":245,"value":5,"literal":"/","eClass":"EEnumLiteral"},{"name":"opMod","id":246,"value":6,"literal":"%","eClass":"EEnumLiteral"},{"name":"opEq","id":247,"value":7,"literal":"==","eClass":"EEnumLiteral"},{"name":"opGt","id":248,"value":8,"literal":">","eClass":"EEnumLiteral"},{"name":"opLt","id":249,"value":9,"literal":"<","eClass":"EEnumLiteral"},{"name":"opLte","id":250,"value":10,"literal":"<=","eClass":"EEnumLiteral"},{"name":"opGte","id":251,"value":11,"literal":">=","eClass":"EEnumLiteral"},{"name":"opPow","id":252,"value":12,"literal":"^","eClass":"EEnumLiteral"},{"name":"opLike","id":253,"value":13,"literal":"like","eClass":"EEnumLiteral"},{"name":"opDif","id":254,"value":14,"literal":"!=","eClass":"EEnumLiteral"},{"name":"opCat","id":255,"value":15,"literal":"&","eClass":"EEnumLiteral"},{"name":"opIn","id":256,"value":16,"literal":"in","eClass":"EEnumLiteral"},{"name":"opStxt","id":257,"value":17,"literal":"stxt","eClass":"EEnumLiteral"},{"name":"opRound","id":258,"value":18,"literal":"round","eClass":"EEnumLiteral"},{"name":"opNot","id":259,"value":0,"literal":"not","eClass":"EEnumLiteral"},{"name":"opNeg","id":260,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"strCast","id":261,"value":2,"literal":"str","eClass":"EEnumLiteral"},{"name":"intCast","id":262,"value":3,"literal":"int","eClass":"EEnumLiteral"},{"name":"decCast","id":263,"value":4,"literal":"dec","eClass":"EEnumLiteral"},{"name":"dateCast","id":264,"value":5,"literal":"date","eClass":"EEnumLiteral"},{"name":"timeCast","id":265,"value":6,"literal":"time","eClass":"EEnumLiteral"},{"name":"opLen","id":266,"value":7,"literal":"len","eClass":"EEnumLiteral"},{"name":"stampCast","id":267,"value":8,"literal":"stamp","eClass":"EEnumLiteral"},{"id":268,"eClass":"EGenericType"},{"name":"unset","id":269,"value":0,"literal":"unset","eClass":"EEnumLiteral"},{"name":"trueCst","id":270,"value":0,"literal":"true","eClass":"EEnumLiteral"},{"name":"falseCst","id":271,"value":1,"literal":"false","eClass":"EEnumLiteral"},{"name":"str","id":272,"value":0,"literal":"str","eClass":"EEnumLiteral"},{"name":"dec","id":273,"value":1,"literal":"dec","eClass":"EEnumLiteral"},{"name":"date","id":274,"value":2,"literal":"date","eClass":"EEnumLiteral"},{"name":"time","id":275,"value":3,"literal":"time","eClass":"EEnumLiteral"},{"name":"chr","id":276,"value":4,"literal":"chr","eClass":"EEnumLiteral"},{"name":"int","id":277,"value":5,"literal":"int","eClass":"EEnumLiteral"},{"name":"stamp","id":278,"value":6,"literal":"stamp","eClass":"EEnumLiteral"},{"name":"bits","id":279,"value":7,"literal":"bits","eClass":"EEnumLiteral"},{"name":"bool","id":280,"value":8,"literal":"bool","eClass":"EEnumLiteral"},{"name":"unset","id":281,"value":9,"literal":"ᅠᅠᅠ","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"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":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"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":"line","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":1,"target":0},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":42,"target":28},{"source":42,"target":47},{"source":42,"target":1},{"source":47,"target":28},{"source":43,"target":48},{"source":43,"target":1},{"source":44,"target":2},{"source":44,"target":49},{"source":44,"target":1},{"source":49,"target":2},{"source":45,"target":3},{"source":45,"target":50},{"source":45,"target":1},{"source":50,"target":3},{"source":46,"target":8},{"source":46,"target":51},{"source":46,"target":1},{"source":51,"target":8},{"source":2,"target":0},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":52,"target":28},{"source":52,"target":59},{"source":52,"target":2},{"source":59,"target":28},{"source":53,"target":32},{"source":53,"target":60},{"source":53,"target":2},{"source":60,"target":32},{"source":54,"target":5},{"source":54,"target":61},{"source":54,"target":2},{"source":61,"target":5},{"source":55,"target":6},{"source":55,"target":62},{"source":55,"target":2},{"source":62,"target":6},{"source":56,"target":63},{"source":56,"target":2},{"source":57,"target":10},{"source":57,"target":64},{"source":57,"target":2},{"source":64,"target":10},{"source":58,"target":29},{"source":58,"target":65},{"source":58,"target":2},{"source":65,"target":29},{"source":3,"target":0},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":66,"target":28},{"source":66,"target":71},{"source":66,"target":3},{"source":71,"target":28},{"source":67,"target":72},{"source":67,"target":3},{"source":68,"target":3},{"source":68,"target":73},{"source":68,"target":3},{"source":73,"target":3},{"source":69,"target":4},{"source":69,"target":74},{"source":69,"target":3},{"source":74,"target":4},{"source":70,"target":7},{"source":70,"target":75},{"source":70,"target":3},{"source":75,"target":7},{"source":4,"target":0},{"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":76,"target":28},{"source":76,"target":85},{"source":76,"target":4},{"source":85,"target":28},{"source":77,"target":32},{"source":77,"target":86},{"source":77,"target":4},{"source":86,"target":32},{"source":78,"target":5},{"source":78,"target":87},{"source":78,"target":4},{"source":87,"target":5},{"source":79,"target":6},{"source":79,"target":88},{"source":79,"target":4},{"source":88,"target":6},{"source":80,"target":89},{"source":80,"target":4},{"source":81,"target":10},{"source":81,"target":90},{"source":81,"target":4},{"source":90,"target":10},{"source":82,"target":91},{"source":82,"target":4},{"source":83,"target":92},{"source":83,"target":4},{"source":84,"target":29},{"source":84,"target":93},{"source":84,"target":4},{"source":93,"target":29},{"source":5,"target":0},{"source":5,"target":94},{"source":5,"target":95},{"source":94,"target":96},{"source":94,"target":5},{"source":95,"target":97},{"source":95,"target":5},{"source":6,"target":0},{"source":6,"target":98},{"source":98,"target":99},{"source":98,"target":6},{"source":7,"target":0},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":7,"target":103},{"source":7,"target":104},{"source":100,"target":23},{"source":100,"target":105},{"source":100,"target":7},{"source":105,"target":23},{"source":101,"target":106},{"source":101,"target":7},{"source":102,"target":23},{"source":102,"target":107},{"source":102,"target":7},{"source":107,"target":23},{"source":103,"target":3},{"source":103,"target":108},{"source":103,"target":7},{"source":108,"target":3},{"source":104,"target":29},{"source":104,"target":109},{"source":104,"target":7},{"source":109,"target":29},{"source":8,"target":0},{"source":8,"target":110},{"source":8,"target":111},{"source":8,"target":112},{"source":110,"target":28},{"source":110,"target":113},{"source":110,"target":8},{"source":113,"target":28},{"source":111,"target":114},{"source":111,"target":8},{"source":112,"target":9},{"source":112,"target":115},{"source":112,"target":8},{"source":115,"target":9},{"source":9,"target":0},{"source":9,"target":116},{"source":9,"target":117},{"source":9,"target":118},{"source":116,"target":28},{"source":116,"target":119},{"source":116,"target":9},{"source":119,"target":28},{"source":117,"target":120},{"source":117,"target":9},{"source":118,"target":10},{"source":118,"target":121},{"source":118,"target":9},{"source":121,"target":10},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":122},{"source":11,"target":123},{"source":11,"target":124},{"source":11,"target":125},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":128},{"source":122,"target":10},{"source":122,"target":129},{"source":122,"target":11},{"source":129,"target":10},{"source":123,"target":25},{"source":123,"target":130},{"source":123,"target":11},{"source":130,"target":25},{"source":124,"target":10},{"source":124,"target":131},{"source":124,"target":11},{"source":131,"target":10},{"source":125,"target":132},{"source":125,"target":11},{"source":126,"target":133},{"source":126,"target":11},{"source":127,"target":134},{"source":127,"target":11},{"source":128,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":135},{"source":12,"target":136},{"source":12,"target":137},{"source":12,"target":138},{"source":12,"target":139},{"source":12,"target":140},{"source":135,"target":26},{"source":135,"target":141},{"source":135,"target":12},{"source":141,"target":26},{"source":136,"target":10},{"source":136,"target":142},{"source":136,"target":12},{"source":142,"target":10},{"source":137,"target":143},{"source":137,"target":12},{"source":138,"target":144},{"source":138,"target":12},{"source":139,"target":145},{"source":139,"target":12},{"source":140,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":146},{"source":13,"target":147},{"source":13,"target":148},{"source":13,"target":149},{"source":13,"target":150},{"source":13,"target":151},{"source":13,"target":152},{"source":13,"target":153},{"source":146,"target":10},{"source":146,"target":154},{"source":146,"target":13},{"source":154,"target":10},{"source":147,"target":155},{"source":147,"target":13},{"source":148,"target":10},{"source":148,"target":156},{"source":148,"target":13},{"source":156,"target":10},{"source":149,"target":14},{"source":149,"target":157},{"source":149,"target":13},{"source":157,"target":14},{"source":150,"target":158},{"source":150,"target":13},{"source":151,"target":159},{"source":151,"target":13},{"source":152,"target":160},{"source":152,"target":13},{"source":153,"target":10},{"source":14,"target":0},{"source":14,"target":161},{"source":14,"target":162},{"source":161,"target":163},{"source":161,"target":14},{"source":162,"target":10},{"source":162,"target":164},{"source":162,"target":14},{"source":164,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":165},{"source":15,"target":166},{"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":165,"target":10},{"source":165,"target":173},{"source":165,"target":15},{"source":173,"target":10},{"source":166,"target":174},{"source":166,"target":15},{"source":167,"target":10},{"source":167,"target":175},{"source":167,"target":15},{"source":175,"target":10},{"source":168,"target":16},{"source":168,"target":176},{"source":168,"target":15},{"source":176,"target":16},{"source":169,"target":177},{"source":169,"target":15},{"source":170,"target":178},{"source":170,"target":15},{"source":171,"target":179},{"source":171,"target":15},{"source":172,"target":10},{"source":16,"target":0},{"source":16,"target":180},{"source":16,"target":181},{"source":180,"target":182},{"source":180,"target":16},{"source":181,"target":10},{"source":181,"target":183},{"source":181,"target":16},{"source":183,"target":10},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":184},{"source":17,"target":185},{"source":17,"target":186},{"source":17,"target":187},{"source":17,"target":188},{"source":184,"target":10},{"source":184,"target":189},{"source":184,"target":17},{"source":189,"target":10},{"source":185,"target":190},{"source":185,"target":17},{"source":186,"target":10},{"source":186,"target":191},{"source":186,"target":17},{"source":191,"target":10},{"source":187,"target":18},{"source":187,"target":192},{"source":187,"target":17},{"source":192,"target":18},{"source":188,"target":10},{"source":18,"target":0},{"source":18,"target":193},{"source":18,"target":194},{"source":193,"target":195},{"source":193,"target":18},{"source":194,"target":10},{"source":194,"target":196},{"source":194,"target":18},{"source":196,"target":10},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":197},{"source":19,"target":198},{"source":19,"target":199},{"source":19,"target":200},{"source":19,"target":201},{"source":197,"target":10},{"source":197,"target":202},{"source":197,"target":19},{"source":202,"target":10},{"source":198,"target":203},{"source":198,"target":19},{"source":199,"target":10},{"source":199,"target":204},{"source":199,"target":19},{"source":204,"target":10},{"source":200,"target":20},{"source":200,"target":205},{"source":200,"target":19},{"source":205,"target":20},{"source":201,"target":10},{"source":20,"target":0},{"source":20,"target":206},{"source":20,"target":207},{"source":206,"target":208},{"source":206,"target":20},{"source":207,"target":10},{"source":207,"target":209},{"source":207,"target":20},{"source":209,"target":10},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":210},{"source":21,"target":211},{"source":21,"target":212},{"source":21,"target":213},{"source":21,"target":214},{"source":21,"target":215},{"source":21,"target":216},{"source":210,"target":10},{"source":210,"target":217},{"source":210,"target":21},{"source":217,"target":10},{"source":211,"target":218},{"source":211,"target":21},{"source":212,"target":10},{"source":212,"target":219},{"source":212,"target":21},{"source":219,"target":10},{"source":213,"target":22},{"source":213,"target":220},{"source":213,"target":21},{"source":220,"target":22},{"source":214,"target":221},{"source":214,"target":21},{"source":215,"target":222},{"source":215,"target":21},{"source":216,"target":10},{"source":22,"target":0},{"source":22,"target":223},{"source":22,"target":224},{"source":223,"target":225},{"source":223,"target":22},{"source":224,"target":10},{"source":224,"target":226},{"source":224,"target":22},{"source":226,"target":10},{"source":23,"target":0},{"source":23,"target":10},{"source":23,"target":227},{"source":23,"target":228},{"source":23,"target":229},{"source":23,"target":230},{"source":23,"target":231},{"source":227,"target":232},{"source":227,"target":23},{"source":228,"target":10},{"source":228,"target":233},{"source":228,"target":23},{"source":233,"target":10},{"source":229,"target":24},{"source":229,"target":234},{"source":229,"target":23},{"source":234,"target":24},{"source":230,"target":235},{"source":230,"target":23},{"source":231,"target":10},{"source":24,"target":0},{"source":24,"target":236},{"source":24,"target":237},{"source":236,"target":238},{"source":236,"target":24},{"source":237,"target":10},{"source":237,"target":239},{"source":237,"target":24},{"source":239,"target":10},{"source":25,"target":0},{"source":25,"target":240},{"source":25,"target":241},{"source":25,"target":242},{"source":25,"target":243},{"source":25,"target":244},{"source":25,"target":245},{"source":25,"target":246},{"source":25,"target":247},{"source":25,"target":248},{"source":25,"target":249},{"source":25,"target":250},{"source":25,"target":251},{"source":25,"target":252},{"source":25,"target":253},{"source":25,"target":254},{"source":25,"target":255},{"source":25,"target":256},{"source":25,"target":257},{"source":25,"target":258},{"source":240,"target":25},{"source":241,"target":25},{"source":242,"target":25},{"source":243,"target":25},{"source":244,"target":25},{"source":245,"target":25},{"source":246,"target":25},{"source":247,"target":25},{"source":248,"target":25},{"source":249,"target":25},{"source":250,"target":25},{"source":251,"target":25},{"source":252,"target":25},{"source":253,"target":25},{"source":254,"target":25},{"source":255,"target":25},{"source":256,"target":25},{"source":257,"target":25},{"source":258,"target":25},{"source":26,"target":0},{"source":26,"target":259},{"source":26,"target":260},{"source":26,"target":261},{"source":26,"target":262},{"source":26,"target":263},{"source":26,"target":264},{"source":26,"target":265},{"source":26,"target":266},{"source":26,"target":267},{"source":259,"target":26},{"source":260,"target":26},{"source":261,"target":26},{"source":262,"target":26},{"source":263,"target":26},{"source":264,"target":26},{"source":265,"target":26},{"source":266,"target":26},{"source":267,"target":26},{"source":27,"target":0},{"source":27,"target":10},{"source":27,"target":268},{"source":268,"target":10},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":269},{"source":269,"target":30},{"source":31,"target":0},{"source":31,"target":270},{"source":31,"target":271},{"source":270,"target":31},{"source":271,"target":31},{"source":32,"target":0},{"source":32,"target":272},{"source":32,"target":273},{"source":32,"target":274},{"source":32,"target":275},{"source":32,"target":276},{"source":32,"target":277},{"source":32,"target":278},{"source":32,"target":279},{"source":32,"target":280},{"source":32,"target":281},{"source":272,"target":32},{"source":273,"target":32},{"source":274,"target":32},{"source":275,"target":32},{"source":276,"target":32},{"source":277,"target":32},{"source":278,"target":32},{"source":279,"target":32},{"source":280,"target":32},{"source":281,"target":32},{"source":33,"target":0},{"source":33,"target":27},{"source":33,"target":282},{"source":33,"target":283},{"source":282,"target":284},{"source":282,"target":33},{"source":283,"target":27},{"source":34,"target":0},{"source":34,"target":27},{"source":34,"target":285},{"source":34,"target":286},{"source":285,"target":287},{"source":285,"target":34},{"source":286,"target":27},{"source":35,"target":0},{"source":35,"target":27},{"source":35,"target":288},{"source":35,"target":289},{"source":288,"target":290},{"source":288,"target":35},{"source":289,"target":27},{"source":36,"target":0},{"source":36,"target":27},{"source":36,"target":291},{"source":36,"target":292},{"source":291,"target":293},{"source":291,"target":36},{"source":292,"target":27},{"source":37,"target":0},{"source":37,"target":27},{"source":37,"target":294},{"source":37,"target":295},{"source":294,"target":2},{"source":294,"target":296},{"source":294,"target":37},{"source":296,"target":2},{"source":295,"target":27},{"source":38,"target":0},{"source":38,"target":27},{"source":38,"target":297},{"source":38,"target":298},{"source":297,"target":31},{"source":297,"target":299},{"source":297,"target":38},{"source":299,"target":31},{"source":298,"target":27},{"source":39,"target":0},{"source":39,"target":27},{"source":39,"target":300},{"source":39,"target":301},{"source":300,"target":30},{"source":300,"target":302},{"source":300,"target":39},{"source":302,"target":30},{"source":301,"target":27},{"source":40,"target":0},{"source":40,"target":27},{"source":40,"target":303},{"source":40,"target":304},{"source":303,"target":4},{"source":303,"target":305},{"source":303,"target":40},{"source":305,"target":4},{"source":304,"target":27},{"source":41,"target":0},{"source":41,"target":28},{"source":41,"target":29},{"source":41,"target":306},{"source":41,"target":307},{"source":41,"target":308},{"source":306,"target":309},{"source":306,"target":41},{"source":307,"target":28},{"source":308,"target":29}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="auxiliar" nsURI="http:\\geodes.iro.ca\auxiliar" nsPrefix="auxiliar">
<eClassifiers xsi:type="ecore:EClass" name="Controll">
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//Rule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//AlphaNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="desisions" upperBound="-1"
eType="#//BetaNode" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tokenConfigurations" upperBound="-1"
eType="#//TokenConfiguration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="globalQueue" upperBound="-1"
eType="#//QueueElem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="alphaParents" upperBound="-1"
eType="#//AlphaParent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TokenConfiguration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tokenID" eType="#//QueueElem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1"
eType="#//Token" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Token">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDirty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfTokens" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="PrevValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlphaNode" eSuperTypes="#//ReteNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="toBeta" upperBound="-1"
eType="#//BetaNode" eOpposite="#//BetaNode/fromAlpha"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNegative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlphaNodeLayer" eSuperTypes="#//AlphaNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasParams" upperBound="-1"
eType="#//AlphaNodeParam" eOpposite="#//AlphaNodeParam/inLayer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layerID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlphaNodeControll" eSuperTypes="#//AlphaNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AlphaNodeParam" eSuperTypes="#//AlphaNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleParameterID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inLayer" eType="#//AlphaNodeLayer"
eOpposite="#//AlphaNodeLayer/hasParams"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="queue" upperBound="-1"
eType="#//QueueElem"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rulePtr" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QueueElem">
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//StateRef" eOpposite="#//StateRef/inConfiguration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//ElemRef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tokenConfiguration" eType="#//TokenConfiguration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dirtyStates" upperBound="-1"
eType="#//StateRef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dirtyLayers" upperBound="-1"
eType="#//StateRef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dirtyElements" upperBound="-1"
eType="#//ElemRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElemRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="inState" eType="#//StateRef"
eOpposite="#//StateRef/hasElements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elemPtr" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statePtr" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layerPtr" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasElements" upperBound="-1"
eType="#//ElemRef" eOpposite="#//ElemRef/inState"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDirty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inConfiguration" eType="#//QueueElem"
eOpposite="#//QueueElem/states"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReteNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BetaNode" eSuperTypes="#//ReteNode">
<eStructuralFeatures xsi:type="ecore:EReference" name="subTokens" upperBound="-1"
eType="#//Token"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfTokensOld" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="positiveValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//Rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fromAlpha" upperBound="-1"
eType="#//AlphaNode" eOpposite="#//AlphaNode/toBeta"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlphaParent">
<eStructuralFeatures xsi:type="ecore:EReference" name="alphas" upperBound="-1"
eType="#//AlphaNode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleParameterID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirtyState">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preCond" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirtyLayer"/>
<eClassifiers xsi:type="ecore:EClass" name="GuardSequence"/>
</ecore:EPackage>
| github:ecore:/data/geodes-sms/DSMEditorGenerator/src/ca.umontreal.iro.geodes.interaction.transformation2scd/Models/auxiliar.ecore | ecore | auxiliar
Controll
rules
parameters
desisions
tokenConfigurations
globalQueue
alphaParents
TokenConfiguration
tokenID
tokens
Token
isDirty
false
tokenValue
false
numberOfTokens
0
PrevValue
false
AlphaNode
toBeta
isNegative
AlphaNodeLayer
hasParams
layerID
AlphaNodeControll
AlphaNodeParam
ruleParameterID
value
inLayer
Rule
queue
name
rulePtr
QueueElem
states
elements
tokenConfiguration
dirtyStates
dirtyLayers
dirtyElements
ElemRef
inState
elemPtr
id
value
StateRef
id
layer
statePtr
layerPtr
hasElements
isDirty
false
inConfiguration
ReteNode
tokenIndex
-1
BetaNode
subTokens
numberOfTokensOld
positiveValue
rule
fromAlpha
AlphaParent
alphas
ruleParameterID
DirtyState
preCond
elements
DirtyLayer
GuardSequence | null | {"directed":true,"nodes":[{"nsPrefix":"auxiliar","nsURI":"http:\\\\geodes.iro.ca\\auxiliar","name":"auxiliar","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controll","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenConfiguration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlphaNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlphaNodeLayer","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlphaNodeControll","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlphaNodeParam","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueueElem","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElemRef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateRef","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReteNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BetaNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlphaParent","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirtyState","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirtyLayer","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuardSequence","instanceClass":null,"abstract":false,"id":17,"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":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":"parameters","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":"desisions","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":"tokenConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"globalQueue","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":"alphaParents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"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":"tokenID","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":"tokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"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":"isDirty","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"tokenValue","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":"numberOfTokens","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":"PrevValue","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toBeta","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNegative","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromAlpha","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"layerID","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":false,"unsettable":false,"transient":false,"unique":true,"name":"inLayer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleParameterID","changeable":true,"lowerBound":0,"iD":true,"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":"value","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"queue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rulePtr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"states","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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tokenConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dirtyStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dirtyLayers","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":"dirtyElements","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":"inConfiguration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inState","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":"elemPtr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"layer","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"statePtr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"layerPtr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"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":"isDirty","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"tokenIndex","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfTokensOld","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"positiveValue","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alphas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleParameterID","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"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":"preCond","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":18,"target":8},{"source":18,"target":24},{"source":18,"target":1},{"source":24,"target":8},{"source":19,"target":4},{"source":19,"target":25},{"source":19,"target":1},{"source":25,"target":4},{"source":20,"target":13},{"source":20,"target":26},{"source":20,"target":1},{"source":26,"target":13},{"source":21,"target":2},{"source":21,"target":27},{"source":21,"target":1},{"source":27,"target":2},{"source":22,"target":9},{"source":22,"target":28},{"source":22,"target":1},{"source":28,"target":9},{"source":23,"target":14},{"source":23,"target":29},{"source":23,"target":1},{"source":29,"target":14},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":31},{"source":30,"target":9},{"source":30,"target":32},{"source":30,"target":2},{"source":32,"target":9},{"source":31,"target":3},{"source":31,"target":33},{"source":31,"target":2},{"source":33,"target":3},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":34,"target":38},{"source":34,"target":3},{"source":35,"target":39},{"source":35,"target":3},{"source":36,"target":40},{"source":36,"target":3},{"source":37,"target":41},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":42,"target":13},{"source":42,"target":45},{"source":42,"target":4},{"source":42,"target":46},{"source":45,"target":13},{"source":43,"target":47},{"source":43,"target":4},{"source":44,"target":12},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":48,"target":7},{"source":48,"target":51},{"source":48,"target":5},{"source":48,"target":52},{"source":51,"target":7},{"source":49,"target":53},{"source":49,"target":5},{"source":50,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":54},{"source":54,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":52},{"source":7,"target":57},{"source":55,"target":58},{"source":55,"target":7},{"source":56,"target":59},{"source":56,"target":7},{"source":52,"target":5},{"source":52,"target":60},{"source":52,"target":7},{"source":52,"target":48},{"source":60,"target":5},{"source":57,"target":4},{"source":8,"target":0},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":61,"target":9},{"source":61,"target":64},{"source":61,"target":8},{"source":64,"target":9},{"source":62,"target":65},{"source":62,"target":8},{"source":63,"target":66},{"source":63,"target":8},{"source":9,"target":0},{"source":9,"target":67},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":67,"target":11},{"source":67,"target":73},{"source":67,"target":9},{"source":67,"target":74},{"source":73,"target":11},{"source":68,"target":10},{"source":68,"target":75},{"source":68,"target":9},{"source":75,"target":10},{"source":69,"target":2},{"source":69,"target":76},{"source":69,"target":9},{"source":76,"target":2},{"source":70,"target":11},{"source":70,"target":77},{"source":70,"target":9},{"source":77,"target":11},{"source":71,"target":11},{"source":71,"target":78},{"source":71,"target":9},{"source":78,"target":11},{"source":72,"target":10},{"source":72,"target":79},{"source":72,"target":9},{"source":79,"target":10},{"source":10,"target":0},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":80,"target":11},{"source":80,"target":84},{"source":80,"target":10},{"source":80,"target":85},{"source":84,"target":11},{"source":81,"target":86},{"source":81,"target":10},{"source":82,"target":87},{"source":82,"target":10},{"source":83,"target":88},{"source":83,"target":10},{"source":11,"target":0},{"source":11,"target":89},{"source":11,"target":90},{"source":11,"target":91},{"source":11,"target":92},{"source":11,"target":85},{"source":11,"target":93},{"source":11,"target":74},{"source":89,"target":94},{"source":89,"target":11},{"source":90,"target":95},{"source":90,"target":11},{"source":91,"target":96},{"source":91,"target":11},{"source":92,"target":97},{"source":92,"target":11},{"source":85,"target":10},{"source":85,"target":98},{"source":85,"target":11},{"source":85,"target":80},{"source":98,"target":10},{"source":93,"target":99},{"source":93,"target":11},{"source":74,"target":9},{"source":74,"target":100},{"source":74,"target":11},{"source":74,"target":67},{"source":100,"target":9},{"source":12,"target":0},{"source":12,"target":101},{"source":101,"target":102},{"source":101,"target":12},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":103},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":13,"target":46},{"source":13,"target":107},{"source":103,"target":3},{"source":103,"target":108},{"source":103,"target":13},{"source":108,"target":3},{"source":104,"target":109},{"source":104,"target":13},{"source":105,"target":110},{"source":105,"target":13},{"source":106,"target":8},{"source":106,"target":111},{"source":106,"target":13},{"source":111,"target":8},{"source":46,"target":4},{"source":46,"target":112},{"source":46,"target":13},{"source":46,"target":42},{"source":112,"target":4},{"source":107,"target":12},{"source":14,"target":0},{"source":14,"target":113},{"source":14,"target":114},{"source":113,"target":4},{"source":113,"target":115},{"source":113,"target":14},{"source":115,"target":4},{"source":114,"target":116},{"source":114,"target":14},{"source":15,"target":0},{"source":15,"target":117},{"source":15,"target":118},{"source":117,"target":119},{"source":117,"target":15},{"source":118,"target":120},{"source":118,"target":15},{"source":16,"target":0},{"source":17,"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="handleLinkRemoval1, handleLinkRemoval2" nsURI="http://cpapackage/handleLinkRemoval1/handleLinkRemoval2/change-use-attr-conflict"
nsPrefix="CPAPackage">
<eClassifiers xsi:type="ecore:EClass" name="1:Topology">
<eStructuralFeatures xsi:type="ecore:EReference" name="topologyLinks" eType="#//2%3ALink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="topologyLinks" eType="#//8%3ALink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="2:Link">
<eStructuralFeatures xsi:type="ecore:EReference" name="linkTarget" eType="#//6%3ANode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkTopology" eType="#//1%3ATopology"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkSource" eType="#//3%3ANode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="3:Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSelf = true" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeOutgoingLinks" eType="#//4%3A%23Link%23"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeOutgoingLinks" eType="#//2%3ALink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="4:#Link#">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight = r1_w13_r2_w32"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="state = -1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkTarget" eType="#//5%3ANode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkSource" eType="#//3%3ANode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="5:Node">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeIncomingLinks" eType="#//4%3A%23Link%23"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeIncomingLinks" eType="#//7%3ALink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeIncomingLinks" eType="#//8%3ALink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="6:Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSelf = true" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeOutgoingLinks" eType="#//7%3ALink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeIncomingLinks" eType="#//2%3ALink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeOutgoingLinks" eType="#//8%3ALink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="7:Link">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight = r1_w23" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkTarget" eType="#//5%3ANode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkSource" eType="#//6%3ANode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="8:Link">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id = r2_linkId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkTarget" eType="#//5%3ANode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkTopology" eType="#//1%3ATopology"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkSource" eType="#//6%3ANode"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Echtzeitsysteme/models2018-distributedtc/src/org.cobolt.tccpa/resources/henshinAnalysisResults/2018.04.15-141046/handleLinkRemoval1_AND_handleLinkRemoval2/(07) change-use-attr-conflict/minimal-model.ecore | ecore | handleLinkRemoval1, handleLinkRemoval2
1:Topology
topologyLinks
topologyLinks
2:Link
linkTarget
linkTopology
linkSource
3:Node
isSelf = true
nodeOutgoingLinks
nodeOutgoingLinks
4:#Link#
weight = r1_w13_r2_w32
state = -1
linkTarget
linkSource
5:Node
nodeIncomingLinks
nodeIncomingLinks
nodeIncomingLinks
6:Node
isSelf = true
nodeOutgoingLinks
nodeIncomingLinks
nodeOutgoingLinks
7:Link
weight = r1_w23
linkTarget
linkSource
8:Link
id = r2_linkId
linkTarget
linkTopology
linkSource | null | {"directed":true,"nodes":[{"nsPrefix":"CPAPackage","nsURI":"http://cpapackage/handleLinkRemoval1/handleLinkRemoval2/change-use-attr-conflict","name":"handleLinkRemoval1, handleLinkRemoval2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"1:Topology","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"2:Link","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"3:Node","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"4:#Link#","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"5:Node","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"6:Node","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"7:Link","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"8:Link","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":false,"unsettable":false,"transient":false,"unique":true,"name":"topologyLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"topologyLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTopology","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSelf = true","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeOutgoingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeOutgoingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight = r1_w13_r2_w32","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state = -1","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTarget","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":"linkSource","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":"nodeIncomingLinks","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":"nodeIncomingLinks","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":"nodeIncomingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSelf = true","changeable":true,"lowerBound":0,"iD":false,"id":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":"nodeOutgoingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeIncomingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeOutgoingLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight = r1_w23","changeable":true,"lowerBound":0,"iD":false,"id":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":"linkTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id = r2_linkId","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":"linkTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkTopology","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkSource","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":9,"target":2},{"source":9,"target":11},{"source":9,"target":1},{"source":11,"target":2},{"source":10,"target":8},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":8},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":13,"target":6},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":6},{"source":14,"target":1},{"source":14,"target":17},{"source":14,"target":2},{"source":17,"target":1},{"source":15,"target":3},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":3},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":19,"target":22},{"source":19,"target":3},{"source":20,"target":4},{"source":20,"target":23},{"source":20,"target":3},{"source":23,"target":4},{"source":21,"target":2},{"source":21,"target":24},{"source":21,"target":3},{"source":24,"target":2},{"source":4,"target":0},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":25,"target":29},{"source":25,"target":4},{"source":26,"target":30},{"source":26,"target":4},{"source":27,"target":5},{"source":27,"target":31},{"source":27,"target":4},{"source":31,"target":5},{"source":28,"target":3},{"source":28,"target":32},{"source":28,"target":4},{"source":32,"target":3},{"source":5,"target":0},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":33,"target":4},{"source":33,"target":36},{"source":33,"target":5},{"source":36,"target":4},{"source":34,"target":7},{"source":34,"target":37},{"source":34,"target":5},{"source":37,"target":7},{"source":35,"target":8},{"source":35,"target":38},{"source":35,"target":5},{"source":38,"target":8},{"source":6,"target":0},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":39,"target":43},{"source":39,"target":6},{"source":40,"target":7},{"source":40,"target":44},{"source":40,"target":6},{"source":44,"target":7},{"source":41,"target":2},{"source":41,"target":45},{"source":41,"target":6},{"source":45,"target":2},{"source":42,"target":8},{"source":42,"target":46},{"source":42,"target":6},{"source":46,"target":8},{"source":7,"target":0},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":47,"target":50},{"source":47,"target":7},{"source":48,"target":5},{"source":48,"target":51},{"source":48,"target":7},{"source":51,"target":5},{"source":49,"target":6},{"source":49,"target":52},{"source":49,"target":7},{"source":52,"target":6},{"source":8,"target":0},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":53,"target":57},{"source":53,"target":8},{"source":54,"target":5},{"source":54,"target":58},{"source":54,"target":8},{"source":58,"target":5},{"source":55,"target":1},{"source":55,"target":59},{"source":55,"target":8},{"source":59,"target":1},{"source":56,"target":6},{"source":56,"target":60},{"source":56,"target":8},{"source":60,"target":6}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="OCL">
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="/0/OclFeatureDefinition" eOpposite="/0/OclFeatureDefinition/feature"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="/0/OclFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true" eOpposite="/0/Expressions/OclExpression/attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/Types/OclType" containment="true" eOpposite="/0/Types/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="/0/OclFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/0/Parameter" containment="true" eOpposite="/0/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="/0/Types/OclType" containment="true" eOpposite="/0/Types/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true" eOpposite="/0/Expressions/OclExpression/operation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="/0/Expressions/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="/0/Operation" eOpposite="/0/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="/0/OclModel" eOpposite="/0/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="/0/Types/OclModelElement" eOpposite="/0/Types/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="/0/OclModel" eOpposite="/0/OclModel/metamodel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="/0/OclFeatureDefinition" eOpposite="/0/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="/0/Types/OclType" containment="true" eOpposite="/0/Types/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="/0/OclFeature" containment="true" eOpposite="/0/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="/0/OclContextDefinition" containment="true" eOpposite="/0/OclContextDefinition/definition"/>
</eClassifiers>
<eSubpackages name="Expressions">
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="/0/Expressions/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="/0/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="/0/Expressions/VariableDeclaration" eOpposite="/0/Expressions/VariableDeclaration/variableExp"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="/0/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/0/Expressions/MapElement" containment="true" eOpposite="/0/Expressions/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="/0/Expressions/MapExp" eOpposite="/0/Expressions/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="/0/Expressions/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="/3/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="/0/Expressions/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="/0/Expressions/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="/0/Expressions/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="/0/Expressions/VariableDeclaration" containment="true" eOpposite="/0/Expressions/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="/0/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true" eOpposite="/0/Expressions/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="/0/Expressions/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="/0/Expressions/TupleExp" eOpposite="/0/Expressions/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="/0/Expressions/IfExp" eOpposite="/0/Expressions/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="/0/Expressions/PropertyCallExp" eOpposite="/0/Expressions/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="/0/Expressions/CollectionExp" eOpposite="/0/Expressions/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="/0/Expressions/LetExp" eOpposite="/0/Expressions/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="/0/Expressions/LoopExp" eOpposite="/0/Expressions/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="/0/Expressions/OperationCallExp" eOpposite="/0/Expressions/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="/0/Expressions/VariableDeclaration" eOpposite="/0/Expressions/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="/0/Expressions/IfExp" eOpposite="/0/Expressions/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="/0/Operation" eOpposite="/0/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="/0/Expressions/IfExp" eOpposite="/0/Expressions/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/Types/OclType" containment="true" eOpposite="/0/Types/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="/0/Attribute" eOpposite="/0/Attribute/initExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="/0/Expressions/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="/3/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="/0/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="/0/Expressions/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="/0/Expressions/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="/0/Expressions/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="/0/Expressions/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="/0/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="/0/Expressions/VariableDeclaration" containment="true" eOpposite="/0/Expressions/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true" eOpposite="/0/Expressions/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="/0/Expressions/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="/0/Expressions/LoopExp" eOpposite="/0/Expressions/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="/0/Expressions/LetExp" eOpposite="/0/Expressions/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/Types/OclType" containment="true" eOpposite="/0/Types/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="/0/Expressions/IterateExp" eOpposite="/0/Expressions/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="/0/Expressions/VariableExp" eOpposite="/0/Expressions/VariableExp/referredVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="/0/Expressions/OclExpression" containment="true" eOpposite="/0/Expressions/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="/0/Expressions/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/0/Expressions/OclExpression" containment="true" eOpposite="/0/Expressions/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" ordered="false" unique="false" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="/0/Expressions/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="/0/Expressions/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="/0/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/0/Expressions/OclExpression" containment="true" eOpposite="/0/Expressions/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="/0/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true" eOpposite="/0/Expressions/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true" eOpposite="/0/Expressions/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true" eOpposite="/0/Expressions/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" eSuperTypes="/0/Expressions/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true" eOpposite="/0/Expressions/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Expressions/Iterator" containment="true" eOpposite="/0/Expressions/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="/0/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="/0/Expressions/TuplePart" containment="true" eOpposite="/0/Expressions/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="/0/Expressions/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="/0/Expressions/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="/0/Expressions/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="/0/Expressions/CollectionExp"/>
</eSubpackages>
<eSubpackages name="Types">
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="/0/Types/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="/0/Types/OclType" containment="true" eOpposite="/0/Types/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" abstract="true" eSuperTypes="/0/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" upperBound="-1" eType="/0/OclContextDefinition" eOpposite="/0/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" upperBound="-1" eType="/0/Expressions/OclExpression" eOpposite="/0/Expressions/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="/0/Operation" eOpposite="/0/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="/0/Types/MapType" eOpposite="/0/Types/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" lowerBound="1" eType="/0/Attribute" eOpposite="/0/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="/0/Types/MapType" eOpposite="/0/Types/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="/0/Types/CollectionType" eOpposite="/0/Types/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" upperBound="-1" eType="/0/Types/TupleTypeAttribute" eOpposite="/0/Types/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" upperBound="-1" eType="/0/Expressions/VariableDeclaration" eOpposite="/0/Expressions/VariableDeclaration/type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="/0/Types/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="/0/Types/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="/0/Types/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="/0/Types/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="/0/Types/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="/0/Types/TupleTypeAttribute" containment="true" eOpposite="/0/Types/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="/0/Types/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="/0/Types/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="/0/Types/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="/0/OclModel" eOpposite="/0/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="/0/Types/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="/0/Types/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="/0/Types/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="/0/Types/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/0/Types/OclType" containment="true" eOpposite="/0/Types/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="/0/Types/TupleType" eOpposite="/0/Types/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="/0/Types/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="/0/Types/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="/0/Types/OclType" containment="true" eOpposite="/0/Types/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="/0/Types/OclType" containment="true" eOpposite="/0/Types/OclType/mapType"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
<ecore:EPackage name="ATL">
<eClassifiers xsi:type="ecore:EClass" name="DerivedInPatternElement" eSuperTypes="/1/InPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="/1/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="/1/Helper" containment="true" eOpposite="/1/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="/1/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1" upperBound="-1" eType="/0/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" lowerBound="1" upperBound="-1" eType="/0/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/1/ModuleElement" containment="true" eOpposite="/1/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/Rule" eOpposite="/1/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="/2/Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1" eType="/1/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1" eType="/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="/1/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="/0/Expressions/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/1/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false" upperBound="-1" eType="/1/LibraryRef" containment="true" eOpposite="/1/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="/1/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="/1/Helper" containment="true" eOpposite="/1/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="/1/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" eType="/1/OutPattern" containment="true" eOpposite="/1/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false" eType="/1/ActionBlock" containment="true" eOpposite="/1/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="/1/RuleVariableDeclaration" containment="true" eOpposite="/1/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true" eSuperTypes="/1/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="/1/OutPattern" eOpposite="/1/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="/1/InPatternElement" eOpposite="/1/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="/1/Binding" containment="true" eOpposite="/1/Binding/outPatternElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="/1/InPatternElement" containment="true" eOpposite="/1/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/MatchedRule" eOpposite="/1/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="/0/Expressions/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/Rule" eOpposite="/1/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="/1/OutPatternElement" containment="true" eOpposite="/1/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" lowerBound="1" eType="/1/Module" eOpposite="/1/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="/1/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" eType="/1/Query" eOpposite="/1/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="/1/Library" eOpposite="/1/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="/0/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="/1/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="IterateInPatternElement" eSuperTypes="/1/InPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true" eSuperTypes="/1/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false" lowerBound="1" eType="/1/OutPatternElement" eOpposite="/1/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="/1/InPattern" eOpposite="/1/InPattern/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="/0/Expressions/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="/1/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="/0/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" lowerBound="1" eType="/1/OutPatternElement" eOpposite="/1/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="/1/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="/0/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="/0/Expressions/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="/0/Expressions/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/1/Rule" eOpposite="/1/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="/1/Unit" eOpposite="/1/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="/1/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" eType="/1/InPattern" containment="true" eOpposite="/1/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="/1/MatchedRule" eOpposite="/1/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false" eType="/1/MatchedRule" eOpposite="/1/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="/1/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="/1/OutPatternElement"/>
</ecore:EPackage>
<ecore:EPackage name="Core">
<eClassifiers xsi:type="ecore:EClass" name="Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="/3/String"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="Double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/emirbalic/ATLInject/ATLInject/Resources/ATL2Problem/metamodels/IN/ATL-0.2.ecore | ecore | OCL
OclFeature
definition
name
Attribute
initExpression
type
Operation
parameters
returnType
body
Parameter
operation
OclModel
metamodel
elements
model
name
OclContextDefinition
definition
context_
OclFeatureDefinition
feature
context_
Expressions
CollectionOperationCallExp
VariableExp
referredVariable
name
MapExp
elements
MapElement
map
key
value
RealExp
realSymbol
PrimitiveExp
OclUndefinedExp
IterateExp
result
PropertyCallExp
source
TuplePart
tuple
OclExpression
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
operation
ifExp1
type
attribute
IntegerExp
integerSymbol
EnumLiteralExp
name
OperatorCallExp
IteratorExp
name
StringExp
stringSymbol
BooleanExp
booleanSymbol
LetExp
variable
in_
Iterator
loopExpr
VariableDeclaration
letExp
type
baseExp
variableExp
initExpression
varName
id
OperationCallExp
arguments
operationName
signature
NumericExp
BagExp
CollectionExp
elements
IfExp
thenExpression
condition
elseExpression
LoopExp
body
iterators
TupleExp
tuplePart
SequenceExp
NavigationOrAttributeCallExp
name
SetExp
OrderedSetExp
Types
CollectionType
elementType
OclType
definitions
oclExpression
operation
mapType2
attribute
mapType
collectionTypes
tupleTypeAttribute
variableDeclaration
name
StringType
Primitive
RealType
OclAnyType
TupleType
attributes
SequenceType
BooleanType
OclModelElement
model
SetType
BagType
OrderedSetType
NumericType
TupleTypeAttribute
type
tupleType
name
IntegerType
MapType
valueType
keyType
ATL
DerivedInPatternElement
value
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
Unit
libraries
name
Library
helpers
Rule
outPattern
actionBlock
variables
name
OutPatternElement
outPattern
sourceElement
bindings
InPattern
elements
rule
filter
OutPattern
rule
elements
ModuleElement
module
Helper
query
library
definition
SimpleInPatternElement
IterateInPatternElement
collection
InPatternElement
mapsTo
inPattern
PatternElement
CalledRule
parameters
isEntrypoint
Binding
value
outPatternElement
propertyName
ForEachOutPatternElement
collection
iterator
RuleVariableDeclaration
rule
LibraryRef
unit
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
LazyMatchedRule
isUnique
SimpleOutPatternElement
Core
Element
location
commentsBefore
commentsAfter
PrimitiveTypes
Double
Integer
String
Boolean | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"OCL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"Expressions","id":8,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Types","id":9,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":16,"serializable":true,"eClass":"EDataType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"id":22,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"id":25,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":109,"serializable":true,"eClass":"EDataType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":158,"serializable":true,"eClass":"EDataType"},{"id":159,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":172,"serializable":true,"eClass":"EDataType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":184,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"signature","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"container":true,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"ATL","id":282,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedInPatternElement","instanceClass":null,"abstract":false,"id":283,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":284,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":285,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":286,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":287,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":288,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":289,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":290,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":291,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":292,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":293,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":294,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":295,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":296,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":297,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":298,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":299,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":300,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateInPatternElement","instanceClass":null,"abstract":false,"id":301,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":302,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":303,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":304,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":305,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":306,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":307,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":308,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":309,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":310,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":311,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":322,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":330,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":342,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":382,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPatternElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":391,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":393,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":424,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":443,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"Core","id":455,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":456,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":457,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":462,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":11,"target":7},{"source":11,"target":14},{"source":11,"target":1},{"source":11,"target":15},{"source":14,"target":7},{"source":12,"target":16},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":16},{"source":13,"target":10},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":18,"target":21},{"source":18,"target":22},{"source":18,"target":2},{"source":18,"target":23},{"source":22,"target":21},{"source":19,"target":24},{"source":19,"target":25},{"source":19,"target":2},{"source":19,"target":26},{"source":25,"target":24},{"source":20,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":27,"target":4},{"source":27,"target":31},{"source":27,"target":3},{"source":27,"target":32},{"source":31,"target":4},{"source":28,"target":24},{"source":28,"target":33},{"source":28,"target":3},{"source":28,"target":34},{"source":33,"target":24},{"source":29,"target":21},{"source":29,"target":35},{"source":29,"target":3},{"source":29,"target":36},{"source":35,"target":21},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":32},{"source":4,"target":38},{"source":32,"target":3},{"source":32,"target":39},{"source":32,"target":4},{"source":32,"target":27},{"source":39,"target":3},{"source":38,"target":37},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":40,"target":5},{"source":40,"target":45},{"source":40,"target":5},{"source":40,"target":42},{"source":45,"target":5},{"source":41,"target":46},{"source":41,"target":47},{"source":41,"target":5},{"source":41,"target":48},{"source":47,"target":46},{"source":42,"target":5},{"source":42,"target":49},{"source":42,"target":5},{"source":42,"target":40},{"source":49,"target":5},{"source":43,"target":16},{"source":43,"target":50},{"source":43,"target":5},{"source":50,"target":16},{"source":44,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":51,"target":7},{"source":51,"target":54},{"source":51,"target":6},{"source":51,"target":55},{"source":54,"target":7},{"source":52,"target":24},{"source":52,"target":56},{"source":52,"target":6},{"source":52,"target":57},{"source":56,"target":24},{"source":53,"target":10},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":15},{"source":7,"target":55},{"source":7,"target":58},{"source":15,"target":1},{"source":15,"target":59},{"source":15,"target":7},{"source":15,"target":11},{"source":59,"target":1},{"source":55,"target":6},{"source":55,"target":60},{"source":55,"target":7},{"source":55,"target":51},{"source":60,"target":6},{"source":58,"target":10},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":21},{"source":8,"target":71},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":37},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":8,"target":87},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":0},{"source":61,"target":8},{"source":61,"target":79},{"source":61,"target":90},{"source":90,"target":79},{"source":62,"target":8},{"source":62,"target":21},{"source":62,"target":91},{"source":62,"target":92},{"source":62,"target":93},{"source":91,"target":37},{"source":91,"target":94},{"source":91,"target":62},{"source":91,"target":95},{"source":94,"target":37},{"source":92,"target":16},{"source":92,"target":96},{"source":92,"target":62},{"source":96,"target":16},{"source":93,"target":21},{"source":63,"target":8},{"source":63,"target":21},{"source":63,"target":97},{"source":63,"target":98},{"source":97,"target":64},{"source":97,"target":99},{"source":97,"target":63},{"source":97,"target":100},{"source":99,"target":64},{"source":98,"target":21},{"source":64,"target":8},{"source":64,"target":10},{"source":64,"target":100},{"source":64,"target":101},{"source":64,"target":102},{"source":64,"target":103},{"source":100,"target":63},{"source":100,"target":104},{"source":100,"target":64},{"source":100,"target":97},{"source":104,"target":63},{"source":101,"target":21},{"source":101,"target":105},{"source":101,"target":64},{"source":105,"target":21},{"source":102,"target":21},{"source":102,"target":106},{"source":102,"target":64},{"source":106,"target":21},{"source":103,"target":10},{"source":65,"target":8},{"source":65,"target":80},{"source":65,"target":107},{"source":65,"target":108},{"source":107,"target":109},{"source":107,"target":110},{"source":107,"target":65},{"source":110,"target":109},{"source":108,"target":80},{"source":66,"target":8},{"source":66,"target":21},{"source":66,"target":111},{"source":111,"target":21},{"source":67,"target":8},{"source":67,"target":21},{"source":67,"target":112},{"source":112,"target":21},{"source":68,"target":8},{"source":68,"target":84},{"source":68,"target":113},{"source":68,"target":114},{"source":113,"target":37},{"source":113,"target":115},{"source":113,"target":68},{"source":113,"target":116},{"source":115,"target":37},{"source":114,"target":84},{"source":69,"target":8},{"source":69,"target":21},{"source":69,"target":117},{"source":69,"target":118},{"source":117,"target":21},{"source":117,"target":119},{"source":117,"target":69},{"source":117,"target":120},{"source":119,"target":21},{"source":118,"target":21},{"source":70,"target":8},{"source":70,"target":37},{"source":70,"target":121},{"source":70,"target":122},{"source":121,"target":85},{"source":121,"target":123},{"source":121,"target":70},{"source":121,"target":124},{"source":123,"target":85},{"source":122,"target":37},{"source":21,"target":8},{"source":21,"target":10},{"source":21,"target":125},{"source":21,"target":120},{"source":21,"target":126},{"source":21,"target":127},{"source":21,"target":128},{"source":21,"target":129},{"source":21,"target":130},{"source":21,"target":131},{"source":21,"target":36},{"source":21,"target":132},{"source":21,"target":133},{"source":21,"target":23},{"source":21,"target":134},{"source":125,"target":83},{"source":125,"target":135},{"source":125,"target":21},{"source":125,"target":136},{"source":135,"target":83},{"source":120,"target":69},{"source":120,"target":137},{"source":120,"target":21},{"source":120,"target":117},{"source":137,"target":69},{"source":126,"target":82},{"source":126,"target":138},{"source":126,"target":21},{"source":126,"target":139},{"source":138,"target":82},{"source":127,"target":77},{"source":127,"target":140},{"source":127,"target":21},{"source":127,"target":141},{"source":140,"target":77},{"source":128,"target":84},{"source":128,"target":142},{"source":128,"target":21},{"source":128,"target":143},{"source":142,"target":84},{"source":129,"target":79},{"source":129,"target":144},{"source":129,"target":21},{"source":129,"target":145},{"source":144,"target":79},{"source":130,"target":37},{"source":130,"target":146},{"source":130,"target":21},{"source":130,"target":147},{"source":146,"target":37},{"source":131,"target":83},{"source":131,"target":148},{"source":131,"target":21},{"source":131,"target":149},{"source":148,"target":83},{"source":36,"target":3},{"source":36,"target":150},{"source":36,"target":21},{"source":36,"target":29},{"source":150,"target":3},{"source":132,"target":83},{"source":132,"target":151},{"source":132,"target":21},{"source":132,"target":152},{"source":151,"target":83},{"source":133,"target":24},{"source":133,"target":153},{"source":133,"target":21},{"source":133,"target":154},{"source":153,"target":24},{"source":23,"target":2},{"source":23,"target":155},{"source":23,"target":21},{"source":23,"target":18},{"source":155,"target":2},{"source":134,"target":10},{"source":71,"target":8},{"source":71,"target":80},{"source":71,"target":156},{"source":71,"target":157},{"source":156,"target":158},{"source":156,"target":159},{"source":156,"target":71},{"source":159,"target":158},{"source":157,"target":80},{"source":72,"target":8},{"source":72,"target":21},{"source":72,"target":160},{"source":72,"target":161},{"source":160,"target":16},{"source":160,"target":162},{"source":160,"target":72},{"source":162,"target":16},{"source":161,"target":21},{"source":73,"target":8},{"source":73,"target":79},{"source":73,"target":163},{"source":163,"target":79},{"source":74,"target":8},{"source":74,"target":84},{"source":74,"target":164},{"source":74,"target":165},{"source":164,"target":16},{"source":164,"target":166},{"source":164,"target":74},{"source":166,"target":16},{"source":165,"target":84},{"source":75,"target":8},{"source":75,"target":66},{"source":75,"target":167},{"source":75,"target":168},{"source":167,"target":16},{"source":167,"target":169},{"source":167,"target":75},{"source":169,"target":16},{"source":168,"target":66},{"source":76,"target":8},{"source":76,"target":66},{"source":76,"target":170},{"source":76,"target":171},{"source":170,"target":172},{"source":170,"target":173},{"source":170,"target":76},{"source":173,"target":172},{"source":171,"target":66},{"source":77,"target":8},{"source":77,"target":21},{"source":77,"target":174},{"source":77,"target":141},{"source":77,"target":175},{"source":174,"target":37},{"source":174,"target":176},{"source":174,"target":77},{"source":174,"target":177},{"source":176,"target":37},{"source":141,"target":21},{"source":141,"target":178},{"source":141,"target":77},{"source":141,"target":127},{"source":178,"target":21},{"source":175,"target":21},{"source":78,"target":8},{"source":78,"target":37},{"source":78,"target":179},{"source":78,"target":180},{"source":179,"target":84},{"source":179,"target":181},{"source":179,"target":78},{"source":179,"target":182},{"source":181,"target":84},{"source":180,"target":37},{"source":37,"target":8},{"source":37,"target":10},{"source":37,"target":177},{"source":37,"target":183},{"source":37,"target":116},{"source":37,"target":95},{"source":37,"target":147},{"source":37,"target":184},{"source":37,"target":185},{"source":37,"target":186},{"source":177,"target":77},{"source":177,"target":187},{"source":177,"target":37},{"source":177,"target":174},{"source":187,"target":77},{"source":183,"target":24},{"source":183,"target":188},{"source":183,"target":37},{"source":183,"target":189},{"source":188,"target":24},{"source":116,"target":68},{"source":116,"target":190},{"source":116,"target":37},{"source":116,"target":113},{"source":190,"target":68},{"source":95,"target":62},{"source":95,"target":191},{"source":95,"target":37},{"source":95,"target":91},{"source":191,"target":62},{"source":147,"target":21},{"source":147,"target":192},{"source":147,"target":37},{"source":147,"target":130},{"source":192,"target":21},{"source":184,"target":16},{"source":184,"target":193},{"source":184,"target":37},{"source":193,"target":16},{"source":185,"target":16},{"source":185,"target":194},{"source":185,"target":37},{"source":194,"target":16},{"source":186,"target":10},{"source":79,"target":8},{"source":79,"target":69},{"source":79,"target":145},{"source":79,"target":195},{"source":79,"target":196},{"source":79,"target":197},{"source":145,"target":21},{"source":145,"target":198},{"source":145,"target":79},{"source":145,"target":129},{"source":198,"target":21},{"source":195,"target":16},{"source":195,"target":199},{"source":195,"target":79},{"source":199,"target":16},{"source":196,"target":16},{"source":196,"target":200},{"source":196,"target":79},{"source":200,"target":16},{"source":197,"target":69},{"source":80,"target":8},{"source":80,"target":66},{"source":80,"target":201},{"source":201,"target":66},{"source":81,"target":8},{"source":81,"target":82},{"source":81,"target":202},{"source":202,"target":82},{"source":82,"target":8},{"source":82,"target":21},{"source":82,"target":139},{"source":82,"target":203},{"source":139,"target":21},{"source":139,"target":204},{"source":139,"target":82},{"source":139,"target":126},{"source":204,"target":21},{"source":203,"target":21},{"source":83,"target":8},{"source":83,"target":21},{"source":83,"target":149},{"source":83,"target":152},{"source":83,"target":136},{"source":83,"target":205},{"source":149,"target":21},{"source":149,"target":206},{"source":149,"target":83},{"source":149,"target":131},{"source":206,"target":21},{"source":152,"target":21},{"source":152,"target":207},{"source":152,"target":83},{"source":152,"target":132},{"source":207,"target":21},{"source":136,"target":21},{"source":136,"target":208},{"source":136,"target":83},{"source":136,"target":125},{"source":208,"target":21},{"source":205,"target":21},{"source":84,"target":8},{"source":84,"target":69},{"source":84,"target":143},{"source":84,"target":182},{"source":84,"target":209},{"source":143,"target":21},{"source":143,"target":210},{"source":143,"target":84},{"source":143,"target":128},{"source":210,"target":21},{"source":182,"target":78},{"source":182,"target":211},{"source":182,"target":84},{"source":182,"target":179},{"source":211,"target":78},{"source":209,"target":69},{"source":85,"target":8},{"source":85,"target":21},{"source":85,"target":124},{"source":85,"target":212},{"source":124,"target":70},{"source":124,"target":213},{"source":124,"target":85},{"source":124,"target":121},{"source":213,"target":70},{"source":212,"target":21},{"source":86,"target":8},{"source":86,"target":82},{"source":86,"target":214},{"source":214,"target":82},{"source":87,"target":8},{"source":87,"target":69},{"source":87,"target":215},{"source":87,"target":216},{"source":215,"target":16},{"source":215,"target":217},{"source":215,"target":87},{"source":217,"target":16},{"source":216,"target":69},{"source":88,"target":8},{"source":88,"target":82},{"source":88,"target":218},{"source":218,"target":82},{"source":89,"target":8},{"source":89,"target":82},{"source":89,"target":219},{"source":219,"target":82},{"source":9,"target":220},{"source":9,"target":24},{"source":9,"target":221},{"source":9,"target":222},{"source":9,"target":223},{"source":9,"target":224},{"source":9,"target":225},{"source":9,"target":226},{"source":9,"target":227},{"source":9,"target":46},{"source":9,"target":228},{"source":9,"target":229},{"source":9,"target":230},{"source":9,"target":231},{"source":9,"target":232},{"source":9,"target":233},{"source":9,"target":234},{"source":9,"target":0},{"source":220,"target":9},{"source":220,"target":24},{"source":220,"target":235},{"source":220,"target":236},{"source":235,"target":24},{"source":235,"target":237},{"source":235,"target":220},{"source":235,"target":238},{"source":237,"target":24},{"source":236,"target":24},{"source":24,"target":9},{"source":24,"target":21},{"source":24,"target":57},{"source":24,"target":154},{"source":24,"target":34},{"source":24,"target":239},{"source":24,"target":26},{"source":24,"target":240},{"source":24,"target":238},{"source":24,"target":241},{"source":24,"target":189},{"source":24,"target":242},{"source":24,"target":243},{"source":57,"target":6},{"source":57,"target":244},{"source":57,"target":24},{"source":57,"target":52},{"source":244,"target":6},{"source":154,"target":21},{"source":154,"target":245},{"source":154,"target":24},{"source":154,"target":133},{"source":245,"target":21},{"source":34,"target":3},{"source":34,"target":246},{"source":34,"target":24},{"source":34,"target":28},{"source":246,"target":3},{"source":239,"target":234},{"source":239,"target":247},{"source":239,"target":24},{"source":239,"target":248},{"source":247,"target":234},{"source":26,"target":2},{"source":26,"target":249},{"source":26,"target":24},{"source":26,"target":19},{"source":249,"target":2},{"source":240,"target":234},{"source":240,"target":250},{"source":240,"target":24},{"source":240,"target":251},{"source":250,"target":234},{"source":238,"target":220},{"source":238,"target":252},{"source":238,"target":24},{"source":238,"target":235},{"source":252,"target":220},{"source":241,"target":232},{"source":241,"target":253},{"source":241,"target":24},{"source":241,"target":254},{"source":253,"target":232},{"source":189,"target":37},{"source":189,"target":255},{"source":189,"target":24},{"source":189,"target":183},{"source":255,"target":37},{"source":242,"target":16},{"source":242,"target":256},{"source":242,"target":24},{"source":256,"target":16},{"source":243,"target":21},{"source":221,"target":9},{"source":221,"target":222},{"source":221,"target":257},{"source":257,"target":222},{"source":222,"target":9},{"source":222,"target":24},{"source":222,"target":258},{"source":258,"target":24},{"source":223,"target":9},{"source":223,"target":231},{"source":223,"target":259},{"source":259,"target":231},{"source":224,"target":9},{"source":224,"target":24},{"source":224,"target":260},{"source":260,"target":24},{"source":225,"target":9},{"source":225,"target":24},{"source":225,"target":261},{"source":225,"target":262},{"source":261,"target":232},{"source":261,"target":263},{"source":261,"target":225},{"source":261,"target":264},{"source":263,"target":232},{"source":262,"target":24},{"source":226,"target":9},{"source":226,"target":220},{"source":226,"target":265},{"source":265,"target":220},{"source":227,"target":9},{"source":227,"target":222},{"source":227,"target":266},{"source":266,"target":222},{"source":46,"target":9},{"source":46,"target":24},{"source":46,"target":48},{"source":46,"target":267},{"source":48,"target":5},{"source":48,"target":268},{"source":48,"target":46},{"source":48,"target":41},{"source":268,"target":5},{"source":267,"target":24},{"source":228,"target":9},{"source":228,"target":220},{"source":228,"target":269},{"source":269,"target":220},{"source":229,"target":9},{"source":229,"target":220},{"source":229,"target":270},{"source":270,"target":220},{"source":230,"target":9},{"source":230,"target":220},{"source":230,"target":271},{"source":271,"target":220},{"source":231,"target":9},{"source":231,"target":222},{"source":231,"target":272},{"source":272,"target":222},{"source":232,"target":9},{"source":232,"target":10},{"source":232,"target":254},{"source":232,"target":264},{"source":232,"target":273},{"source":232,"target":274},{"source":254,"target":24},{"source":254,"target":275},{"source":254,"target":232},{"source":254,"target":241},{"source":275,"target":24},{"source":264,"target":225},{"source":264,"target":276},{"source":264,"target":232},{"source":264,"target":261},{"source":276,"target":225},{"source":273,"target":16},{"source":273,"target":277},{"source":273,"target":232},{"source":277,"target":16},{"source":274,"target":10},{"source":233,"target":9},{"source":233,"target":231},{"source":233,"target":278},{"source":278,"target":231},{"source":234,"target":9},{"source":234,"target":24},{"source":234,"target":248},{"source":234,"target":251},{"source":234,"target":279},{"source":248,"target":24},{"source":248,"target":280},{"source":248,"target":234},{"source":248,"target":239},{"source":280,"target":24},{"source":251,"target":24},{"source":251,"target":281},{"source":251,"target":234},{"source":251,"target":240},{"source":281,"target":24},{"source":279,"target":24},{"source":282,"target":283},{"source":282,"target":284},{"source":282,"target":285},{"source":282,"target":286},{"source":282,"target":287},{"source":282,"target":288},{"source":282,"target":289},{"source":282,"target":290},{"source":282,"target":291},{"source":282,"target":292},{"source":282,"target":293},{"source":282,"target":294},{"source":282,"target":295},{"source":282,"target":296},{"source":282,"target":297},{"source":282,"target":298},{"source":282,"target":299},{"source":282,"target":300},{"source":282,"target":301},{"source":282,"target":302},{"source":282,"target":303},{"source":282,"target":304},{"source":282,"target":305},{"source":282,"target":306},{"source":282,"target":307},{"source":282,"target":308},{"source":282,"target":309},{"source":282,"target":310},{"source":282,"target":311},{"source":283,"target":282},{"source":283,"target":302},{"source":283,"target":312},{"source":283,"target":313},{"source":312,"target":21},{"source":312,"target":314},{"source":312,"target":283},{"source":314,"target":21},{"source":313,"target":302},{"source":284,"target":282},{"source":284,"target":292},{"source":284,"target":315},{"source":284,"target":316},{"source":284,"target":317},{"source":315,"target":21},{"source":315,"target":318},{"source":315,"target":284},{"source":318,"target":21},{"source":316,"target":299},{"source":316,"target":319},{"source":316,"target":284},{"source":316,"target":320},{"source":319,"target":299},{"source":317,"target":292},{"source":285,"target":282},{"source":285,"target":292},{"source":285,"target":321},{"source":285,"target":322},{"source":285,"target":323},{"source":285,"target":324},{"source":285,"target":325},{"source":321,"target":172},{"source":321,"target":326},{"source":321,"target":285},{"source":326,"target":172},{"source":322,"target":5},{"source":322,"target":327},{"source":322,"target":285},{"source":327,"target":5},{"source":323,"target":5},{"source":323,"target":328},{"source":323,"target":285},{"source":328,"target":5},{"source":324,"target":298},{"source":324,"target":329},{"source":324,"target":285},{"source":324,"target":330},{"source":329,"target":298},{"source":325,"target":292},{"source":286,"target":282},{"source":286,"target":10},{"source":286,"target":331},{"source":286,"target":332},{"source":286,"target":333},{"source":331,"target":294},{"source":331,"target":334},{"source":331,"target":286},{"source":331,"target":335},{"source":334,"target":294},{"source":332,"target":287},{"source":332,"target":336},{"source":332,"target":286},{"source":336,"target":287},{"source":333,"target":10},{"source":287,"target":282},{"source":287,"target":10},{"source":287,"target":337},{"source":337,"target":10},{"source":288,"target":282},{"source":288,"target":287},{"source":288,"target":338},{"source":288,"target":339},{"source":338,"target":21},{"source":338,"target":340},{"source":338,"target":288},{"source":340,"target":21},{"source":339,"target":287},{"source":289,"target":282},{"source":289,"target":287},{"source":289,"target":341},{"source":289,"target":342},{"source":289,"target":343},{"source":289,"target":344},{"source":341,"target":21},{"source":341,"target":345},{"source":341,"target":289},{"source":345,"target":21},{"source":342,"target":16},{"source":342,"target":346},{"source":342,"target":289},{"source":346,"target":16},{"source":343,"target":21},{"source":343,"target":347},{"source":343,"target":289},{"source":347,"target":21},{"source":344,"target":287},{"source":290,"target":282},{"source":290,"target":287},{"source":290,"target":348},{"source":290,"target":349},{"source":290,"target":350},{"source":290,"target":351},{"source":348,"target":21},{"source":348,"target":352},{"source":348,"target":290},{"source":352,"target":21},{"source":349,"target":287},{"source":349,"target":353},{"source":349,"target":290},{"source":353,"target":287},{"source":350,"target":287},{"source":350,"target":354},{"source":350,"target":290},{"source":354,"target":287},{"source":351,"target":287},{"source":291,"target":282},{"source":291,"target":287},{"source":291,"target":355},{"source":291,"target":356},{"source":291,"target":357},{"source":291,"target":358},{"source":355,"target":78},{"source":355,"target":359},{"source":355,"target":291},{"source":359,"target":78},{"source":356,"target":21},{"source":356,"target":360},{"source":356,"target":291},{"source":360,"target":21},{"source":357,"target":287},{"source":357,"target":361},{"source":357,"target":291},{"source":361,"target":287},{"source":358,"target":287},{"source":292,"target":282},{"source":292,"target":10},{"source":292,"target":362},{"source":292,"target":363},{"source":292,"target":364},{"source":362,"target":308},{"source":362,"target":365},{"source":362,"target":292},{"source":362,"target":366},{"source":365,"target":308},{"source":363,"target":16},{"source":363,"target":367},{"source":363,"target":292},{"source":367,"target":16},{"source":364,"target":10},{"source":293,"target":282},{"source":293,"target":292},{"source":293,"target":368},{"source":293,"target":369},{"source":368,"target":299},{"source":368,"target":370},{"source":368,"target":293},{"source":368,"target":371},{"source":370,"target":299},{"source":369,"target":292},{"source":294,"target":282},{"source":294,"target":298},{"source":294,"target":372},{"source":294,"target":335},{"source":294,"target":373},{"source":294,"target":374},{"source":294,"target":375},{"source":372,"target":297},{"source":372,"target":376},{"source":372,"target":294},{"source":372,"target":377},{"source":376,"target":297},{"source":335,"target":286},{"source":335,"target":378},{"source":335,"target":294},{"source":335,"target":331},{"source":378,"target":286},{"source":373,"target":307},{"source":373,"target":379},{"source":373,"target":294},{"source":373,"target":380},{"source":379,"target":307},{"source":374,"target":16},{"source":374,"target":381},{"source":374,"target":294},{"source":381,"target":16},{"source":375,"target":298},{"source":295,"target":282},{"source":295,"target":303},{"source":295,"target":382},{"source":295,"target":383},{"source":295,"target":384},{"source":295,"target":385},{"source":382,"target":297},{"source":382,"target":386},{"source":382,"target":295},{"source":382,"target":387},{"source":386,"target":297},{"source":383,"target":302},{"source":383,"target":388},{"source":383,"target":295},{"source":383,"target":389},{"source":388,"target":302},{"source":384,"target":305},{"source":384,"target":390},{"source":384,"target":295},{"source":384,"target":391},{"source":390,"target":305},{"source":385,"target":303},{"source":296,"target":282},{"source":296,"target":10},{"source":296,"target":392},{"source":296,"target":393},{"source":296,"target":394},{"source":296,"target":395},{"source":392,"target":302},{"source":392,"target":396},{"source":392,"target":296},{"source":392,"target":397},{"source":396,"target":302},{"source":393,"target":309},{"source":393,"target":398},{"source":393,"target":296},{"source":393,"target":399},{"source":398,"target":309},{"source":394,"target":21},{"source":394,"target":400},{"source":394,"target":296},{"source":400,"target":21},{"source":395,"target":10},{"source":297,"target":282},{"source":297,"target":10},{"source":297,"target":377},{"source":297,"target":387},{"source":297,"target":401},{"source":377,"target":294},{"source":377,"target":402},{"source":377,"target":297},{"source":377,"target":372},{"source":402,"target":294},{"source":387,"target":295},{"source":387,"target":403},{"source":387,"target":297},{"source":387,"target":382},{"source":403,"target":295},{"source":401,"target":10},{"source":298,"target":282},{"source":298,"target":10},{"source":298,"target":330},{"source":298,"target":404},{"source":330,"target":285},{"source":330,"target":405},{"source":330,"target":298},{"source":330,"target":324},{"source":405,"target":285},{"source":404,"target":10},{"source":299,"target":282},{"source":299,"target":298},{"source":299,"target":320},{"source":299,"target":371},{"source":299,"target":406},{"source":299,"target":407},{"source":320,"target":284},{"source":320,"target":408},{"source":320,"target":299},{"source":320,"target":316},{"source":408,"target":284},{"source":371,"target":293},{"source":371,"target":409},{"source":371,"target":299},{"source":371,"target":368},{"source":409,"target":293},{"source":406,"target":7},{"source":406,"target":410},{"source":406,"target":299},{"source":410,"target":7},{"source":407,"target":298},{"source":300,"target":282},{"source":300,"target":302},{"source":300,"target":411},{"source":411,"target":302},{"source":301,"target":282},{"source":301,"target":302},{"source":301,"target":412},{"source":301,"target":413},{"source":412,"target":21},{"source":412,"target":414},{"source":412,"target":301},{"source":414,"target":21},{"source":413,"target":302},{"source":302,"target":282},{"source":302,"target":303},{"source":302,"target":389},{"source":302,"target":397},{"source":302,"target":415},{"source":389,"target":295},{"source":389,"target":416},{"source":389,"target":302},{"source":389,"target":383},{"source":416,"target":295},{"source":397,"target":296},{"source":397,"target":417},{"source":397,"target":302},{"source":397,"target":392},{"source":417,"target":296},{"source":415,"target":303},{"source":303,"target":282},{"source":303,"target":37},{"source":303,"target":418},{"source":418,"target":37},{"source":304,"target":282},{"source":304,"target":294},{"source":304,"target":419},{"source":304,"target":420},{"source":304,"target":421},{"source":419,"target":4},{"source":419,"target":422},{"source":419,"target":304},{"source":422,"target":4},{"source":420,"target":172},{"source":420,"target":423},{"source":420,"target":304},{"source":423,"target":172},{"source":421,"target":294},{"source":305,"target":282},{"source":305,"target":10},{"source":305,"target":424},{"source":305,"target":391},{"source":305,"target":425},{"source":305,"target":426},{"source":424,"target":21},{"source":424,"target":427},{"source":424,"target":305},{"source":427,"target":21},{"source":391,"target":295},{"source":391,"target":428},{"source":391,"target":305},{"source":391,"target":384},{"source":428,"target":295},{"source":425,"target":16},{"source":425,"target":429},{"source":425,"target":305},{"source":429,"target":16},{"source":426,"target":10},{"source":306,"target":282},{"source":306,"target":295},{"source":306,"target":430},{"source":306,"target":431},{"source":306,"target":432},{"source":430,"target":21},{"source":430,"target":433},{"source":430,"target":306},{"source":433,"target":21},{"source":431,"target":78},{"source":431,"target":434},{"source":431,"target":306},{"source":434,"target":78},{"source":432,"target":295},{"source":307,"target":282},{"source":307,"target":37},{"source":307,"target":380},{"source":307,"target":435},{"source":380,"target":294},{"source":380,"target":436},{"source":380,"target":307},{"source":380,"target":373},{"source":436,"target":294},{"source":435,"target":37},{"source":308,"target":282},{"source":308,"target":10},{"source":308,"target":366},{"source":308,"target":437},{"source":308,"target":438},{"source":366,"target":292},{"source":366,"target":439},{"source":366,"target":308},{"source":366,"target":362},{"source":439,"target":292},{"source":437,"target":16},{"source":437,"target":440},{"source":437,"target":308},{"source":440,"target":16},{"source":438,"target":10},{"source":309,"target":282},{"source":309,"target":294},{"source":309,"target":399},{"source":309,"target":441},{"source":309,"target":442},{"source":309,"target":443},{"source":309,"target":444},{"source":309,"target":445},{"source":399,"target":296},{"source":399,"target":446},{"source":399,"target":309},{"source":399,"target":393},{"source":446,"target":296},{"source":441,"target":309},{"source":441,"target":447},{"source":441,"target":309},{"source":441,"target":442},{"source":447,"target":309},{"source":442,"target":309},{"source":442,"target":448},{"source":442,"target":309},{"source":442,"target":441},{"source":448,"target":309},{"source":443,"target":172},{"source":443,"target":449},{"source":443,"target":309},{"source":449,"target":172},{"source":444,"target":172},{"source":444,"target":450},{"source":444,"target":309},{"source":450,"target":172},{"source":445,"target":294},{"source":310,"target":282},{"source":310,"target":309},{"source":310,"target":451},{"source":310,"target":452},{"source":451,"target":172},{"source":451,"target":453},{"source":451,"target":310},{"source":453,"target":172},{"source":452,"target":309},{"source":311,"target":282},{"source":311,"target":295},{"source":311,"target":454},{"source":454,"target":295},{"source":455,"target":10},{"source":10,"target":455},{"source":10,"target":456},{"source":10,"target":457},{"source":10,"target":458},{"source":456,"target":16},{"source":456,"target":459},{"source":456,"target":10},{"source":459,"target":16},{"source":457,"target":16},{"source":457,"target":460},{"source":457,"target":10},{"source":460,"target":16},{"source":458,"target":16},{"source":458,"target":461},{"source":458,"target":10},{"source":461,"target":16},{"source":462,"target":109},{"source":462,"target":158},{"source":462,"target":16},{"source":462,"target":172},{"source":109,"target":462},{"source":158,"target":462},{"source":16,"target":462},{"source":172,"target":462}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="unity" nsURI="http://www.queensu.cs/ca/Unity" nsPrefix="unity">
<eClassifiers xsi:type="ecore:EClass" name="Specification">
<eStructuralFeatures xsi:type="ecore:EReference" name="spec" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MetaObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//Action" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="payload" eType="#//Payload"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnPayload" eType="#//Payload"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//Purpose"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Payload">
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//Param" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Param" eSuperTypes="#//Property">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//VarType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ref"/>
<eClassifiers xsi:type="ecore:EClass" name="SingleRef" eSuperTypes="#//Ref">
<eStructuralFeatures xsi:type="ecore:EReference" name="SingleRef" eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Property">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyType" eType="#//VarType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//Range"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configurable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VarType">
<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="Range">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Value"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minues" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fixedPointValue" eType="#//RealLiteral"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="real" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnityObject">
<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="#//MetaObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1"
eType="#//ConfigAssignment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="newActions" upperBound="-1"
eType="#//Action" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="overrideActions" upperBound="-1"
eType="#//OverrideAction" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Attribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OverrideAction">
<eStructuralFeatures xsi:type="ecore:EReference" name="actionName" eType="#//Action"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="configs" upperBound="-1"
eType="#//Config" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Config">
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyName" eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyValue" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ENV">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="channels" upperBound="-1"
eType="#//Channel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maps" upperBound="-1" eType="#//Map"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1"
eType="#//Instance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initCodes" eType="#//Init"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="focus" eType="#//Focus"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rotate" eType="#//Rotate"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Author"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="purpose" eType="#//Purpose"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projectpath" eType="#//projectPath"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="settings" eType="#//Settings"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="autoBuild" eType="#//autoBuilding"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Focus">
<eStructuralFeatures xsi:type="ecore:EReference" name="focusObject" eType="#//Instance"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dz" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rotate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dz" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="projectPath">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="autoBuilding">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autobuilding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Author">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="authorString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Purpose">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="purposeString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Settings">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="settingsFilename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instance">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instanceType" eType="#//UnityObject"/>
</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:EAttribute" name="direction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//interfaceType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="#//Port" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="areaname" eType="#//AreaName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qname" eType="#//QName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundInstances" unique="false"
upperBound="-1" eType="#//Instance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Init">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Map">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pathName" eType="#//StLiteral"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Message">
<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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QName">
<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="AreaName">
<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="Port">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="portnumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IP">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ipAddr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="interfaceType">
<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="Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="NotBooleanExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="int" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoolLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bool" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StLiteral" eSuperTypes="#//Literal">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="string" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Identifier" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="Refrence" eType="#//Ref"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DotExpression" eSuperTypes="#//Ref">
<eStructuralFeatures xsi:type="ecore:EReference" name="head" eType="#//Ref" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tail" eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assign" 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="OrExpression" 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="AndExpression" 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="GT" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rest" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LT" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rest" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GE" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rest" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LE" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rest" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EQ" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rest" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NE" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rest" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Addition" 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="Divide" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Modulo" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/GoGitThat/UpdatedSimGen/SimGen DSL/cs.queensu.ca.Unity/model/generated/Unity.ecore | ecore | unity
Specification
spec
MetaObject
name
kind
properties
actions
Action
name
payload
returnPayload
expressions
description
Payload
params
Param
type
Ref
SingleRef
SingleRef
Property
name
Attribute
propertyType
range
configurable
VarType
name
Range
from
to
Value
minues
value
fixedPointValue
RealLiteral
real
UnityObject
name
type
configurations
newActions
overrideActions
properties
OverrideAction
actionName
expressions
ConfigAssignment
configs
Config
propertyName
propertyValue
ENV
name
channels
maps
instances
properties
initCodes
focus
rotate
author
purpose
projectpath
settings
autoBuild
Focus
focusObject
dx
dy
dz
Rotate
dx
dy
dz
projectPath
projPath
autoBuilding
autobuilding
Author
authorString
Purpose
purposeString
Settings
settingsFilename
Instance
name
instanceType
Channel
name
direction
type
port
areaname
qname
boundInstances
Init
expressions
Map
mapName
pathName
Message
name
content
QName
name
AreaName
name
Port
portnumber
IP
ipAddr
interfaceType
name
Expression
NotBooleanExpression
exp
Literal
IntLiteral
int
BoolLiteral
bool
StLiteral
string
Identifier
Refrence
DotExpression
head
tail
Assign
left
right
OrExpression
left
right
AndExpression
left
right
GT
left
rest
LT
left
rest
GE
left
rest
LE
left
rest
EQ
left
rest
NE
left
rest
Addition
left
right
Minus
left
right
Multiplication
left
right
Divide
left
right
Modulo
left
right
UnaryExpression
exp | null | {"directed":true,"nodes":[{"nsPrefix":"unity","nsURI":"http://www.queensu.cs/ca/Unity","name":"unity","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaObject","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Payload","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Param","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ref","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleRef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Range","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnityObject","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OverrideAction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigAssignment","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Config","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENV","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Focus","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rotate","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"projectPath","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"autoBuilding","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Purpose","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Settings","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instance","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Channel","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Init","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Map","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QName","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AreaName","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IP","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interfaceType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotBooleanExpression","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolLiteral","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StLiteral","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DotExpression","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpression","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GT","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LT","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GE","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LE","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EQ","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NE","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addition","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Divide","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulo","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"payload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnPayload","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","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"},{"container":false,"ordered":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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"SingleRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"configurable","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"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":"from","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":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"minues","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"fixedPointValue","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":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"real","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"overrideActions","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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actionName","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propertyName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","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":"initCodes","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":"focus","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":"rotate","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":"author","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":"purpose","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":"projectpath","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":"settings","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":"autoBuild","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"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"focusObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"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":"dx","changeable":true,"lowerBound":0,"iD":false,"id":160,"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":"dy","changeable":true,"lowerBound":0,"iD":false,"id":161,"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":"dz","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.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":167,"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":"dy","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dz","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projPath","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"autobuilding","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorString","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"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":"purposeString","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"settingsFilename","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"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":"instanceType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"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":"direction","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":"type","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":"port","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":"areaname","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":"qname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"boundInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mapName","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"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":"portnumber","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ipAddr","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"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":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"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":"int","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"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":"bool","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"string","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Refrence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"tail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":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":247,"derived":false},{"container":false,"ordered":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":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":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":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"rest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"rest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"rest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":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":307,"derived":false},{"container":false,"ordered":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":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":1,"target":0},{"source":1,"target":59},{"source":59,"target":60},{"source":59,"target":1},{"source":2,"target":0},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":61,"target":65},{"source":61,"target":2},{"source":62,"target":66},{"source":62,"target":2},{"source":63,"target":9},{"source":63,"target":67},{"source":63,"target":2},{"source":67,"target":9},{"source":64,"target":3},{"source":64,"target":68},{"source":64,"target":2},{"source":68,"target":3},{"source":3,"target":0},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":69,"target":74},{"source":69,"target":3},{"source":70,"target":4},{"source":70,"target":75},{"source":70,"target":3},{"source":75,"target":4},{"source":71,"target":4},{"source":71,"target":76},{"source":71,"target":3},{"source":76,"target":4},{"source":72,"target":36},{"source":72,"target":77},{"source":72,"target":3},{"source":77,"target":36},{"source":73,"target":24},{"source":73,"target":78},{"source":73,"target":3},{"source":78,"target":24},{"source":4,"target":0},{"source":4,"target":79},{"source":79,"target":5},{"source":79,"target":80},{"source":79,"target":4},{"source":80,"target":5},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":81},{"source":5,"target":82},{"source":81,"target":10},{"source":81,"target":83},{"source":81,"target":5},{"source":83,"target":10},{"source":82,"target":8},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":84},{"source":7,"target":85},{"source":84,"target":8},{"source":84,"target":86},{"source":84,"target":7},{"source":86,"target":8},{"source":85,"target":6},{"source":8,"target":0},{"source":8,"target":87},{"source":87,"target":88},{"source":87,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":89,"target":10},{"source":89,"target":93},{"source":89,"target":9},{"source":93,"target":10},{"source":90,"target":11},{"source":90,"target":94},{"source":90,"target":9},{"source":94,"target":11},{"source":91,"target":95},{"source":91,"target":9},{"source":92,"target":8},{"source":10,"target":0},{"source":10,"target":96},{"source":96,"target":97},{"source":96,"target":10},{"source":11,"target":0},{"source":11,"target":98},{"source":11,"target":99},{"source":98,"target":12},{"source":98,"target":100},{"source":98,"target":11},{"source":100,"target":12},{"source":99,"target":12},{"source":99,"target":101},{"source":99,"target":11},{"source":101,"target":12},{"source":12,"target":0},{"source":12,"target":102},{"source":12,"target":103},{"source":12,"target":104},{"source":102,"target":105},{"source":102,"target":12},{"source":103,"target":106},{"source":103,"target":12},{"source":104,"target":13},{"source":104,"target":107},{"source":104,"target":12},{"source":107,"target":13},{"source":13,"target":0},{"source":13,"target":38},{"source":13,"target":108},{"source":13,"target":109},{"source":108,"target":110},{"source":108,"target":13},{"source":109,"target":38},{"source":14,"target":0},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":111,"target":117},{"source":111,"target":14},{"source":112,"target":2},{"source":112,"target":118},{"source":112,"target":14},{"source":118,"target":2},{"source":113,"target":16},{"source":113,"target":119},{"source":113,"target":14},{"source":119,"target":16},{"source":114,"target":3},{"source":114,"target":120},{"source":114,"target":14},{"source":120,"target":3},{"source":115,"target":15},{"source":115,"target":121},{"source":115,"target":14},{"source":121,"target":15},{"source":116,"target":9},{"source":116,"target":122},{"source":116,"target":14},{"source":122,"target":9},{"source":15,"target":0},{"source":15,"target":123},{"source":15,"target":124},{"source":123,"target":3},{"source":123,"target":125},{"source":123,"target":15},{"source":125,"target":3},{"source":124,"target":36},{"source":124,"target":126},{"source":124,"target":15},{"source":126,"target":36},{"source":16,"target":0},{"source":16,"target":127},{"source":127,"target":17},{"source":127,"target":128},{"source":127,"target":16},{"source":128,"target":17},{"source":17,"target":0},{"source":17,"target":129},{"source":17,"target":130},{"source":129,"target":9},{"source":129,"target":131},{"source":129,"target":17},{"source":131,"target":9},{"source":130,"target":36},{"source":130,"target":132},{"source":130,"target":17},{"source":132,"target":36},{"source":18,"target":0},{"source":18,"target":133},{"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":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":18,"target":143},{"source":18,"target":144},{"source":18,"target":145},{"source":133,"target":146},{"source":133,"target":18},{"source":134,"target":27},{"source":134,"target":147},{"source":134,"target":18},{"source":147,"target":27},{"source":135,"target":29},{"source":135,"target":148},{"source":135,"target":18},{"source":148,"target":29},{"source":136,"target":26},{"source":136,"target":149},{"source":136,"target":18},{"source":149,"target":26},{"source":137,"target":8},{"source":137,"target":150},{"source":137,"target":18},{"source":150,"target":8},{"source":138,"target":28},{"source":138,"target":151},{"source":138,"target":18},{"source":151,"target":28},{"source":139,"target":19},{"source":139,"target":152},{"source":139,"target":18},{"source":152,"target":19},{"source":140,"target":20},{"source":140,"target":153},{"source":140,"target":18},{"source":153,"target":20},{"source":141,"target":23},{"source":141,"target":154},{"source":141,"target":18},{"source":154,"target":23},{"source":142,"target":24},{"source":142,"target":155},{"source":142,"target":18},{"source":155,"target":24},{"source":143,"target":21},{"source":143,"target":156},{"source":143,"target":18},{"source":156,"target":21},{"source":144,"target":25},{"source":144,"target":157},{"source":144,"target":18},{"source":157,"target":25},{"source":145,"target":22},{"source":145,"target":158},{"source":145,"target":18},{"source":158,"target":22},{"source":19,"target":0},{"source":19,"target":159},{"source":19,"target":160},{"source":19,"target":161},{"source":19,"target":162},{"source":159,"target":26},{"source":159,"target":163},{"source":159,"target":19},{"source":163,"target":26},{"source":160,"target":164},{"source":160,"target":19},{"source":161,"target":165},{"source":161,"target":19},{"source":162,"target":166},{"source":162,"target":19},{"source":20,"target":0},{"source":20,"target":167},{"source":20,"target":168},{"source":20,"target":169},{"source":167,"target":170},{"source":167,"target":20},{"source":168,"target":171},{"source":168,"target":20},{"source":169,"target":172},{"source":169,"target":20},{"source":21,"target":0},{"source":21,"target":173},{"source":173,"target":174},{"source":173,"target":21},{"source":22,"target":0},{"source":22,"target":175},{"source":175,"target":176},{"source":175,"target":22},{"source":23,"target":0},{"source":23,"target":177},{"source":177,"target":178},{"source":177,"target":23},{"source":24,"target":0},{"source":24,"target":179},{"source":179,"target":180},{"source":179,"target":24},{"source":25,"target":0},{"source":25,"target":181},{"source":181,"target":182},{"source":181,"target":25},{"source":26,"target":0},{"source":26,"target":183},{"source":26,"target":184},{"source":183,"target":185},{"source":183,"target":26},{"source":184,"target":14},{"source":184,"target":186},{"source":184,"target":26},{"source":186,"target":14},{"source":27,"target":0},{"source":27,"target":187},{"source":27,"target":188},{"source":27,"target":189},{"source":27,"target":190},{"source":27,"target":191},{"source":27,"target":192},{"source":27,"target":193},{"source":187,"target":194},{"source":187,"target":27},{"source":188,"target":195},{"source":188,"target":27},{"source":189,"target":35},{"source":189,"target":196},{"source":189,"target":27},{"source":196,"target":35},{"source":190,"target":33},{"source":190,"target":197},{"source":190,"target":27},{"source":197,"target":33},{"source":191,"target":32},{"source":191,"target":198},{"source":191,"target":27},{"source":198,"target":32},{"source":192,"target":31},{"source":192,"target":199},{"source":192,"target":27},{"source":199,"target":31},{"source":193,"target":26},{"source":193,"target":200},{"source":193,"target":27},{"source":200,"target":26},{"source":28,"target":0},{"source":28,"target":201},{"source":201,"target":36},{"source":201,"target":202},{"source":201,"target":28},{"source":202,"target":36},{"source":29,"target":0},{"source":29,"target":203},{"source":29,"target":204},{"source":203,"target":205},{"source":203,"target":29},{"source":204,"target":41},{"source":204,"target":206},{"source":204,"target":29},{"source":206,"target":41},{"source":30,"target":0},{"source":30,"target":207},{"source":30,"target":208},{"source":207,"target":209},{"source":207,"target":30},{"source":208,"target":210},{"source":208,"target":30},{"source":31,"target":0},{"source":31,"target":211},{"source":211,"target":212},{"source":211,"target":31},{"source":32,"target":0},{"source":32,"target":213},{"source":213,"target":214},{"source":213,"target":32},{"source":33,"target":0},{"source":33,"target":215},{"source":215,"target":216},{"source":215,"target":33},{"source":34,"target":0},{"source":34,"target":217},{"source":217,"target":218},{"source":217,"target":34},{"source":35,"target":0},{"source":35,"target":219},{"source":219,"target":220},{"source":219,"target":35},{"source":36,"target":0},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":221},{"source":37,"target":222},{"source":221,"target":36},{"source":221,"target":223},{"source":221,"target":37},{"source":223,"target":36},{"source":222,"target":36},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":224},{"source":224,"target":36},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":225},{"source":39,"target":226},{"source":225,"target":227},{"source":225,"target":39},{"source":226,"target":38},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":228},{"source":40,"target":229},{"source":228,"target":230},{"source":228,"target":40},{"source":229,"target":38},{"source":41,"target":0},{"source":41,"target":38},{"source":41,"target":231},{"source":41,"target":232},{"source":231,"target":233},{"source":231,"target":41},{"source":232,"target":38},{"source":42,"target":0},{"source":42,"target":36},{"source":42,"target":234},{"source":42,"target":235},{"source":234,"target":6},{"source":234,"target":236},{"source":234,"target":42},{"source":236,"target":6},{"source":235,"target":36},{"source":43,"target":0},{"source":43,"target":6},{"source":43,"target":237},{"source":43,"target":238},{"source":43,"target":239},{"source":237,"target":6},{"source":237,"target":240},{"source":237,"target":43},{"source":240,"target":6},{"source":238,"target":8},{"source":238,"target":241},{"source":238,"target":43},{"source":241,"target":8},{"source":239,"target":6},{"source":44,"target":0},{"source":44,"target":36},{"source":44,"target":242},{"source":44,"target":243},{"source":44,"target":244},{"source":242,"target":36},{"source":242,"target":245},{"source":242,"target":44},{"source":245,"target":36},{"source":243,"target":36},{"source":243,"target":246},{"source":243,"target":44},{"source":246,"target":36},{"source":244,"target":36},{"source":45,"target":0},{"source":45,"target":36},{"source":45,"target":247},{"source":45,"target":248},{"source":45,"target":249},{"source":247,"target":36},{"source":247,"target":250},{"source":247,"target":45},{"source":250,"target":36},{"source":248,"target":36},{"source":248,"target":251},{"source":248,"target":45},{"source":251,"target":36},{"source":249,"target":36},{"source":46,"target":0},{"source":46,"target":36},{"source":46,"target":252},{"source":46,"target":253},{"source":46,"target":254},{"source":252,"target":36},{"source":252,"target":255},{"source":252,"target":46},{"source":255,"target":36},{"source":253,"target":36},{"source":253,"target":256},{"source":253,"target":46},{"source":256,"target":36},{"source":254,"target":36},{"source":47,"target":0},{"source":47,"target":36},{"source":47,"target":257},{"source":47,"target":258},{"source":47,"target":259},{"source":257,"target":36},{"source":257,"target":260},{"source":257,"target":47},{"source":260,"target":36},{"source":258,"target":36},{"source":258,"target":261},{"source":258,"target":47},{"source":261,"target":36},{"source":259,"target":36},{"source":48,"target":0},{"source":48,"target":36},{"source":48,"target":262},{"source":48,"target":263},{"source":48,"target":264},{"source":262,"target":36},{"source":262,"target":265},{"source":262,"target":48},{"source":265,"target":36},{"source":263,"target":36},{"source":263,"target":266},{"source":263,"target":48},{"source":266,"target":36},{"source":264,"target":36},{"source":49,"target":0},{"source":49,"target":36},{"source":49,"target":267},{"source":49,"target":268},{"source":49,"target":269},{"source":267,"target":36},{"source":267,"target":270},{"source":267,"target":49},{"source":270,"target":36},{"source":268,"target":36},{"source":268,"target":271},{"source":268,"target":49},{"source":271,"target":36},{"source":269,"target":36},{"source":50,"target":0},{"source":50,"target":36},{"source":50,"target":272},{"source":50,"target":273},{"source":50,"target":274},{"source":272,"target":36},{"source":272,"target":275},{"source":272,"target":50},{"source":275,"target":36},{"source":273,"target":36},{"source":273,"target":276},{"source":273,"target":50},{"source":276,"target":36},{"source":274,"target":36},{"source":51,"target":0},{"source":51,"target":36},{"source":51,"target":277},{"source":51,"target":278},{"source":51,"target":279},{"source":277,"target":36},{"source":277,"target":280},{"source":277,"target":51},{"source":280,"target":36},{"source":278,"target":36},{"source":278,"target":281},{"source":278,"target":51},{"source":281,"target":36},{"source":279,"target":36},{"source":52,"target":0},{"source":52,"target":36},{"source":52,"target":282},{"source":52,"target":283},{"source":52,"target":284},{"source":282,"target":36},{"source":282,"target":285},{"source":282,"target":52},{"source":285,"target":36},{"source":283,"target":36},{"source":283,"target":286},{"source":283,"target":52},{"source":286,"target":36},{"source":284,"target":36},{"source":53,"target":0},{"source":53,"target":36},{"source":53,"target":287},{"source":53,"target":288},{"source":53,"target":289},{"source":287,"target":36},{"source":287,"target":290},{"source":287,"target":53},{"source":290,"target":36},{"source":288,"target":36},{"source":288,"target":291},{"source":288,"target":53},{"source":291,"target":36},{"source":289,"target":36},{"source":54,"target":0},{"source":54,"target":36},{"source":54,"target":292},{"source":54,"target":293},{"source":54,"target":294},{"source":292,"target":36},{"source":292,"target":295},{"source":292,"target":54},{"source":295,"target":36},{"source":293,"target":36},{"source":293,"target":296},{"source":293,"target":54},{"source":296,"target":36},{"source":294,"target":36},{"source":55,"target":0},{"source":55,"target":36},{"source":55,"target":297},{"source":55,"target":298},{"source":55,"target":299},{"source":297,"target":36},{"source":297,"target":300},{"source":297,"target":55},{"source":300,"target":36},{"source":298,"target":36},{"source":298,"target":301},{"source":298,"target":55},{"source":301,"target":36},{"source":299,"target":36},{"source":56,"target":0},{"source":56,"target":36},{"source":56,"target":302},{"source":56,"target":303},{"source":56,"target":304},{"source":302,"target":36},{"source":302,"target":305},{"source":302,"target":56},{"source":305,"target":36},{"source":303,"target":36},{"source":303,"target":306},{"source":303,"target":56},{"source":306,"target":36},{"source":304,"target":36},{"source":57,"target":0},{"source":57,"target":36},{"source":57,"target":307},{"source":57,"target":308},{"source":57,"target":309},{"source":307,"target":36},{"source":307,"target":310},{"source":307,"target":57},{"source":310,"target":36},{"source":308,"target":36},{"source":308,"target":311},{"source":308,"target":57},{"source":311,"target":36},{"source":309,"target":36},{"source":58,"target":0},{"source":58,"target":36},{"source":58,"target":312},{"source":58,"target":313},{"source":312,"target":36},{"source":312,"target":314},{"source":312,"target":58},{"source":314,"target":36},{"source":313,"target":36}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="multiview1913"
nsURI="http://multiview1913" nsPrefix="_multiview1913">
<eClassifiers xsi:type="ecore:EClass" name="Structure" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="nav:behavior"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
<details key="view=behavior"/>
<details key="cref=states"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//State" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="World" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="structuralView" eType="#//Structure"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nomenclatures" upperBound="-1"
eType="#//Nomenclature" 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=behavior"/>
<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="Nomenclature" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=description"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Nomenclature"/>
<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="State" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=behavior"/>
<details key="cref=innerstates"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="innerstates" upperBound="-1"
eType="#//Sub" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sub" eSuperTypes="#//State">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=behavior"/>
<details key="label=id"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//Nomenclature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="lsrc=from"/>
<details key="ltrg=to"/>
<details key="view=behavior"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//State"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/multiview1913.ecore | ecore | multiview1913
Structure
states
World
structuralView
nomenclatures
Named
name
Nomenclature
parent
description
State
toto
innerstates
transitions
Sub
id
kind
Transition
from
to | null | {"directed":true,"nodes":[{"nsPrefix":"_multiview1913","nsURI":"http://multiview1913","name":"multiview1913","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Structure","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"World","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nomenclature","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sub","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structuralView","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":"nomenclatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toto","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerstates","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":"transitions","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","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":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":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":3},{"source":1,"target":8},{"source":1,"target":9},{"source":8,"target":5},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":5},{"source":9,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":11,"target":1},{"source":11,"target":14},{"source":11,"target":2},{"source":14,"target":1},{"source":12,"target":4},{"source":12,"target":15},{"source":12,"target":2},{"source":15,"target":4},{"source":13,"target":3},{"source":3,"target":0},{"source":3,"target":16},{"source":16,"target":17},{"source":16,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":18,"target":4},{"source":18,"target":21},{"source":18,"target":4},{"source":21,"target":4},{"source":19,"target":22},{"source":19,"target":4},{"source":20,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":23,"target":27},{"source":23,"target":5},{"source":24,"target":6},{"source":24,"target":28},{"source":24,"target":5},{"source":28,"target":6},{"source":25,"target":7},{"source":25,"target":29},{"source":25,"target":5},{"source":29,"target":7},{"source":26,"target":3},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":30,"target":33},{"source":30,"target":6},{"source":31,"target":4},{"source":31,"target":34},{"source":31,"target":6},{"source":34,"target":4},{"source":32,"target":5},{"source":7,"target":0},{"source":7,"target":35},{"source":7,"target":36},{"source":35,"target":5},{"source":35,"target":37},{"source":35,"target":7},{"source":37,"target":5},{"source":36,"target":5},{"source":36,"target":38},{"source":36,"target":7},{"source":38,"target":5}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="adl401" nsURI="http://adl401" nsPrefix="_adl401">
<eAnnotations source="diagen">
<details key="knownas=adl"/>
<details key="origin=http://foobar"/>
<details key="leftparent=adl200" value="delta1=foo
delta2=bar"/>
<details key="rightparent=adl103" value="delta1=hello
azerty
role.Content.expression=eprsample"/>
<details key="requires=simpleworld,adl203" value="simpleworld
adl203"/>
<details key="context=composition"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Interface" abstract="true">
<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) 
implies 
(
	(
		(self.role = InterfaceRole::client)
			implies
		(self.clientBinding <> null)
	)
	or
	(
		(self.role = InterfaceRole::server)
			implies
		not (self.serverBinding->isEmpty())
	)
)"/>
<details key="primitive" value="(interfaceParent.content = null)
xor 
(
	(
		(self.role = InterfaceRole::client)
			implies
		(self.serverBinding->isEmpty())
	)
	and
	(self.role = InterfaceRole::server)
		implies
	(self.clientBinding = null)
)"/>
<details key="uniqueClientsForServer" value="self->isUnique(serverBinding)"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
</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="signature" 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"/>
</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="(
	(
		self.client.role = InterfaceRole::client
		and 
	 	self.server.role = InterfaceRole::server
	)
 	and 
 	(
		self.client.interfaceParent.oclIsTypeOf(Component) 
		and
		self.server.interfaceParent.oclIsTypeOf(Component)
	) 
	and
	(
		self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent.oclAsType(Component).componentParent
	)
)

or

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

or

(
	(
		self.client.role = InterfaceRole::SERVER
		and 
	 	self.server.role = InterfaceRole::SERVER
	)
 	and 
 	(
		self.server.interfaceParent.oclIsTypeOf(Component) 
	) 
	and
	(
		self.server.interfaceParent.oclAsType(Component).componentParent = self.client.interfaceParent
	)
)
"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="link"/>
<details key="lsrc=from"/>
<details key="ltrg=to"/>
<details key="cont=Interface.bindings"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Interface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Content">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="ref=contentParent"/>
<details key="label=expression"/>
<details key="kref=EReference0"/>
<details key="nav:vwcontent"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="kref=EReference0"/>
<details key="view=vwcontent"/>
<details key="pov"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" 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="contentParent" eType="#//Component"
eOpposite="#//Component/content"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" upperBound="-1"
eType="#//EClass0" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Required" eSuperTypes="#//Interface">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Provided" eSuperTypes="#//Interface">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Component">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
<details key="cont=Component.subComponents"/>
<details key="afx=requiredInterfaces"/>
<details key="afx=providedInterfaces"/>
<details key="label=name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="subComponents" upperBound="-1"
eType="#//Component" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterfaces" upperBound="-1"
eType="#//Required" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providedInterfaces" upperBound="-1"
eType="#//Provided" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//Content"
containment="true" eOpposite="#//Content/contentParent"/>
<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="EClass0">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=EAttribute0"/>
<details key="cont=Content.EReference0"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=vwcontent"/>
<details key="nav:vweclass0"/>
<details key="cont=Content.EReference0"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="kref=erefs0"/>
<details key="view=vweclass0"/>
<details key="pov"/>
<details key="cont=EClass0.erefs0"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="EAttribute0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="erefs0" upperBound="-1"
eType="#//EClass0" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/adl401.ecore | ecore | adl401
Interface
name
signature
bindings
Binding
from
to
Content
expression
content class
language
contentParent
EReference0
Required
Provided
Component
subComponents
requiredInterfaces
providedInterfaces
content
name
EClass0
EAttribute0
erefs0 | null | {"directed":true,"nodes":[{"nsPrefix":"_adl401","nsURI":"http://adl401","name":"adl401","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Required","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provided","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass0","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signature","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"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":"expression","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":19,"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":"contentParent","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":"EReference0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredInterfaces","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":"providedInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"EAttribute0","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"erefs0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":8,"target":11},{"source":8,"target":1},{"source":9,"target":12},{"source":9,"target":1},{"source":10,"target":2},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":1},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":1},{"source":15,"target":1},{"source":15,"target":17},{"source":15,"target":2},{"source":17,"target":1},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":18,"target":22},{"source":18,"target":3},{"source":19,"target":23},{"source":19,"target":3},{"source":20,"target":6},{"source":20,"target":24},{"source":20,"target":3},{"source":20,"target":25},{"source":24,"target":6},{"source":21,"target":7},{"source":21,"target":26},{"source":21,"target":3},{"source":26,"target":7},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":27},{"source":27,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":28},{"source":28,"target":1},{"source":6,"target":0},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":25},{"source":6,"target":32},{"source":29,"target":6},{"source":29,"target":33},{"source":29,"target":6},{"source":33,"target":6},{"source":30,"target":4},{"source":30,"target":34},{"source":30,"target":6},{"source":34,"target":4},{"source":31,"target":5},{"source":31,"target":35},{"source":31,"target":6},{"source":35,"target":5},{"source":25,"target":3},{"source":25,"target":36},{"source":25,"target":6},{"source":25,"target":20},{"source":36,"target":3},{"source":32,"target":37},{"source":32,"target":6},{"source":7,"target":0},{"source":7,"target":38},{"source":7,"target":39},{"source":38,"target":40},{"source":38,"target":7},{"source":39,"target":7},{"source":39,"target":41},{"source":39,"target":7},{"source":41,"target":7}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fabric3"
nsURI="http://fabric3.org/xmlns/sca/2.0-alpha" nsPrefix="fabric3">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" "/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Authentication">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Authentication"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="type"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Command">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Command"/>
<details key="kind" value="empty"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Commands">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Commands"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="command" upperBound="-1"
eType="#//Command" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="command"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot" eSuperTypes="../../org.eclipse.soa.sca.sca1_1.model/model/sca.ecore#//DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingFtp" upperBound="-2"
eType="#//FtpBinding" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="binding.ftp"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://docs.oasis-open.org/ns/opencsa/sca/200912#binding"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingHttp" upperBound="-2"
eType="#//HttpBinding" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="binding.http"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://docs.oasis-open.org/ns/opencsa/sca/200912#binding"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindingTcp" upperBound="-2"
eType="#//TcpBinding" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="binding.tcp"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://docs.oasis-open.org/ns/opencsa/sca/200912#binding"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementationRs" upperBound="-2"
eType="#//RsImplementation" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="implementation.rs"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://docs.oasis-open.org/ns/opencsa/sca/200912#implementation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementationTimer" upperBound="-2"
eType="#//TimerImplementation" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="implementation.timer"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="http://docs.oasis-open.org/ns/opencsa/sca/200912#implementation"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FtpBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_1.model/model/sca.ecore#//Binding">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FtpBinding"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="commands" lowerBound="1"
eType="#//Commands" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="commands"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="wildcards" value="##targetNamespace"/>
<details key="name" value=":11"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//FtpTransferMode"
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="tmpFileSuffix" 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="tmpFileSuffix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute1" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##any"/>
<details key="name" value=":14"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FtpTransferMode">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FtpTransferMode"/>
</eAnnotations>
<eLiterals name="ACTIVE"/>
<eLiterals name="PASSIVE" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FtpTransferModeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FtpTransferMode:Object"/>
<details key="baseType" value="FtpTransferMode"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HttpBinding" eSuperTypes="#//NetBinding">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="HttpBinding"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="authentication" eType="#//Authentication"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="authentication"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NetBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_1.model/model/sca.ecore#//Binding">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="NetBinding"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="response" eType="#//Response"
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>
<eStructuralFeatures xsi:type="ecore:EReference" name="sslSettings" eType="#//SslSettings"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="sslSettings"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":12"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfRetries" 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="numberOfRetries"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readTimeout" 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="readTimeout"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute1" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##any"/>
<details key="name" value=":15"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Response">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Response"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="wildcards" value="##other"/>
<details key="name" value=":0"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RsImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_1.model/model/sca.ecore#//Implementation">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RsImplementation"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="wildcards" value="##targetNamespace"/>
<details key="name" value=":4"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" 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="class"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" 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="uri"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute1" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##any"/>
<details key="name" value=":7"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SslSettings">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SslSettings"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" 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="alias"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TcpBinding" eSuperTypes="#//NetBinding">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TcpBinding"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimerImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_1.model/model/sca.ecore#//Implementation">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="TimerImplementation"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="elementWildcard"/>
<details key="wildcards" value="##targetNamespace"/>
<details key="name" value=":4"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" 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="class"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cronExpression" 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="cronExpression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fireOnce" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="fireOnce"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fixedRate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="fixedRate"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="repeatInterval" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="repeatInterval"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute1" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attributeWildcard"/>
<details key="wildcards" value="##any"/>
<details key="name" value=":10"/>
<details key="processing" value="lax"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/fabric3.ecore | ecore | fabric3
Authentication
type
Command
Commands
command
DocumentRoot
bindingFtp
bindingHttp
bindingTcp
implementationRs
implementationTimer
FtpBinding
commands
any
mode
tmpFileSuffix
anyAttribute1
FtpTransferMode
ACTIVE
ACTIVE
PASSIVE
PASSIVE
FtpTransferModeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
HttpBinding
authentication
NetBinding
response
sslSettings
any
numberOfRetries
readTimeout
anyAttribute1
Response
any
RsImplementation
any
class
uri
anyAttribute1
SslSettings
alias
TcpBinding
TimerImplementation
any
class
cronExpression
fireOnce
fixedRate
repeatInterval
anyAttribute1 | null | {"directed":true,"nodes":[{"nsPrefix":"fabric3","nsURI":"http://fabric3.org/xmlns/sca/2.0-alpha","name":"fabric3","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Authentication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commands","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FtpBinding","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FtpTransferMode","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"FtpTransferModeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HttpBinding","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetBinding","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Response","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RsImplementation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SslSettings","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TcpBinding","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimerImplementation","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":"type","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bindingFtp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bindingHttp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"bindingTcp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"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":"implementationRs","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":"implementationTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":true},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","changeable":true,"resolveProxies":false,"lowerBound":1,"id":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mode","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":"tmpFileSuffix","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute1","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"},{"name":"ACTIVE","id":41,"value":0,"literal":"ACTIVE","eClass":"EEnumLiteral"},{"name":"PASSIVE","id":42,"value":1,"literal":"PASSIVE","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":"authentication","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"response","changeable":true,"resolveProxies":false,"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":"sslSettings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"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":"any","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":"numberOfRetries","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":"readTimeout","changeable":true,"lowerBound":0,"iD":false,"id":50,"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":"anyAttribute1","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"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"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":"any","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"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":"anyAttribute1","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":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":"class","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cronExpression","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":true,"transient":false,"unique":true,"name":"fireOnce","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fixedRate","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"repeatInterval","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute1","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":15,"target":16},{"source":15,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":17},{"source":17,"target":2},{"source":17,"target":18},{"source":17,"target":3},{"source":18,"target":2},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":19,"target":5},{"source":19,"target":25},{"source":19,"target":4},{"source":25,"target":5},{"source":20,"target":8},{"source":20,"target":26},{"source":20,"target":4},{"source":26,"target":8},{"source":21,"target":13},{"source":21,"target":27},{"source":21,"target":4},{"source":27,"target":13},{"source":22,"target":11},{"source":22,"target":28},{"source":22,"target":4},{"source":28,"target":11},{"source":23,"target":14},{"source":23,"target":29},{"source":23,"target":4},{"source":29,"target":14},{"source":5,"target":0},{"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":30,"target":3},{"source":30,"target":36},{"source":30,"target":5},{"source":36,"target":3},{"source":31,"target":37},{"source":31,"target":5},{"source":32,"target":6},{"source":32,"target":38},{"source":32,"target":5},{"source":38,"target":6},{"source":33,"target":39},{"source":33,"target":5},{"source":34,"target":40},{"source":34,"target":5},{"source":6,"target":0},{"source":6,"target":41},{"source":6,"target":42},{"source":41,"target":6},{"source":42,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":43},{"source":8,"target":44},{"source":43,"target":1},{"source":43,"target":45},{"source":43,"target":8},{"source":45,"target":1},{"source":44,"target":9},{"source":9,"target":0},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":46,"target":10},{"source":46,"target":53},{"source":46,"target":9},{"source":53,"target":10},{"source":47,"target":12},{"source":47,"target":54},{"source":47,"target":9},{"source":54,"target":12},{"source":48,"target":55},{"source":48,"target":9},{"source":49,"target":56},{"source":49,"target":9},{"source":50,"target":57},{"source":50,"target":9},{"source":51,"target":58},{"source":51,"target":9},{"source":10,"target":0},{"source":10,"target":59},{"source":59,"target":60},{"source":59,"target":10},{"source":11,"target":0},{"source":11,"target":61},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":64},{"source":11,"target":65},{"source":61,"target":66},{"source":61,"target":11},{"source":62,"target":67},{"source":62,"target":11},{"source":63,"target":68},{"source":63,"target":11},{"source":64,"target":69},{"source":64,"target":11},{"source":12,"target":0},{"source":12,"target":70},{"source":70,"target":71},{"source":70,"target":12},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":72},{"source":72,"target":9},{"source":14,"target":0},{"source":14,"target":73},{"source":14,"target":74},{"source":14,"target":75},{"source":14,"target":76},{"source":14,"target":77},{"source":14,"target":78},{"source":14,"target":79},{"source":14,"target":80},{"source":73,"target":81},{"source":73,"target":14},{"source":74,"target":82},{"source":74,"target":14},{"source":75,"target":83},{"source":75,"target":14},{"source":76,"target":84},{"source":76,"target":14},{"source":77,"target":85},{"source":77,"target":14},{"source":78,"target":86},{"source":78,"target":14},{"source":79,"target":87},{"source":79,"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="script"
nsURI="http://torusfw.org/ide/Script" nsPrefix="script">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//AbstractElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractElement"/>
<eClassifiers xsi:type="ecore:EEnum" name="NativeTypeEnum">
<eLiterals name="string" literal="string"/>
<eLiterals name="int" value="1" literal="int"/>
<eLiterals name="bool" value="2" literal="bool"/>
<eLiterals name="object" value="3" literal="object"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NativeType" eSuperTypes="#//TypeRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//NativeTypeEnum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeRef" eSuperTypes="#//MultiTypeRef #//ReturnTypeRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="referenced" eType="#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multi" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiTypeRef"/>
<eClassifiers xsi:type="ecore:EClass" name="ReturnTypeRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVoid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//AbstractElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//AbstractElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Interface"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="singleton" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//MethodDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//ReturnTypeRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//ArgumentDeclaration"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArgumentDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//MultiTypeRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Script.ecore | ecore | script
Model
elements
AbstractElement
NativeTypeEnum
string
string
int
int
bool
bool
object
object
NativeType
type
TypeRef
referenced
multi
MultiTypeRef
ReturnTypeRef
isVoid
PackageDeclaration
name
elements
Import
importedNamespace
Interface
name
superType
singleton
methods
MethodDeclaration
returnType
name
args
ArgumentDeclaration
type
name | null | {"directed":true,"nodes":[{"nsPrefix":"script","nsURI":"http://torusfw.org/ide/Script","name":"script","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NativeTypeEnum","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiTypeRef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnTypeRef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"name":"string","id":15,"value":0,"literal":"string","eClass":"EEnumLiteral"},{"name":"int","id":16,"value":1,"literal":"int","eClass":"EEnumLiteral"},{"name":"bool","id":17,"value":2,"literal":"bool","eClass":"EEnumLiteral"},{"name":"object","id":18,"value":3,"literal":"object","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenced","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multi","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVoid","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"singleton","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":1,"target":0},{"source":1,"target":13},{"source":13,"target":2},{"source":13,"target":14},{"source":13,"target":1},{"source":14,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":15,"target":3},{"source":16,"target":3},{"source":17,"target":3},{"source":18,"target":3},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":3},{"source":19,"target":21},{"source":19,"target":4},{"source":21,"target":3},{"source":20,"target":5},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":7},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":5,"target":25},{"source":22,"target":10},{"source":22,"target":26},{"source":22,"target":5},{"source":26,"target":10},{"source":23,"target":27},{"source":23,"target":5},{"source":24,"target":6},{"source":25,"target":7},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":28},{"source":28,"target":29},{"source":28,"target":7},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":30},{"source":8,"target":31},{"source":8,"target":32},{"source":30,"target":33},{"source":30,"target":8},{"source":31,"target":2},{"source":31,"target":34},{"source":31,"target":8},{"source":34,"target":2},{"source":32,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":35},{"source":9,"target":36},{"source":35,"target":37},{"source":35,"target":9},{"source":36,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":38},{"source":10,"target":39},{"source":10,"target":40},{"source":10,"target":41},{"source":10,"target":42},{"source":38,"target":43},{"source":38,"target":10},{"source":39,"target":10},{"source":39,"target":44},{"source":39,"target":10},{"source":44,"target":10},{"source":40,"target":45},{"source":40,"target":10},{"source":41,"target":11},{"source":41,"target":46},{"source":41,"target":10},{"source":46,"target":11},{"source":42,"target":2},{"source":11,"target":0},{"source":11,"target":47},{"source":11,"target":48},{"source":11,"target":49},{"source":47,"target":7},{"source":47,"target":50},{"source":47,"target":11},{"source":50,"target":7},{"source":48,"target":51},{"source":48,"target":11},{"source":49,"target":12},{"source":49,"target":52},{"source":49,"target":11},{"source":52,"target":12},{"source":12,"target":0},{"source":12,"target":53},{"source":12,"target":54},{"source":53,"target":6},{"source":53,"target":55},{"source":53,"target":12},{"source":55,"target":6},{"source":54,"target":56},{"source":54,"target":12}],"multigraph":true} |
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="resolute" nsURI="http://www.rockwellcollins.com/atc/resolute/Resolute"
nsPrefix="resolute">
<eClassifiers xsi:type="ecore:EClass" name="ResoluteLibrary" eSuperTypes="../../../../../../org.osate.aadl2/model/aadl2.ecore#//AnnexLibrary">
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1"
eType="#//Definition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="../../../../../../org.osate.aadl2/model/aadl2.ecore#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="../../../../../../org.osate.aadl2/model/aadl2.ecore#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BuiltinType" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Arg" eSuperTypes="../../../../../../org.osate.aadl2/model/aadl2.ecore#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantDefinition" eSuperTypes="#//Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionDefinition" eSuperTypes="../../../../../../org.osate.aadl2/model/aadl2.ecore#//Namespace #//Definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Arg"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//DefinitionBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClaimString" eSuperTypes="../../../../../../org.osate.aadl2/model/aadl2.ecore#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefinitionBody" eSuperTypes="../../../../../../org.osate.aadl2/model/aadl2.ecore#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expr" eSuperTypes="../../../../../../org.osate.aadl2/model/aadl2.ecore#//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ResoluteSubclause" eSuperTypes="../../../../../../org.osate.aadl2/model/aadl2.ecore#//AnnexSubclause">
<eStructuralFeatures xsi:type="ecore:EReference" name="proves" upperBound="-1"
eType="#//ProveStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProveStatement" eSuperTypes="../../../../../../org.osate.aadl2/model/aadl2.ecore#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClaimArg" eSuperTypes="#//ClaimString">
<eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//Arg"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FuncBody" eSuperTypes="#//DefinitionBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClaimBody" eSuperTypes="#//DefinitionBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="claim" upperBound="-1"
eType="#//ClaimString" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expr" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="id" eType="ecore:EClass ../../../../../../org.osate.aadl2/model/aadl2.ecore#//NamedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThisExpr" eSuperTypes="#//Expr"/>
<eClassifiers xsi:type="ecore:EClass" name="FailExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="ecore:EClass ../../../../../../org.osate.aadl2/model/aadl2.ecore#//StringLiteral"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="ecore:EClass ../../../../../../org.osate.aadl2/model/aadl2.ecore#//IntegerLiteral"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RealExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="ecore:EClass ../../../../../../org.osate.aadl2/model/aadl2.ecore#//RealLiteral"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoolExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="ecore:EClass ../../../../../../org.osate.aadl2/model/aadl2.ecore#//BooleanLiteral"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="ecore:EClass ../../../../../../org.osate.aadl2/model/aadl2.ecore#//StringLiteral"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfThenElseExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expr" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//Expr" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuantifiedExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Arg"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expr" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BuiltInFuncCallExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FnCallExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="fn" eType="#//FunctionDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FilterMapExpr" eSuperTypes="#//Expr">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" eType="#//Expr" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Arg"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="#//Expr"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Resolute.ecore | ecore | resolute
ResoluteLibrary
definitions
Definition
Type
BuiltinType
Arg
type
ConstantDefinition
type
expr
FunctionDefinition
args
body
ClaimString
str
DefinitionBody
expr
Expr
ResoluteSubclause
proves
ProveStatement
expr
SetType
type
ClaimArg
arg
FuncBody
type
ClaimBody
claim
BinaryExpr
left
op
right
UnaryExpr
op
expr
IdExpr
id
ThisExpr
FailExpr
val
IntExpr
val
RealExpr
val
BoolExpr
val
StringExpr
val
IfThenElseExpr
cond
then
else
QuantifiedExpr
quant
args
expr
BuiltInFuncCallExpr
fn
args
FnCallExpr
fn
args
FilterMapExpr
map
args
filter | null | {"directed":true,"nodes":[{"nsPrefix":"resolute","nsURI":"http://www.rockwellcollins.com/atc/resolute/Resolute","name":"resolute","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResoluteLibrary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltinType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arg","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantDefinition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDefinition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClaimString","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionBody","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResoluteSubclause","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProveStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClaimArg","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncBody","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClaimBody","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpr","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpr","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdExpr","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpr","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailExpr","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntExpr","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExpr","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolExpr","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpr","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElseExpr","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedExpr","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInFuncCallExpr","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FnCallExpr","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterMapExpr","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"expr","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"lowerBound":0,"iD":false,"id":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":"expr","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":true,"unsettable":false,"transient":false,"unique":true,"name":"proves","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","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":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"claim","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"op","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","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":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quant","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fn","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","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":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":31,"target":2},{"source":31,"target":33},{"source":31,"target":1},{"source":33,"target":2},{"source":2,"target":0},{"source":2,"target":34},{"source":3,"target":0},{"source":3,"target":35},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":36},{"source":36,"target":3},{"source":5,"target":0},{"source":5,"target":37},{"source":5,"target":38},{"source":37,"target":3},{"source":37,"target":39},{"source":37,"target":5},{"source":39,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":40,"target":3},{"source":40,"target":43},{"source":40,"target":6},{"source":43,"target":3},{"source":41,"target":10},{"source":41,"target":44},{"source":41,"target":6},{"source":44,"target":10},{"source":42,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":45,"target":5},{"source":45,"target":49},{"source":45,"target":7},{"source":49,"target":5},{"source":46,"target":9},{"source":46,"target":50},{"source":46,"target":7},{"source":50,"target":9},{"source":48,"target":2},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":52},{"source":51,"target":53},{"source":51,"target":8},{"source":9,"target":0},{"source":9,"target":54},{"source":9,"target":55},{"source":54,"target":10},{"source":54,"target":56},{"source":54,"target":9},{"source":56,"target":10},{"source":10,"target":0},{"source":10,"target":57},{"source":11,"target":0},{"source":11,"target":58},{"source":11,"target":59},{"source":58,"target":12},{"source":58,"target":60},{"source":58,"target":11},{"source":60,"target":12},{"source":12,"target":0},{"source":12,"target":61},{"source":12,"target":62},{"source":61,"target":10},{"source":61,"target":63},{"source":61,"target":12},{"source":63,"target":10},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":64},{"source":13,"target":65},{"source":64,"target":3},{"source":64,"target":66},{"source":64,"target":13},{"source":66,"target":3},{"source":65,"target":3},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":67},{"source":14,"target":68},{"source":67,"target":5},{"source":67,"target":69},{"source":67,"target":14},{"source":69,"target":5},{"source":68,"target":8},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":70},{"source":15,"target":71},{"source":70,"target":3},{"source":70,"target":72},{"source":70,"target":15},{"source":72,"target":3},{"source":71,"target":9},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":73},{"source":16,"target":74},{"source":73,"target":8},{"source":73,"target":75},{"source":73,"target":16},{"source":75,"target":8},{"source":74,"target":9},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":76},{"source":17,"target":77},{"source":17,"target":78},{"source":17,"target":79},{"source":76,"target":10},{"source":76,"target":80},{"source":76,"target":17},{"source":80,"target":10},{"source":77,"target":81},{"source":77,"target":17},{"source":78,"target":10},{"source":78,"target":82},{"source":78,"target":17},{"source":82,"target":10},{"source":79,"target":10},{"source":18,"target":0},{"source":18,"target":10},{"source":18,"target":83},{"source":18,"target":84},{"source":18,"target":85},{"source":83,"target":86},{"source":83,"target":18},{"source":84,"target":10},{"source":84,"target":87},{"source":84,"target":18},{"source":87,"target":10},{"source":85,"target":10},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":88},{"source":19,"target":89},{"source":88,"target":90},{"source":88,"target":19},{"source":89,"target":10},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":91},{"source":91,"target":10},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":92},{"source":21,"target":93},{"source":92,"target":94},{"source":92,"target":21},{"source":93,"target":10},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":95},{"source":22,"target":96},{"source":95,"target":97},{"source":95,"target":22},{"source":96,"target":10},{"source":23,"target":0},{"source":23,"target":10},{"source":23,"target":98},{"source":23,"target":99},{"source":98,"target":100},{"source":98,"target":23},{"source":99,"target":10},{"source":24,"target":0},{"source":24,"target":10},{"source":24,"target":101},{"source":24,"target":102},{"source":101,"target":103},{"source":101,"target":24},{"source":102,"target":10},{"source":25,"target":0},{"source":25,"target":10},{"source":25,"target":104},{"source":25,"target":105},{"source":104,"target":106},{"source":104,"target":25},{"source":105,"target":10},{"source":26,"target":0},{"source":26,"target":10},{"source":26,"target":107},{"source":26,"target":108},{"source":26,"target":109},{"source":26,"target":110},{"source":107,"target":10},{"source":107,"target":111},{"source":107,"target":26},{"source":111,"target":10},{"source":108,"target":10},{"source":108,"target":112},{"source":108,"target":26},{"source":112,"target":10},{"source":109,"target":10},{"source":109,"target":113},{"source":109,"target":26},{"source":113,"target":10},{"source":110,"target":10},{"source":27,"target":0},{"source":27,"target":10},{"source":27,"target":114},{"source":27,"target":115},{"source":27,"target":116},{"source":27,"target":117},{"source":114,"target":118},{"source":114,"target":27},{"source":115,"target":5},{"source":115,"target":119},{"source":115,"target":27},{"source":119,"target":5},{"source":116,"target":10},{"source":116,"target":120},{"source":116,"target":27},{"source":120,"target":10},{"source":117,"target":10},{"source":28,"target":0},{"source":28,"target":10},{"source":28,"target":121},{"source":28,"target":122},{"source":28,"target":123},{"source":121,"target":124},{"source":121,"target":28},{"source":122,"target":10},{"source":122,"target":125},{"source":122,"target":28},{"source":125,"target":10},{"source":123,"target":10},{"source":29,"target":0},{"source":29,"target":10},{"source":29,"target":126},{"source":29,"target":127},{"source":29,"target":128},{"source":126,"target":7},{"source":126,"target":129},{"source":126,"target":29},{"source":129,"target":7},{"source":127,"target":10},{"source":127,"target":130},{"source":127,"target":29},{"source":130,"target":10},{"source":128,"target":10},{"source":30,"target":0},{"source":30,"target":10},{"source":30,"target":131},{"source":30,"target":132},{"source":30,"target":133},{"source":30,"target":134},{"source":131,"target":10},{"source":131,"target":135},{"source":131,"target":30},{"source":135,"target":10},{"source":132,"target":5},{"source":132,"target":136},{"source":132,"target":30},{"source":136,"target":5},{"source":133,"target":10},{"source":133,"target":137},{"source":133,"target":30},{"source":137,"target":10},{"source":134,"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="l2" nsURI="http://www.eclipse.org/uml2/4.0.0/UML/Profile/L2"
nsPrefix="l2">
<eClassifiers xsi:type="ecore:EClass" name="Auxiliary">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that supports another more central or fundamental class, typically by implementing secondary logic or control flow. The class that the auxiliary supports may be defined explicitly using a Focus class or implicitly as the supplier of dependency relationship whose client is an auxiliary class. Auxiliary classes are typically used together with Focus classes, and are particularly useful for specifying the secondary business logic or control flow of components during design. See also: «Focus»."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Call">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A usage dependency whose source is an operation and whose target is an operation. The relationship may also be subsumed to the class containing an operation, with the meaning that there exists an operation in the class to which the dependency applies. A call dependency specifies that the source operation or an operation in the source class invokes the target operation or an operation in the target class. A call dependency may connect a source operation to any target operation that is within scope including, but not limited to, operations of the enclosing classifier and operations of other visible classifiers."/>
</eAnnotations>
<eOperations name="client_and_supplier_are_operations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Usage.client->forAll(oclIsKindOf(Operation)) and self.base_Usage.supplier->forAll(oclIsKindOf(Operation))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Create">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When applied to a usage dependency, it specifies that the client classifier creates instances of the supplier classifier. When applied to a BehavioralFeature, it specifies that the designated feature creates an instance of the classifier to which the feature is attached."/>
</eAnnotations>
<eOperations name="client_and_supplier_are_classifiers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Usage->notEmpty() implies (self.base_Usage.client->forAll(oclIsKindOf(Classifier)) and self.base_Usage.supplier->forAll(oclIsKindOf(Classifier)))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_BehavioralFeature"
ordered="false" lowerBound="1" eType="ecore:EClass uml.ecore#//BehavioralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Derive">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a derivation relationship among model elements that are usually, but not necessarily, of the same type. A derived dependency specifies that the client may be computed from the supplier. The mapping specifies the computation. The client may be implemented for design reasons, such as efficiency, even though it is logically redundant."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Abstraction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="computation" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//ValueSpecification" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The specification for computing the derived client element from the derivation supplier element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Destroy">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies that the designated feature destroys an instance of the classifier to which the feature is attached."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_BehavioralFeature"
ordered="false" lowerBound="1" eType="ecore:EClass uml.ecore#//BehavioralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A specific kind of file that is not an «Executable», «Library», «Script» or «Source». Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass uml.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="File" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A physical file in the context of the system developed."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Artifact" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Artifact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A persistent information component representing a business concept."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Executable" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A program file that can be executed on a computer system. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass uml.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Focus">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that defines the core logic or control flow for one or more auxiliary classes that support it. Support classes may be defined explicitly using Auxiliary classes or implicitly as clients of dependency relationships whose supplier is a focus class. Focus classes are typically used together with one or more Auxiliary classes, and are particularly useful for specifying the core business logic or control flow of components during design. See also: «Auxiliary»."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Framework">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A package that contains model elements that specify a reusable architecture for all or part of a system. Frameworks typically include classes, patterns, or templates. When frameworks are specialized for an application domain they are sometimes referred to as application frameworks."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Implement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A component definition that is not intended to have a specification itself. Rather, it is an implementation for a separate «Specification» to which it has a Dependency."/>
</eAnnotations>
<eOperations name="implements_specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Component.clientDependency.supplier->select(oclIsKindOf(Classifier)).oclAsType(Classifier).extension_Specificaiton->notEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImplementationClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The implementation of a class in some programming language (e.g., C++, Smalltalk, Java) in which an instance may not have more than one class. This is in contrast to Class, for which an instance may have multiple classes at one time and may gain or lose classes over time, and an object (a child of instance) may dynamically have multiple classes. An Implementation class is said to realize a Classifier if it provides all of the operations defined for the Classifier with the same behavior as specified for the Classifier's operations. An Implementation Class may realize a number of different Types. Note that the physical attributes and associations of the Implementation class do not have to be the same as those of any Classifier it realizes and that the Implementation Class may provide methods for its operations in terms of its physical attributes and associations. See also: «Type»."/>
</eAnnotations>
<eOperations name="cannot_be_realization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Class.extension_Realization->isEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instantiate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A usage dependency among classifiers indicating that operations on the client create instances of the supplier."/>
</eAnnotations>
<eOperations name="client_and_supplier_are_classifiers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Usage.client->forAll(oclIsKindOf(Classifier)) and self.base_Usage.supplier->forAll(oclIsKindOf(Classifier))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A static or dynamic library file. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass uml.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metaclass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class whose instances are also classes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelLibrary">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A package that contains model elements that are intended to be reused by other packages. Model libraries are frequently used in conjunction with applied profiles. This is expressed by defining a dependency between a profile and a model library package, or by defining a model library as contained in a profile package. The classes in a model library are not stereotypes and tagged definitions extending the metamodel. A model library is analogous to a class library in some programming languages. When a model library is defined as a part of a profile, it is imported or deleted with the application or removal of the profile. The profile is implicitly applied to its model library. In the other case, when the model library is defined as an external package imported by a profile, the profile requires that the model library be there in the model at the stage of the profile application. The application or the removal of the profile does not affect the presence of the model library elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Process">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A transaction based component."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Realization">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A classifier that specifies a domain of objects and that also defines the physical implementation of those objects. For example, a Component stereotyped by «realization» will only have realizing Classifiers that implement behavior specified by a separate «Specification» Component. See «specification». This differs from «ImplementationClass» because an «ImplementationClass» is a realization of a Class that can have features such as attributes and methods that are useful to system designers."/>
</eAnnotations>
<eOperations name="cannot_be_implementationClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Classifier.extension_ImplementationClass->isEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Classifier" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Refine">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a refinement relationship between model elements at different semantic levels, such as analysis and design. The mapping specifies the relationship between the two elements or sets of elements. The mapping may or may not be computable, and it may be unidirectional or bidirectional. Refinement can be used to model transformations from analysis to design and other such changes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Abstraction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Responsibility">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A contract or an obligation of an element in its relationship to other elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Script" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A script file that can be interpreted by a computer system. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass uml.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Send">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A usage dependency whose client is an operation and whose supplier is a signal, specifying that the client sends the supplier signal."/>
</eAnnotations>
<eOperations name="client_operation_sends_supplier_signal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Usage.client->forAll(oclIsKindOf(Operation)) and self.base_Usage.supplier->forAll(oclIsKindOf(Signal))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A stateless, functional component (computes a value)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A source file that can be compiled into an executable file. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1"
eType="ecore:EClass uml.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/base_Artifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Specification">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that specifies a domain of objects together with the operations applicable to the objects, without defining the physical implementation of those objects. However, it may have attributes and associations. Behavioral specifications for type operations may be expressed using, for example, activity diagrams. An object may have at most one implementation class, however it may conform to multiple different types. See also: «ImplementationClass»."/>
</eAnnotations>
<eOperations name="cannot_be_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Classifier.extension_Type->isEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Classifier" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subsystem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A unit of hierarchical decomposition for large systems. A subsystem is commonly instantiated indirectly. Definitions of subsystems vary widely among domains and methods, and it is expected that domain and method profiles will specialize this construct. A subsystem may be defined to have specification and realization elements. See also: «Specification» and «Realization»."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that specifies a domain of objects together with the operations applicable to the objects, without defining the physical implementation of those objects. However, it may have attributes and associations. Behavioral specifications for type operations may be expressed using, for example, activity diagrams. An object may have at most one implementation class, however it may conform to multiple different types. See also: «ImplementationClass»."/>
</eAnnotations>
<eOperations name="cannot_be_specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Class.extension_Specification->isEmpty()"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Utility">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that has no instances, but rather denotes a named collection of static attributes and static operations, all of which are class-scoped."/>
</eAnnotations>
<eOperations name="is_utility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="self.base_Class.feature->forAll(isStatic)"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a trace relationship between model elements or sets of model elements that represent the same concept in different models. Traces are mainly used for tracking requirements and changes across models. Since model changes can occur in both directions, the directionality of the dependency can often be ignored. The mapping specifies the relationship between the two, but it is rarely computable and is usually informal."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Abstraction"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/go2zo/ju4pa/org.eclipse.papyrus.sysml/model/l2.ecore | ecore | l2
Auxiliary
base_Class
Call
client_and_supplier_are_operations
diagnostics
context
base_Usage
Create
client_and_supplier_are_classifiers
diagnostics
context
base_BehavioralFeature
base_Usage
Derive
base_Abstraction
computation
Destroy
base_BehavioralFeature
Document
base_Artifact
File
base_Artifact
Entity
base_Component
Executable
base_Artifact
Focus
base_Class
Framework
base_Package
Implement
implements_specification
diagnostics
context
base_Component
ImplementationClass
cannot_be_realization
diagnostics
context
base_Class
Instantiate
client_and_supplier_are_classifiers
diagnostics
context
base_Usage
Library
base_Artifact
Metaclass
base_Class
ModelLibrary
base_Package
Process
base_Component
Realization
cannot_be_implementationClass
diagnostics
context
base_Classifier
Refine
base_Abstraction
Responsibility
base_Usage
Script
base_Artifact
Send
client_operation_sends_supplier_signal
diagnostics
context
base_Usage
Service
base_Component
Source
base_Artifact
Specification
cannot_be_type
diagnostics
context
base_Classifier
Subsystem
base_Component
Type
cannot_be_specification
diagnostics
context
base_Class
Utility
is_utility
diagnostics
context
base_Class
Trace
base_Abstraction | null | {"directed":true,"nodes":[{"nsPrefix":"l2","nsURI":"http://www.eclipse.org/uml2/4.0.0/UML/Profile/L2","name":"l2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Auxiliary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Derive","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Destroy","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Focus","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Framework","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationClass","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instantiate","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLibrary","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refine","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Responsibility","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Send","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subsystem","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utility","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_and_supplier_are_operations","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_and_supplier_are_classifiers","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_BehavioralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"computation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_BehavioralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"implements_specification","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_realization","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_and_supplier_are_classifiers","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_implementationClass","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"client_operation_sends_supplier_signal","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_type","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EParameter"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannot_be_specification","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"is_utility","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":31,"target":32},{"source":31,"target":1},{"source":2,"target":0},{"source":2,"target":33},{"source":2,"target":34},{"source":33,"target":35},{"source":33,"target":2},{"source":33,"target":36},{"source":33,"target":37},{"source":36,"target":38},{"source":36,"target":33},{"source":37,"target":39},{"source":37,"target":33},{"source":39,"target":40},{"source":39,"target":41},{"source":34,"target":42},{"source":34,"target":2},{"source":3,"target":0},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":43,"target":46},{"source":43,"target":3},{"source":43,"target":47},{"source":43,"target":48},{"source":47,"target":49},{"source":47,"target":43},{"source":48,"target":50},{"source":48,"target":43},{"source":50,"target":51},{"source":50,"target":52},{"source":44,"target":53},{"source":44,"target":3},{"source":45,"target":54},{"source":45,"target":3},{"source":4,"target":0},{"source":4,"target":55},{"source":4,"target":56},{"source":55,"target":57},{"source":55,"target":4},{"source":56,"target":58},{"source":56,"target":4},{"source":5,"target":0},{"source":5,"target":59},{"source":59,"target":60},{"source":59,"target":5},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":61},{"source":62,"target":63},{"source":61,"target":7},{"source":7,"target":0},{"source":7,"target":64},{"source":64,"target":65},{"source":64,"target":7},{"source":8,"target":0},{"source":8,"target":66},{"source":66,"target":67},{"source":66,"target":8},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":68},{"source":69,"target":70},{"source":68,"target":7},{"source":10,"target":0},{"source":10,"target":71},{"source":71,"target":72},{"source":71,"target":10},{"source":11,"target":0},{"source":11,"target":73},{"source":73,"target":74},{"source":73,"target":11},{"source":12,"target":0},{"source":12,"target":75},{"source":12,"target":76},{"source":75,"target":77},{"source":75,"target":12},{"source":75,"target":78},{"source":75,"target":79},{"source":78,"target":80},{"source":78,"target":75},{"source":79,"target":81},{"source":79,"target":75},{"source":81,"target":82},{"source":81,"target":83},{"source":76,"target":84},{"source":76,"target":12},{"source":13,"target":0},{"source":13,"target":85},{"source":13,"target":86},{"source":85,"target":87},{"source":85,"target":13},{"source":85,"target":88},{"source":85,"target":89},{"source":88,"target":90},{"source":88,"target":85},{"source":89,"target":91},{"source":89,"target":85},{"source":91,"target":92},{"source":91,"target":93},{"source":86,"target":94},{"source":86,"target":13},{"source":14,"target":0},{"source":14,"target":95},{"source":14,"target":96},{"source":95,"target":97},{"source":95,"target":14},{"source":95,"target":98},{"source":95,"target":99},{"source":98,"target":100},{"source":98,"target":95},{"source":99,"target":101},{"source":99,"target":95},{"source":101,"target":102},{"source":101,"target":103},{"source":96,"target":104},{"source":96,"target":14},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":105},{"source":106,"target":107},{"source":105,"target":7},{"source":16,"target":0},{"source":16,"target":108},{"source":108,"target":109},{"source":108,"target":16},{"source":17,"target":0},{"source":17,"target":110},{"source":110,"target":111},{"source":110,"target":17},{"source":18,"target":0},{"source":18,"target":112},{"source":112,"target":113},{"source":112,"target":18},{"source":19,"target":0},{"source":19,"target":114},{"source":19,"target":115},{"source":114,"target":116},{"source":114,"target":19},{"source":114,"target":117},{"source":114,"target":118},{"source":117,"target":119},{"source":117,"target":114},{"source":118,"target":120},{"source":118,"target":114},{"source":120,"target":121},{"source":120,"target":122},{"source":115,"target":123},{"source":115,"target":19},{"source":20,"target":0},{"source":20,"target":124},{"source":124,"target":125},{"source":124,"target":20},{"source":21,"target":0},{"source":21,"target":126},{"source":126,"target":127},{"source":126,"target":21},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":128},{"source":129,"target":130},{"source":128,"target":7},{"source":23,"target":0},{"source":23,"target":131},{"source":23,"target":132},{"source":131,"target":133},{"source":131,"target":23},{"source":131,"target":134},{"source":131,"target":135},{"source":134,"target":136},{"source":134,"target":131},{"source":135,"target":137},{"source":135,"target":131},{"source":137,"target":138},{"source":137,"target":139},{"source":132,"target":140},{"source":132,"target":23},{"source":24,"target":0},{"source":24,"target":141},{"source":141,"target":142},{"source":141,"target":24},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":143},{"source":144,"target":145},{"source":143,"target":7},{"source":26,"target":0},{"source":26,"target":146},{"source":26,"target":147},{"source":146,"target":148},{"source":146,"target":26},{"source":146,"target":149},{"source":146,"target":150},{"source":149,"target":151},{"source":149,"target":146},{"source":150,"target":152},{"source":150,"target":146},{"source":152,"target":153},{"source":152,"target":154},{"source":147,"target":155},{"source":147,"target":26},{"source":27,"target":0},{"source":27,"target":156},{"source":156,"target":157},{"source":156,"target":27},{"source":28,"target":0},{"source":28,"target":158},{"source":28,"target":159},{"source":158,"target":160},{"source":158,"target":28},{"source":158,"target":161},{"source":158,"target":162},{"source":161,"target":163},{"source":161,"target":158},{"source":162,"target":164},{"source":162,"target":158},{"source":164,"target":165},{"source":164,"target":166},{"source":159,"target":167},{"source":159,"target":28},{"source":29,"target":0},{"source":29,"target":168},{"source":29,"target":169},{"source":168,"target":170},{"source":168,"target":29},{"source":168,"target":171},{"source":168,"target":172},{"source":171,"target":173},{"source":171,"target":168},{"source":172,"target":174},{"source":172,"target":168},{"source":174,"target":175},{"source":174,"target":176},{"source":169,"target":177},{"source":169,"target":29},{"source":30,"target":0},{"source":30,"target":178},{"source":178,"target":179},{"source":178,"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="setup" nsURI="http://www.eclipse.org/CDO/releng/setup/1.0" nsPrefix="setup">
<eClassifiers xsi:type="ecore:EClass" name="Preferences" eSuperTypes="#//ToolInstallation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="userName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="installFolder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gitPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkLocations" upperBound="-1"
eType="#//LinkLocation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkLocation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" 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="ToolInstallation" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="directorCalls" upperBound="-1"
eType="#//DirectorCall" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toolPreferences" upperBound="-1"
eType="#//ToolPreference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ToolPreference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EclipseVersion">
<eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//Configuration"
eOpposite="#//Configuration/eclipseVersions"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="directorCall" lowerBound="1"
eType="#//DirectorCall" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectorCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="installableUnits" lowerBound="1"
upperBound="-1" eType="#//InstallableUnit" containment="true" eOpposite="#//InstallableUnit/directorCall"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="p2Repositories" lowerBound="1"
upperBound="-1" eType="#//P2Repository" containment="true" eOpposite="#//P2Repository/directorCall"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstallableUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="directorCall" eType="#//DirectorCall"
eOpposite="#//DirectorCall/installableUnits"/>
<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="P2Repository">
<eStructuralFeatures xsi:type="ecore:EReference" name="directorCall" eType="#//DirectorCall"
eOpposite="#//DirectorCall/p2Repositories"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configuration">
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" lowerBound="1"
upperBound="-1" eType="#//Project" containment="true" eOpposite="#//Project/configuration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eclipseVersions" lowerBound="1"
upperBound="-1" eType="#//EclipseVersion" containment="true" eOpposite="#//EclipseVersion/configuration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//ToolInstallation">
<eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//Configuration"
eOpposite="#//Configuration/projects"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="branches" lowerBound="1"
upperBound="-1" eType="#//Branch" containment="true" eOpposite="#//Branch/project"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="apiBaselines" upperBound="-1"
eType="#//ApiBaseline" containment="true" eOpposite="#//ApiBaseline/project"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workingSetGroup" eType="ecore:EClass ../../org.eclipse.emf.cdo.releng.workingsets/model/workingsets.ecore#//WorkingSetGroup"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Branch" eSuperTypes="#//ToolInstallation">
<eOperations name="isInstalled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="installFolder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getURI" eType="#//URI">
<eParameters name="installFolder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//Project"
eOpposite="#//Project/branches"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gitClones" lowerBound="1"
upperBound="-1" eType="#//GitClone" containment="true" eOpposite="#//GitClone/branch"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="apiBaseline" eType="#//ApiBaseline"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mspecFilePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cloneVariableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApiBaseline">
<eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//Project"
eOpposite="#//Project/apiBaselines"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zipLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GitClone">
<eStructuralFeatures xsi:type="ecore:EReference" name="branch" eType="#//Branch"
eOpposite="#//Branch/gitClones"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="remoteURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="checkoutBranch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Setup">
<eStructuralFeatures xsi:type="ecore:EReference" name="branch" lowerBound="1"
eType="#//Branch"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eclipseVersion" lowerBound="1"
eType="#//EclipseVersion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preferences" eType="#//Preferences"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updateLocations" upperBound="-1"
eType="#//P2Repository" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"/>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/setup.ecore | ecore | setup
Preferences
userName
installFolder
gitPrefix
linkLocations
LinkLocation
path
name
ToolInstallation
directorCalls
toolPreferences
ToolPreference
key
value
EclipseVersion
configuration
version
directorCall
DirectorCall
installableUnits
p2Repositories
InstallableUnit
directorCall
id
P2Repository
directorCall
url
Configuration
projects
eclipseVersions
Project
configuration
branches
name
apiBaselines
workingSetGroup
Branch
isInstalled
installFolder
getURI
installFolder
project
name
gitClones
apiBaseline
mspecFilePath
cloneVariableName
ApiBaseline
project
version
zipLocation
GitClone
branch
name
remoteURI
checkoutBranch
Setup
branch
eclipseVersion
preferences
updateLocations
URI
org.eclipse.emf.common.util.URI
org.eclipse.emf.common.util.URI | null | {"directed":true,"nodes":[{"nsPrefix":"setup","nsURI":"http://www.eclipse.org/CDO/releng/setup/1.0","name":"setup","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Preferences","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkLocation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolInstallation","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolPreference","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EclipseVersion","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectorCall","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstallableUnit","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"P2Repository","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApiBaseline","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GitClone","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Setup","instanceClass":null,"abstract":false,"id":14,"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":15,"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":"userName","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":"installFolder","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":"gitPrefix","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkLocations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"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":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},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directorCalls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toolPreferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"version","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directorCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eclipseVersions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"installableUnits","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"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":"p2Repositories","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"directorCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"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":"directorCall","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":"id","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":"url","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"apiBaselines","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":"workingSetGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"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":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstalled","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getURI","lowerBound":0,"id":73,"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":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":"gitClones","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"apiBaseline","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":"mspecFilePath","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":"cloneVariableName","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"installFolder","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"installFolder","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"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":"branch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"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":"version","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":"zipLocation","changeable":true,"lowerBound":0,"iD":false,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"remoteURI","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":"checkoutBranch","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"branch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eclipseVersion","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"preferences","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":"updateLocations","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":3},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":16,"target":21},{"source":16,"target":1},{"source":17,"target":22},{"source":17,"target":1},{"source":18,"target":23},{"source":18,"target":1},{"source":19,"target":2},{"source":19,"target":24},{"source":19,"target":1},{"source":24,"target":2},{"source":20,"target":3},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":25,"target":27},{"source":25,"target":2},{"source":26,"target":28},{"source":26,"target":2},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":6},{"source":29,"target":31},{"source":29,"target":3},{"source":31,"target":6},{"source":30,"target":4},{"source":30,"target":32},{"source":30,"target":3},{"source":32,"target":4},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":33,"target":35},{"source":33,"target":4},{"source":34,"target":36},{"source":34,"target":4},{"source":5,"target":0},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":37,"target":9},{"source":37,"target":40},{"source":37,"target":5},{"source":37,"target":41},{"source":40,"target":9},{"source":38,"target":42},{"source":38,"target":5},{"source":39,"target":6},{"source":39,"target":43},{"source":39,"target":5},{"source":43,"target":6},{"source":6,"target":0},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":7},{"source":44,"target":46},{"source":44,"target":6},{"source":44,"target":47},{"source":46,"target":7},{"source":45,"target":8},{"source":45,"target":48},{"source":45,"target":6},{"source":45,"target":49},{"source":48,"target":8},{"source":7,"target":0},{"source":7,"target":47},{"source":7,"target":50},{"source":47,"target":6},{"source":47,"target":51},{"source":47,"target":7},{"source":47,"target":44},{"source":51,"target":6},{"source":50,"target":52},{"source":50,"target":7},{"source":8,"target":0},{"source":8,"target":49},{"source":8,"target":53},{"source":49,"target":6},{"source":49,"target":54},{"source":49,"target":8},{"source":49,"target":45},{"source":54,"target":6},{"source":53,"target":55},{"source":53,"target":8},{"source":9,"target":0},{"source":9,"target":56},{"source":9,"target":41},{"source":56,"target":10},{"source":56,"target":57},{"source":56,"target":9},{"source":56,"target":58},{"source":57,"target":10},{"source":41,"target":5},{"source":41,"target":59},{"source":41,"target":9},{"source":41,"target":37},{"source":59,"target":5},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":58},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":58,"target":9},{"source":58,"target":65},{"source":58,"target":10},{"source":58,"target":56},{"source":65,"target":9},{"source":60,"target":11},{"source":60,"target":66},{"source":60,"target":10},{"source":60,"target":67},{"source":66,"target":11},{"source":61,"target":68},{"source":61,"target":10},{"source":62,"target":12},{"source":62,"target":69},{"source":62,"target":10},{"source":62,"target":70},{"source":69,"target":12},{"source":63,"target":71},{"source":63,"target":10},{"source":64,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":67},{"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":72,"target":80},{"source":72,"target":11},{"source":72,"target":81},{"source":81,"target":82},{"source":81,"target":72},{"source":73,"target":15},{"source":73,"target":83},{"source":73,"target":11},{"source":73,"target":84},{"source":83,"target":15},{"source":84,"target":85},{"source":84,"target":73},{"source":67,"target":10},{"source":67,"target":86},{"source":67,"target":11},{"source":67,"target":60},{"source":86,"target":10},{"source":74,"target":87},{"source":74,"target":11},{"source":75,"target":13},{"source":75,"target":88},{"source":75,"target":11},{"source":75,"target":89},{"source":88,"target":13},{"source":76,"target":12},{"source":76,"target":90},{"source":76,"target":11},{"source":90,"target":12},{"source":77,"target":91},{"source":77,"target":11},{"source":78,"target":92},{"source":78,"target":11},{"source":79,"target":3},{"source":12,"target":0},{"source":12,"target":70},{"source":12,"target":93},{"source":12,"target":94},{"source":70,"target":10},{"source":70,"target":95},{"source":70,"target":12},{"source":70,"target":62},{"source":95,"target":10},{"source":93,"target":96},{"source":93,"target":12},{"source":94,"target":97},{"source":94,"target":12},{"source":13,"target":0},{"source":13,"target":89},{"source":13,"target":98},{"source":13,"target":99},{"source":13,"target":100},{"source":89,"target":11},{"source":89,"target":101},{"source":89,"target":13},{"source":89,"target":75},{"source":101,"target":11},{"source":98,"target":102},{"source":98,"target":13},{"source":99,"target":103},{"source":99,"target":13},{"source":100,"target":104},{"source":100,"target":13},{"source":14,"target":0},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":14,"target":108},{"source":105,"target":11},{"source":105,"target":109},{"source":105,"target":14},{"source":109,"target":11},{"source":106,"target":5},{"source":106,"target":110},{"source":106,"target":14},{"source":110,"target":5},{"source":107,"target":1},{"source":107,"target":111},{"source":107,"target":14},{"source":111,"target":1},{"source":108,"target":8},{"source":108,"target":112},{"source":108,"target":14},{"source":112,"target":8},{"source":15,"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="mtctl" nsURI="http://www.muml.org/uppaal/adapter/mtctl/1.0.0"
nsPrefix="mtctl">
<eClassifiers xsi:type="ecore:EClass" name="PropertyRepository" eSuperTypes="../../org.muml.pim/model/pim.ecore#//constraint/VerificationConstraintRepository">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of properties"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="../../org.muml.core/model/core.ecore#//CommentableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Common superclass of all elements of the language (except Property and PropertyRepository)"/>
</eAnnotations>
</eClassifiers>
<eSubpackages name="quantifiers" nsURI="http://www.muml.org/uppaal/adapter/mtctl/quantifiers/1.0.0"
nsPrefix="Quantifiers">
<eClassifiers xsi:type="ecore:EClass" name="AFExpr" eSuperTypes="#//quantifiers/TemporalQuantifierExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AGExpr" eSuperTypes="#//quantifiers/TemporalQuantifierExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EFExpr" eSuperTypes="#//quantifiers/TemporalQuantifierExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EGExpr" eSuperTypes="#//quantifiers/TemporalQuantifierExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExistenceQuantExpr" eSuperTypes="#//quantifiers/QuantifierExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="QuantifierExpr" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//quantifiers/BoundVariable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoundVariable" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//sets/SetExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemporalQuantifierExpr" abstract="true"
eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="UniversalQuantExpr" eSuperTypes="#//quantifiers/QuantifierExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="LeadsToExpr" eSuperTypes="#//quantifiers/TemporalQuantifierExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOpd" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOpd" eType="#//Expression"
containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="predicates" nsURI="http://www.muml.org/uppaal/adapter/mtctl/predicates/1.0.0"
nsPrefix="Predicates">
<eClassifiers xsi:type="ecore:EClass" name="DeadlockExpr" eSuperTypes="#//predicates/DynamicPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="true iff the snapshot is in a deadlock (i.e. no further transition can fire at any future point in time)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComparisonOp">
<eLiterals name="EQUALS" literal="=="/>
<eLiterals name="GREATER" value="1" literal=">"/>
<eLiterals name="GREATER_OR_EQUAL" value="2" literal=">="/>
<eLiterals name="LESS" value="3" literal="<"/>
<eLiterals name="LESS_OR_EQUAL" value="4" literal="<="/>
<eLiterals name="NOT_EQUAL" value="5" literal="!="/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectorOverflowExpr" eSuperTypes="#//predicates/DynamicPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="true iff at any point before the snapshot's time, a buffer overflow has occured"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComparisonExpr" eSuperTypes="#//predicates/PredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Compares two values. Is evaluated either dynamically or statically "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//comparables/MapExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//predicates/ComparisonOp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageInBufferExpr" eSuperTypes="#//predicates/DynamicPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Evaluates to true iff in the snapshot, there is a message of the specified type in one of the buffers of the specified role"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="buffer" eType="#//comparables/MapExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="#//comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageInTransitExpr" eSuperTypes="#//predicates/DynamicPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Evaluates to true iff a message of the specified type is currently being sent but has not arrived yet"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="#//comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateActiveExpr" eSuperTypes="#//predicates/DynamicPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Evaluates to true iff the specified state is active in the snapshot"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubstateOfExpr" eSuperTypes="#//predicates/StaticPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True iff state is a substate of superstate"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="superstate" eType="#//comparables/MapExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionFiringExpr" eSuperTypes="#//predicates/DynamicPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True iff the specified transition is currently firing in the snapshot"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="#//comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PredicateExpr" eSuperTypes="#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Common superclass of predicates"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DynamicPredicateExpr" abstract="true"
eSuperTypes="#//predicates/PredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Predicates that are evaluated at verification time (i.e. they say something about a state (snapshot) of a system)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticPredicateExpr" abstract="true"
eSuperTypes="#//predicates/PredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Predicates that are evaluated statically (i.e. they say something about the static structure of a model)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrueExpr" eSuperTypes="#//predicates/StaticPredicateExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="FalseExpr" eSuperTypes="#//predicates/StaticPredicateExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInStatechartExpr" eSuperTypes="#//predicates/StaticPredicateExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="true iff a state is indirectly embedded in a statechart"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//comparables/MapExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statechart" eType="#//comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageDiscardedExpr" eSuperTypes="#//predicates/DynamicPredicateExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="buffer" eType="#//comparables/MapExpr"
containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="sets" nsURI="http://www.muml.org/uppaal/adapter/mtctl/sets/1.0.0"
nsPrefix="Sets">
<eClassifiers xsi:type="ecore:EClass" name="SetExpr" abstract="true" eSuperTypes="#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Common supertype of all SetExpressions"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClockSetExpr" eSuperTypes="#//sets/SetExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set of all clocks in the model"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntervalSetExpr" eSuperTypes="#//sets/SetExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set integers between lowerVal and upperVal"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerVal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperVal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessageSetExpr" eSuperTypes="#//sets/SetExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set of all messages in the model"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateSetExpr" eSuperTypes="#//sets/SetExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set of all states in the model"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionSetExpr" eSuperTypes="#//sets/SetExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Set of all transitions in the model"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BufferSetExpr" eSuperTypes="#//sets/SetExpr"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSetExpr" eSuperTypes="#//sets/SetExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//comparables/MumlElemExpr"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The type of all elements in the set (e.g., a ConnectorEndpoint or a Component)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubinstanceSetExpr" eSuperTypes="#//sets/SetExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//comparables/MumlElemExpr"
containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="booleanlogic" nsURI="http://www.muml.org/uppaal/adapter/mtctl/booleanlogic/1.0.0"
nsPrefix="BooleanLogic">
<eClassifiers xsi:type="ecore:EClass" name="AndExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOpd" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOpd" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImplyExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOpd" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOpd" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="opd" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrExpr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOpd" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOpd" eType="#//Expression"
containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="comparables" nsURI="http://www.muml.org/uppaal/adapter/mtctl/comparables/1.0.0"
nsPrefix="Comparables">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Contains expressions that can be used in a ComparisonExpr"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="BufferMsgCountExpr" eSuperTypes="#//comparables/MapExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Evaluates to the current number of elements in the buffer"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="buffer" eType="#//comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstExpr" eSuperTypes="#//comparables/MapExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An integer constant"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The constant value of the expression"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeUnit" eType="ecore:EDataType ../../org.muml.pim/model/pim.ecore#//valuetype/TimeUnit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExpr" abstract="true" eSuperTypes="#//Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Superclass for expressions that evaluate to some value"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MumlElemExpr" eSuperTypes="#//comparables/MapExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A reference to an element or expression that evaluates (at least indirectly) to some element of the underlying model (e.g., State, MapExpr, Clock,...)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elem" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The referenced element/expression. Typing and scoping is done in the MtctlScopeProvider"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The concrete instance which this Muml element belongs to (in case there are multiple at runtime). E.g., a ConnectorEndpointInstance for Role RTSC elements"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionMap" abstract="true" eSuperTypes="#//comparables/MapExpr">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Common abstract superclass of maps with transition pre-image"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="#//comparables/MapExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceStateExpr" eSuperTypes="#//comparables/TransitionMap">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Maps a transition to its source state"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TargetStateExpr" eSuperTypes="#//comparables/TransitionMap">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Maps a transition to its target state"/>
</eAnnotations>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/fraunhofer-iem/mechatronicuml-uppaaladapter/org.muml.uppaal.adapter.mtctl/model/Mtctl.ecore | ecore | mtctl
PropertyRepository
properties
Property
expression
Expression
quantifiers
AFExpr
expr
AGExpr
expr
EFExpr
expr
EGExpr
expr
ExistenceQuantExpr
QuantifierExpr
formula
var
BoundVariable
set
name
TemporalQuantifierExpr
UniversalQuantExpr
LeadsToExpr
leftOpd
rightOpd
predicates
DeadlockExpr
ComparisonOp
EQUALS
==
GREATER
>
GREATER_OR_EQUAL
>=
LESS
<
LESS_OR_EQUAL
<=
NOT_EQUAL
!=
ConnectorOverflowExpr
ComparisonExpr
lhs
op
rhs
MessageInBufferExpr
buffer
message
MessageInTransitExpr
message
StateActiveExpr
state
SubstateOfExpr
superstate
state
TransitionFiringExpr
transition
PredicateExpr
DynamicPredicateExpr
StaticPredicateExpr
TrueExpr
FalseExpr
StateInStatechartExpr
state
statechart
MessageDiscardedExpr
buffer
sets
SetExpr
ClockSetExpr
IntervalSetExpr
lowerVal
upperVal
MessageSetExpr
StateSetExpr
TransitionSetExpr
BufferSetExpr
InstanceSetExpr
type
SubinstanceSetExpr
type
booleanlogic
AndExpr
leftOpd
rightOpd
ImplyExpr
leftOpd
rightOpd
NotExpr
opd
OrExpr
leftOpd
rightOpd
comparables
BufferMsgCountExpr
buffer
ConstExpr
val
timeUnit
MapExpr
MumlElemExpr
elem
instance
TransitionMap
transition
SourceStateExpr
TargetStateExpr | null | {"directed":true,"nodes":[{"nsPrefix":"mtctl","nsURI":"http://www.muml.org/uppaal/adapter/mtctl/1.0.0","name":"mtctl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRepository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"Quantifiers","nsURI":"http://www.muml.org/uppaal/adapter/mtctl/quantifiers/1.0.0","name":"quantifiers","id":4,"eClass":"EPackage"},{"nsPrefix":"Predicates","nsURI":"http://www.muml.org/uppaal/adapter/mtctl/predicates/1.0.0","name":"predicates","id":5,"eClass":"EPackage"},{"nsPrefix":"Sets","nsURI":"http://www.muml.org/uppaal/adapter/mtctl/sets/1.0.0","name":"sets","id":6,"eClass":"EPackage"},{"nsPrefix":"BooleanLogic","nsURI":"http://www.muml.org/uppaal/adapter/mtctl/booleanlogic/1.0.0","name":"booleanlogic","id":7,"eClass":"EPackage"},{"nsPrefix":"Comparables","nsURI":"http://www.muml.org/uppaal/adapter/mtctl/comparables/1.0.0","name":"comparables","id":8,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AFExpr","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AGExpr","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFExpr","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGExpr","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistenceQuantExpr","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifierExpr","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundVariable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalQuantifierExpr","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniversalQuantExpr","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeadsToExpr","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExpr","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeadlockExpr","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisonOp","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorOverflowExpr","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonExpr","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageInBufferExpr","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageInTransitExpr","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateActiveExpr","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubstateOfExpr","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionFiringExpr","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredicateExpr","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicPredicateExpr","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPredicateExpr","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrueExpr","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FalseExpr","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInStatechartExpr","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageDiscardedExpr","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"eClass":"EGenericType"},{"name":"EQUALS","id":74,"value":0,"literal":"==","eClass":"EEnumLiteral"},{"name":"GREATER","id":75,"value":1,"literal":">","eClass":"EEnumLiteral"},{"name":"GREATER_OR_EQUAL","id":76,"value":2,"literal":">=","eClass":"EEnumLiteral"},{"name":"LESS","id":77,"value":3,"literal":"<","eClass":"EEnumLiteral"},{"name":"LESS_OR_EQUAL","id":78,"value":4,"literal":"<=","eClass":"EEnumLiteral"},{"name":"NOT_EQUAL","id":79,"value":5,"literal":"!=","eClass":"EEnumLiteral"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExpr","instanceClass":null,"abstract":true,"id":85,"interface":false,"eClass":"EClass"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"buffer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superstate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statechart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"buffer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockSetExpr","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalSetExpr","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageSetExpr","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateSetExpr","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionSetExpr","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BufferSetExpr","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSetExpr","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubinstanceSetExpr","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerVal","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperVal","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MumlElemExpr","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpr","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplyExpr","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpr","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpr","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOpd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BufferMsgCountExpr","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstExpr","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionMap","instanceClass":null,"abstract":true,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceStateExpr","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetStateExpr","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"buffer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeUnit","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":9,"target":2},{"source":9,"target":11},{"source":9,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":3},{"source":12,"target":14},{"source":12,"target":2},{"source":14,"target":3},{"source":3,"target":0},{"source":3,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":0},{"source":16,"target":4},{"source":16,"target":23},{"source":16,"target":26},{"source":16,"target":27},{"source":26,"target":3},{"source":26,"target":28},{"source":26,"target":16},{"source":28,"target":3},{"source":27,"target":23},{"source":17,"target":4},{"source":17,"target":23},{"source":17,"target":29},{"source":17,"target":30},{"source":29,"target":3},{"source":29,"target":31},{"source":29,"target":17},{"source":31,"target":3},{"source":30,"target":23},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":32},{"source":18,"target":33},{"source":32,"target":3},{"source":32,"target":34},{"source":32,"target":18},{"source":34,"target":3},{"source":33,"target":23},{"source":19,"target":4},{"source":19,"target":23},{"source":19,"target":35},{"source":19,"target":36},{"source":35,"target":3},{"source":35,"target":37},{"source":35,"target":19},{"source":37,"target":3},{"source":36,"target":23},{"source":20,"target":4},{"source":20,"target":21},{"source":20,"target":38},{"source":38,"target":21},{"source":21,"target":4},{"source":21,"target":3},{"source":21,"target":39},{"source":21,"target":40},{"source":21,"target":41},{"source":39,"target":3},{"source":39,"target":42},{"source":39,"target":21},{"source":42,"target":3},{"source":40,"target":22},{"source":40,"target":43},{"source":40,"target":21},{"source":43,"target":22},{"source":41,"target":3},{"source":22,"target":4},{"source":22,"target":3},{"source":22,"target":44},{"source":22,"target":45},{"source":22,"target":46},{"source":44,"target":47},{"source":44,"target":48},{"source":44,"target":22},{"source":48,"target":47},{"source":45,"target":49},{"source":45,"target":22},{"source":46,"target":3},{"source":23,"target":4},{"source":23,"target":3},{"source":23,"target":50},{"source":50,"target":3},{"source":24,"target":4},{"source":24,"target":21},{"source":24,"target":51},{"source":51,"target":21},{"source":25,"target":4},{"source":25,"target":23},{"source":25,"target":52},{"source":25,"target":53},{"source":25,"target":54},{"source":52,"target":3},{"source":52,"target":55},{"source":52,"target":25},{"source":55,"target":3},{"source":53,"target":3},{"source":53,"target":56},{"source":53,"target":25},{"source":56,"target":3},{"source":54,"target":23},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":0},{"source":57,"target":5},{"source":57,"target":67},{"source":57,"target":73},{"source":73,"target":67},{"source":58,"target":5},{"source":58,"target":74},{"source":58,"target":75},{"source":58,"target":76},{"source":58,"target":77},{"source":58,"target":78},{"source":58,"target":79},{"source":74,"target":58},{"source":75,"target":58},{"source":76,"target":58},{"source":77,"target":58},{"source":78,"target":58},{"source":79,"target":58},{"source":59,"target":5},{"source":59,"target":67},{"source":59,"target":80},{"source":80,"target":67},{"source":60,"target":5},{"source":60,"target":66},{"source":60,"target":81},{"source":60,"target":82},{"source":60,"target":83},{"source":60,"target":84},{"source":81,"target":85},{"source":81,"target":86},{"source":81,"target":60},{"source":86,"target":85},{"source":82,"target":58},{"source":82,"target":87},{"source":82,"target":60},{"source":87,"target":58},{"source":83,"target":85},{"source":83,"target":88},{"source":83,"target":60},{"source":88,"target":85},{"source":84,"target":66},{"source":61,"target":5},{"source":61,"target":67},{"source":61,"target":89},{"source":61,"target":90},{"source":61,"target":91},{"source":89,"target":85},{"source":89,"target":92},{"source":89,"target":61},{"source":92,"target":85},{"source":90,"target":85},{"source":90,"target":93},{"source":90,"target":61},{"source":93,"target":85},{"source":91,"target":67},{"source":62,"target":5},{"source":62,"target":67},{"source":62,"target":94},{"source":62,"target":95},{"source":94,"target":85},{"source":94,"target":96},{"source":94,"target":62},{"source":96,"target":85},{"source":95,"target":67},{"source":63,"target":5},{"source":63,"target":67},{"source":63,"target":97},{"source":63,"target":98},{"source":97,"target":85},{"source":97,"target":99},{"source":97,"target":63},{"source":99,"target":85},{"source":98,"target":67},{"source":64,"target":5},{"source":64,"target":68},{"source":64,"target":100},{"source":64,"target":101},{"source":64,"target":102},{"source":100,"target":85},{"source":100,"target":103},{"source":100,"target":64},{"source":103,"target":85},{"source":101,"target":85},{"source":101,"target":104},{"source":101,"target":64},{"source":104,"target":85},{"source":102,"target":68},{"source":65,"target":5},{"source":65,"target":67},{"source":65,"target":105},{"source":65,"target":106},{"source":105,"target":85},{"source":105,"target":107},{"source":105,"target":65},{"source":107,"target":85},{"source":106,"target":67},{"source":66,"target":5},{"source":66,"target":3},{"source":66,"target":108},{"source":108,"target":3},{"source":67,"target":5},{"source":67,"target":66},{"source":67,"target":109},{"source":109,"target":66},{"source":68,"target":5},{"source":68,"target":66},{"source":68,"target":110},{"source":110,"target":66},{"source":69,"target":5},{"source":69,"target":68},{"source":69,"target":111},{"source":111,"target":68},{"source":70,"target":5},{"source":70,"target":68},{"source":70,"target":112},{"source":112,"target":68},{"source":71,"target":5},{"source":71,"target":68},{"source":71,"target":113},{"source":71,"target":114},{"source":71,"target":115},{"source":113,"target":85},{"source":113,"target":116},{"source":113,"target":71},{"source":116,"target":85},{"source":114,"target":85},{"source":114,"target":117},{"source":114,"target":71},{"source":117,"target":85},{"source":115,"target":68},{"source":72,"target":5},{"source":72,"target":67},{"source":72,"target":118},{"source":72,"target":119},{"source":118,"target":85},{"source":118,"target":120},{"source":118,"target":72},{"source":120,"target":85},{"source":119,"target":67},{"source":6,"target":47},{"source":6,"target":121},{"source":6,"target":122},{"source":6,"target":123},{"source":6,"target":124},{"source":6,"target":125},{"source":6,"target":126},{"source":6,"target":127},{"source":6,"target":128},{"source":6,"target":0},{"source":47,"target":6},{"source":47,"target":3},{"source":47,"target":129},{"source":129,"target":3},{"source":121,"target":6},{"source":121,"target":47},{"source":121,"target":130},{"source":130,"target":47},{"source":122,"target":6},{"source":122,"target":47},{"source":122,"target":131},{"source":122,"target":132},{"source":122,"target":133},{"source":131,"target":134},{"source":131,"target":122},{"source":132,"target":135},{"source":132,"target":122},{"source":133,"target":47},{"source":123,"target":6},{"source":123,"target":47},{"source":123,"target":136},{"source":136,"target":47},{"source":124,"target":6},{"source":124,"target":47},{"source":124,"target":137},{"source":137,"target":47},{"source":125,"target":6},{"source":125,"target":47},{"source":125,"target":138},{"source":138,"target":47},{"source":126,"target":6},{"source":126,"target":47},{"source":126,"target":139},{"source":139,"target":47},{"source":127,"target":6},{"source":127,"target":47},{"source":127,"target":140},{"source":127,"target":141},{"source":140,"target":142},{"source":140,"target":143},{"source":140,"target":127},{"source":143,"target":142},{"source":141,"target":47},{"source":128,"target":6},{"source":128,"target":47},{"source":128,"target":144},{"source":128,"target":145},{"source":144,"target":142},{"source":144,"target":146},{"source":144,"target":128},{"source":146,"target":142},{"source":145,"target":47},{"source":7,"target":147},{"source":7,"target":148},{"source":7,"target":149},{"source":7,"target":150},{"source":7,"target":0},{"source":147,"target":7},{"source":147,"target":3},{"source":147,"target":151},{"source":147,"target":152},{"source":147,"target":153},{"source":151,"target":3},{"source":151,"target":154},{"source":151,"target":147},{"source":154,"target":3},{"source":152,"target":3},{"source":152,"target":155},{"source":152,"target":147},{"source":155,"target":3},{"source":153,"target":3},{"source":148,"target":7},{"source":148,"target":3},{"source":148,"target":156},{"source":148,"target":157},{"source":148,"target":158},{"source":156,"target":3},{"source":156,"target":159},{"source":156,"target":148},{"source":159,"target":3},{"source":157,"target":3},{"source":157,"target":160},{"source":157,"target":148},{"source":160,"target":3},{"source":158,"target":3},{"source":149,"target":7},{"source":149,"target":3},{"source":149,"target":161},{"source":149,"target":162},{"source":161,"target":3},{"source":161,"target":163},{"source":161,"target":149},{"source":163,"target":3},{"source":162,"target":3},{"source":150,"target":7},{"source":150,"target":3},{"source":150,"target":164},{"source":150,"target":165},{"source":150,"target":166},{"source":164,"target":3},{"source":164,"target":167},{"source":164,"target":150},{"source":167,"target":3},{"source":165,"target":3},{"source":165,"target":168},{"source":165,"target":150},{"source":168,"target":3},{"source":166,"target":3},{"source":8,"target":169},{"source":8,"target":170},{"source":8,"target":85},{"source":8,"target":142},{"source":8,"target":171},{"source":8,"target":172},{"source":8,"target":173},{"source":8,"target":0},{"source":169,"target":8},{"source":169,"target":85},{"source":169,"target":174},{"source":169,"target":175},{"source":174,"target":85},{"source":174,"target":176},{"source":174,"target":169},{"source":176,"target":85},{"source":175,"target":85},{"source":170,"target":8},{"source":170,"target":85},{"source":170,"target":177},{"source":170,"target":178},{"source":170,"target":179},{"source":177,"target":180},{"source":177,"target":170},{"source":178,"target":181},{"source":178,"target":170},{"source":179,"target":85},{"source":85,"target":8},{"source":85,"target":3},{"source":85,"target":182},{"source":182,"target":3},{"source":142,"target":8},{"source":142,"target":85},{"source":142,"target":183},{"source":142,"target":184},{"source":142,"target":185},{"source":183,"target":186},{"source":183,"target":142},{"source":184,"target":187},{"source":184,"target":142},{"source":185,"target":85},{"source":171,"target":8},{"source":171,"target":85},{"source":171,"target":188},{"source":171,"target":189},{"source":188,"target":85},{"source":188,"target":190},{"source":188,"target":171},{"source":190,"target":85},{"source":189,"target":85},{"source":172,"target":8},{"source":172,"target":171},{"source":172,"target":191},{"source":191,"target":171},{"source":173,"target":8},{"source":173,"target":171},{"source":173,"target":192},{"source":192,"target":171}],"multigraph":true} |
true | <?xml version="1.0" encoding="ASCII"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
</ecore:EPackage>
<ecore:EPackage name="PetriNet">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" lowerBound="1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="/1/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="/0/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PetriNet" eSuperTypes="/1/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="/1/Element" containment="true" eOpposite="/1/Element/net"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arcs" ordered="false" upperBound="-1" eType="/1/Arc" containment="true" eOpposite="/1/Arc/net"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="/1/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1" eType="/1/PetriNet" eOpposite="/1/PetriNet/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="/1/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingArc" ordered="false" upperBound="-1" eType="/1/TransitionToPlace" eOpposite="/1/TransitionToPlace/to"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingArc" ordered="false" upperBound="-1" eType="/1/PlaceToTransition" eOpposite="/1/PlaceToTransition/from"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="/1/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingArc" ordered="false" lowerBound="1" upperBound="-1" eType="/1/PlaceToTransition" eOpposite="/1/PlaceToTransition/to"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingArc" ordered="false" lowerBound="1" upperBound="-1" eType="/1/TransitionToPlace" eOpposite="/1/TransitionToPlace/from"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true" eSuperTypes="/1/NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false" lowerBound="1" eType="/0/Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1" eType="/1/PetriNet" eOpposite="/1/PetriNet/arcs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlaceToTransition" eSuperTypes="/1/Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="/1/Place" eOpposite="/1/Place/outgoingArc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="/1/Transition" eOpposite="/1/Transition/incomingArc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionToPlace" eSuperTypes="/1/Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="/1/Transition" eOpposite="/1/Transition/outgoingArc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="/1/Place" eOpposite="/1/Place/incomingArc"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/anatlyzer/beautyocl/src/beautyocl.atl.tests/metamodels/PetriNet.ecore | ecore | PrimitiveTypes
String
Integer
PetriNet
LocatedElement
location
NamedElement
name
PetriNet
elements
arcs
Element
net
Place
incomingArc
outgoingArc
Transition
incomingArc
outgoingArc
Arc
weight
net
PlaceToTransition
from
to
TransitionToPlace
from
to | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":2,"serializable":true,"eClass":"EDataType"},{"nsPrefix":null,"nsURI":null,"name":"PetriNet","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceToTransition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionToPlace","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"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":18,"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":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingArc","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"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":33,"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":"incomingArc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"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":"outgoingArc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"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":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"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":"weight","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":4},{"source":3,"target":5},{"source":3,"target":6},{"source":3,"target":7},{"source":3,"target":8},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":3,"target":12},{"source":4,"target":3},{"source":4,"target":13},{"source":13,"target":1},{"source":13,"target":14},{"source":13,"target":4},{"source":14,"target":1},{"source":5,"target":3},{"source":5,"target":4},{"source":5,"target":15},{"source":5,"target":16},{"source":15,"target":1},{"source":15,"target":17},{"source":15,"target":5},{"source":17,"target":1},{"source":16,"target":4},{"source":6,"target":3},{"source":6,"target":5},{"source":6,"target":18},{"source":6,"target":19},{"source":6,"target":20},{"source":18,"target":7},{"source":18,"target":21},{"source":18,"target":6},{"source":18,"target":22},{"source":21,"target":7},{"source":19,"target":10},{"source":19,"target":23},{"source":19,"target":6},{"source":19,"target":24},{"source":23,"target":10},{"source":20,"target":5},{"source":7,"target":3},{"source":7,"target":5},{"source":7,"target":22},{"source":7,"target":25},{"source":22,"target":6},{"source":22,"target":26},{"source":22,"target":7},{"source":22,"target":18},{"source":26,"target":6},{"source":25,"target":5},{"source":8,"target":3},{"source":8,"target":7},{"source":8,"target":27},{"source":8,"target":28},{"source":8,"target":29},{"source":27,"target":12},{"source":27,"target":30},{"source":27,"target":8},{"source":27,"target":31},{"source":30,"target":12},{"source":28,"target":11},{"source":28,"target":32},{"source":28,"target":8},{"source":28,"target":33},{"source":32,"target":11},{"source":29,"target":7},{"source":9,"target":3},{"source":9,"target":7},{"source":9,"target":34},{"source":9,"target":35},{"source":9,"target":36},{"source":34,"target":11},{"source":34,"target":37},{"source":34,"target":9},{"source":34,"target":38},{"source":37,"target":11},{"source":35,"target":12},{"source":35,"target":39},{"source":35,"target":9},{"source":35,"target":40},{"source":39,"target":12},{"source":36,"target":7},{"source":10,"target":3},{"source":10,"target":5},{"source":10,"target":41},{"source":10,"target":24},{"source":10,"target":42},{"source":41,"target":2},{"source":41,"target":43},{"source":41,"target":10},{"source":43,"target":2},{"source":24,"target":6},{"source":24,"target":44},{"source":24,"target":10},{"source":24,"target":19},{"source":44,"target":6},{"source":42,"target":5},{"source":11,"target":3},{"source":11,"target":10},{"source":11,"target":33},{"source":11,"target":38},{"source":11,"target":45},{"source":33,"target":8},{"source":33,"target":46},{"source":33,"target":11},{"source":33,"target":28},{"source":46,"target":8},{"source":38,"target":9},{"source":38,"target":47},{"source":38,"target":11},{"source":38,"target":34},{"source":47,"target":9},{"source":45,"target":10},{"source":12,"target":3},{"source":12,"target":10},{"source":12,"target":40},{"source":12,"target":31},{"source":12,"target":48},{"source":40,"target":9},{"source":40,"target":49},{"source":40,"target":12},{"source":40,"target":35},{"source":49,"target":9},{"source":31,"target":8},{"source":31,"target":50},{"source":31,"target":12},{"source":31,"target":27},{"source":50,"target":8},{"source":48,"target":10}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="ATL">
<eClassifiers xsi:type="ecore:EClass" name="DerivedInPatternElement" eSuperTypes="/0/InPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="/0/Helper" containment="true" eOpposite="/0/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="/0/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1" upperBound="-1" eType="/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" lowerBound="1" upperBound="-1" eType="/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/0/ModuleElement" containment="true" eOpposite="/0/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/0/Rule" eOpposite="/0/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="/2/Element"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1" eType="/0/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1" eType="/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="/1/Expressions/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false" upperBound="-1" eType="/0/LibraryRef" containment="true" eOpposite="/0/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="/0/Helper" containment="true" eOpposite="/0/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" eType="/0/OutPattern" containment="true" eOpposite="/0/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false" eType="/0/ActionBlock" containment="true" eOpposite="/0/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="/0/RuleVariableDeclaration" containment="true" eOpposite="/0/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true" eSuperTypes="/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="/0/OutPattern" eOpposite="/0/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="/0/InPatternElement" eOpposite="/0/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="/0/Binding" containment="true" eOpposite="/0/Binding/outPatternElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="/0/InPatternElement" containment="true" eOpposite="/0/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/0/MatchedRule" eOpposite="/0/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="/1/Expressions/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/0/Rule" eOpposite="/0/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="/0/OutPatternElement" containment="true" eOpposite="/0/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" lowerBound="1" eType="/0/Module" eOpposite="/0/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" eType="/0/Query" eOpposite="/0/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="/0/Library" eOpposite="/0/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="/1/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="/0/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="IterateInPatternElement" eSuperTypes="/0/InPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true" eSuperTypes="/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false" lowerBound="1" eType="/0/OutPatternElement" eOpposite="/0/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="/0/InPattern" eOpposite="/0/InPattern/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="/1/Expressions/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="/1/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" lowerBound="1" eType="/0/OutPatternElement" eOpposite="/0/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="/1/Expressions/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="/1/Expressions/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/0/Rule" eOpposite="/0/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="/0/Unit" eOpposite="/0/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" eType="/0/InPattern" containment="true" eOpposite="/0/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="/0/MatchedRule" eOpposite="/0/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false" eType="/0/MatchedRule" eOpposite="/0/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="/0/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="/0/OutPatternElement"/>
</ecore:EPackage>
<ecore:EPackage name="OCL">
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="/1/OclFeatureDefinition" eOpposite="/1/OclFeatureDefinition/feature"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true" eOpposite="/1/Expressions/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/1/Types/OclType" containment="true" eOpposite="/1/Types/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/1/Parameter" containment="true" eOpposite="/1/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="/1/Types/OclType" containment="true" eOpposite="/1/Types/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true" eOpposite="/1/Expressions/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="/1/Expressions/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="/1/Operation" eOpposite="/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="/1/OclModel" eOpposite="/1/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="/1/Types/OclModelElement" eOpposite="/1/Types/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="/1/OclModel" eOpposite="/1/OclModel/metamodel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="/1/OclFeatureDefinition" eOpposite="/1/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="/1/Types/OclType" containment="true" eOpposite="/1/Types/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="/1/OclFeature" containment="true" eOpposite="/1/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="/1/OclContextDefinition" containment="true" eOpposite="/1/OclContextDefinition/definition"/>
</eClassifiers>
<eSubpackages name="Expressions">
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="/1/Expressions/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="/1/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="/1/Expressions/VariableDeclaration" eOpposite="/1/Expressions/VariableDeclaration/variableExp"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="/1/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/1/Expressions/MapElement" containment="true" eOpposite="/1/Expressions/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="/1/Expressions/MapExp" eOpposite="/1/Expressions/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="/1/Expressions/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="/3/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="/1/Expressions/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="/1/Expressions/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="/1/Expressions/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="/1/Expressions/VariableDeclaration" containment="true" eOpposite="/1/Expressions/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="/1/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true" eOpposite="/1/Expressions/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="/1/Expressions/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="/1/Expressions/TupleExp" eOpposite="/1/Expressions/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="/1/Expressions/IfExp" eOpposite="/1/Expressions/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="/1/Expressions/PropertyCallExp" eOpposite="/1/Expressions/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="/1/Expressions/CollectionExp" eOpposite="/1/Expressions/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="/1/Expressions/LetExp" eOpposite="/1/Expressions/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="/1/Expressions/LoopExp" eOpposite="/1/Expressions/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="/1/Expressions/OperationCallExp" eOpposite="/1/Expressions/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="/1/Expressions/VariableDeclaration" eOpposite="/1/Expressions/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="/1/Expressions/IfExp" eOpposite="/1/Expressions/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false" eType="/1/Operation" eOpposite="/1/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="/1/Expressions/IfExp" eOpposite="/1/Expressions/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/1/Types/OclType" containment="true" eOpposite="/1/Types/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false" eType="/1/Attribute" eOpposite="/1/Attribute/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="encodedType" ordered="false" unique="false" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="/1/Expressions/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="/3/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="/1/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="/1/Expressions/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="/1/Expressions/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="/1/Expressions/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="/1/Expressions/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="/3/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="/1/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="/1/Expressions/VariableDeclaration" containment="true" eOpposite="/1/Expressions/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true" eOpposite="/1/Expressions/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="/1/Expressions/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="/1/Expressions/LoopExp" eOpposite="/1/Expressions/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="/1/Expressions/LetExp" eOpposite="/1/Expressions/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/1/Types/OclType" containment="true" eOpposite="/1/Types/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="/1/Expressions/IterateExp" eOpposite="/1/Expressions/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="/1/Expressions/VariableExp" eOpposite="/1/Expressions/VariableExp/referredVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="/1/Expressions/OclExpression" containment="true" eOpposite="/1/Expressions/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="/1/Expressions/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/1/Expressions/OclExpression" containment="true" eOpposite="/1/Expressions/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="signature" ordered="false" unique="false" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="/1/Expressions/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="/1/Expressions/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="/1/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="/1/Expressions/OclExpression" containment="true" eOpposite="/1/Expressions/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="/1/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true" eOpposite="/1/Expressions/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true" eOpposite="/1/Expressions/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true" eOpposite="/1/Expressions/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" eSuperTypes="/1/Expressions/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/1/Expressions/OclExpression" containment="true" eOpposite="/1/Expressions/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="/1/Expressions/Iterator" containment="true" eOpposite="/1/Expressions/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="/1/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="/1/Expressions/TuplePart" containment="true" eOpposite="/1/Expressions/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="/1/Expressions/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="/1/Expressions/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="/1/Expressions/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="/1/Expressions/CollectionExp"/>
</eSubpackages>
<eSubpackages name="Types">
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="/1/Types/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="/1/Types/OclType" containment="true" eOpposite="/1/Types/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" abstract="true" eSuperTypes="/1/Expressions/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" eType="/1/OclContextDefinition" eOpposite="/1/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" eType="/1/Expressions/OclExpression" eOpposite="/1/Expressions/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="/1/Operation" eOpposite="/1/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="/1/Types/MapType" eOpposite="/1/Types/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="/1/Attribute" eOpposite="/1/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="/1/Types/MapType" eOpposite="/1/Types/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="/1/Types/CollectionType" eOpposite="/1/Types/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" eType="/1/Types/TupleTypeAttribute" eOpposite="/1/Types/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" eType="/1/Expressions/VariableDeclaration" eOpposite="/1/Expressions/VariableDeclaration/type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="/1/Types/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="/1/Types/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="/1/Types/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="/1/Types/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="/1/Types/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="/1/Types/TupleTypeAttribute" containment="true" eOpposite="/1/Types/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="/1/Types/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="/1/Types/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="/1/Types/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="/1/OclModel" eOpposite="/1/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="/1/Types/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="/1/Types/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="/1/Types/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="/1/Types/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="/2/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="/1/Types/OclType" containment="true" eOpposite="/1/Types/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="/1/Types/TupleType" eOpposite="/1/Types/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="/1/Types/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="/1/Types/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="/1/Types/OclType" containment="true" eOpposite="/1/Types/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="/1/Types/OclType" containment="true" eOpposite="/1/Types/OclType/mapType"/>
</eClassifiers>
</eSubpackages>
</ecore:EPackage>
<ecore:EPackage name="Core">
<eClassifiers xsi:type="ecore:EClass" name="Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="/3/String"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="Double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/atlanmod/EMFTVM-D/tests/org.eclipse.m2m.atl.tests/data/inputs/DSLBridge/ATL-0.2.ecore | ecore | ATL
DerivedInPatternElement
value
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
Unit
libraries
name
Library
helpers
Rule
outPattern
actionBlock
variables
name
OutPatternElement
outPattern
sourceElement
bindings
InPattern
elements
rule
filter
OutPattern
rule
elements
ModuleElement
module
Helper
query
library
definition
SimpleInPatternElement
IterateInPatternElement
collection
InPatternElement
mapsTo
inPattern
PatternElement
CalledRule
parameters
isEntrypoint
Binding
value
outPatternElement
propertyName
ForEachOutPatternElement
collection
iterator
RuleVariableDeclaration
rule
LibraryRef
unit
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
LazyMatchedRule
isUnique
SimpleOutPatternElement
OCL
OclFeature
definition
name
Attribute
initExpression
type
Operation
parameters
returnType
body
Parameter
operation
OclModel
metamodel
elements
model
name
OclContextDefinition
definition
context_
OclFeatureDefinition
feature
context_
Expressions
CollectionOperationCallExp
VariableExp
referredVariable
name
MapExp
elements
MapElement
map
key
value
RealExp
realSymbol
PrimitiveExp
OclUndefinedExp
IterateExp
result
PropertyCallExp
source
TuplePart
tuple
OclExpression
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
type
owningAttribute
encodedType
IntegerExp
integerSymbol
EnumLiteralExp
name
OperatorCallExp
IteratorExp
name
StringExp
stringSymbol
BooleanExp
booleanSymbol
LetExp
variable
in_
Iterator
loopExpr
VariableDeclaration
letExp
type
baseExp
variableExp
initExpression
varName
id
OperationCallExp
arguments
operationName
signature
NumericExp
BagExp
CollectionExp
elements
IfExp
thenExpression
condition
elseExpression
LoopExp
body
iterators
TupleExp
tuplePart
SequenceExp
NavigationOrAttributeCallExp
name
SetExp
OrderedSetExp
Types
CollectionType
elementType
OclType
definitions
oclExpression
operation
mapType2
attribute
mapType
collectionTypes
tupleTypeAttribute
variableDeclaration
name
StringType
Primitive
RealType
OclAnyType
TupleType
attributes
SequenceType
BooleanType
OclModelElement
model
SetType
BagType
OrderedSetType
NumericType
TupleTypeAttribute
type
tupleType
name
IntegerType
MapType
valueType
keyType
Core
Element
location
commentsBefore
commentsAfter
PrimitiveTypes
Double
Integer
String
Boolean | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedInPatternElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateInPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","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":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"id":33,"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":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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"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":39,"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":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":"inModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":45,"serializable":true,"eClass":"EDataType"},{"id":46,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"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":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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"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":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"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":63,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":64,"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":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":68,"serializable":true,"eClass":"EDataType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"id":83,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"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":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"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":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"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":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":"outPattern","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"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":106,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","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":"bindings","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"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":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPatternElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"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":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"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":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"id":135,"eClass":"EGenericType"},{"id":136,"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":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"id":144,"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":145,"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":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"id":149,"eClass":"EGenericType"},{"id":150,"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":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":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"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":157,"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":158,"derived":false},{"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},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"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":168,"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":169,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":170,"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":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"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":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"OCL","id":182,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"Expressions","id":187,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Types","id":188,"eClass":"EPackage"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"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":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"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":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"id":201,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"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":204,"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":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"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":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"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":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"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":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"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":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"id":264,"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":265,"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":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"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":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"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":274,"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":275,"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":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"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":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":283,"serializable":true,"eClass":"EDataType"},{"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":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"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":307,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"encodedType","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"derived":false},{"id":317,"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":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":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":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"id":323,"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":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"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":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"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":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":334,"serializable":true,"eClass":"EDataType"},{"id":335,"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":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"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":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"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":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"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":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":357,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":359,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":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":"signature","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"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":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":409,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"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":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"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":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"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":439,"derived":false},{"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"},{"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":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"Core","id":457,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":458,"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":459,"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":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":464,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":30},{"source":1,"target":31},{"source":30,"target":32},{"source":30,"target":33},{"source":30,"target":1},{"source":33,"target":32},{"source":31,"target":20},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":34,"target":32},{"source":34,"target":37},{"source":34,"target":2},{"source":37,"target":32},{"source":35,"target":17},{"source":35,"target":38},{"source":35,"target":2},{"source":35,"target":39},{"source":38,"target":17},{"source":36,"target":10},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":40,"target":45},{"source":40,"target":46},{"source":40,"target":3},{"source":46,"target":45},{"source":41,"target":47},{"source":41,"target":48},{"source":41,"target":3},{"source":48,"target":47},{"source":42,"target":47},{"source":42,"target":49},{"source":42,"target":3},{"source":49,"target":47},{"source":43,"target":16},{"source":43,"target":50},{"source":43,"target":3},{"source":43,"target":51},{"source":50,"target":16},{"source":44,"target":10},{"source":4,"target":0},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":53,"target":12},{"source":53,"target":56},{"source":53,"target":4},{"source":53,"target":57},{"source":56,"target":12},{"source":54,"target":5},{"source":54,"target":58},{"source":54,"target":4},{"source":58,"target":5},{"source":55,"target":52},{"source":5,"target":0},{"source":5,"target":52},{"source":5,"target":59},{"source":59,"target":52},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":60},{"source":6,"target":61},{"source":60,"target":32},{"source":60,"target":62},{"source":60,"target":6},{"source":62,"target":32},{"source":61,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":63,"target":32},{"source":63,"target":67},{"source":63,"target":7},{"source":67,"target":32},{"source":64,"target":68},{"source":64,"target":69},{"source":64,"target":7},{"source":69,"target":68},{"source":65,"target":32},{"source":65,"target":70},{"source":65,"target":7},{"source":70,"target":32},{"source":66,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":71},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":71,"target":32},{"source":71,"target":75},{"source":71,"target":8},{"source":75,"target":32},{"source":72,"target":5},{"source":72,"target":76},{"source":72,"target":8},{"source":76,"target":5},{"source":73,"target":5},{"source":73,"target":77},{"source":73,"target":8},{"source":77,"target":5},{"source":74,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":78,"target":82},{"source":78,"target":83},{"source":78,"target":9},{"source":83,"target":82},{"source":79,"target":32},{"source":79,"target":84},{"source":79,"target":9},{"source":84,"target":32},{"source":80,"target":5},{"source":80,"target":85},{"source":80,"target":9},{"source":85,"target":5},{"source":81,"target":5},{"source":10,"target":0},{"source":10,"target":52},{"source":10,"target":86},{"source":10,"target":87},{"source":10,"target":88},{"source":86,"target":26},{"source":86,"target":89},{"source":86,"target":10},{"source":86,"target":90},{"source":89,"target":26},{"source":87,"target":68},{"source":87,"target":91},{"source":87,"target":10},{"source":91,"target":68},{"source":88,"target":52},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":92},{"source":11,"target":93},{"source":92,"target":17},{"source":92,"target":94},{"source":92,"target":11},{"source":92,"target":95},{"source":94,"target":17},{"source":93,"target":10},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":96},{"source":12,"target":57},{"source":12,"target":97},{"source":12,"target":98},{"source":12,"target":99},{"source":96,"target":15},{"source":96,"target":100},{"source":96,"target":12},{"source":96,"target":101},{"source":100,"target":15},{"source":57,"target":4},{"source":57,"target":102},{"source":57,"target":12},{"source":57,"target":53},{"source":102,"target":4},{"source":97,"target":25},{"source":97,"target":103},{"source":97,"target":12},{"source":97,"target":104},{"source":103,"target":25},{"source":98,"target":68},{"source":98,"target":105},{"source":98,"target":12},{"source":105,"target":68},{"source":99,"target":16},{"source":13,"target":0},{"source":13,"target":21},{"source":13,"target":106},{"source":13,"target":107},{"source":13,"target":108},{"source":13,"target":109},{"source":106,"target":15},{"source":106,"target":110},{"source":106,"target":13},{"source":106,"target":111},{"source":110,"target":15},{"source":107,"target":20},{"source":107,"target":112},{"source":107,"target":13},{"source":107,"target":113},{"source":112,"target":20},{"source":108,"target":23},{"source":108,"target":114},{"source":108,"target":13},{"source":108,"target":115},{"source":114,"target":23},{"source":109,"target":21},{"source":14,"target":0},{"source":14,"target":52},{"source":14,"target":116},{"source":14,"target":117},{"source":14,"target":118},{"source":14,"target":119},{"source":116,"target":20},{"source":116,"target":120},{"source":116,"target":14},{"source":116,"target":121},{"source":120,"target":20},{"source":117,"target":27},{"source":117,"target":122},{"source":117,"target":14},{"source":117,"target":123},{"source":122,"target":27},{"source":118,"target":32},{"source":118,"target":124},{"source":118,"target":14},{"source":124,"target":32},{"source":119,"target":52},{"source":15,"target":0},{"source":15,"target":52},{"source":15,"target":101},{"source":15,"target":111},{"source":15,"target":125},{"source":101,"target":12},{"source":101,"target":126},{"source":101,"target":15},{"source":101,"target":96},{"source":126,"target":12},{"source":111,"target":13},{"source":111,"target":127},{"source":111,"target":15},{"source":111,"target":106},{"source":127,"target":13},{"source":125,"target":52},{"source":16,"target":0},{"source":16,"target":52},{"source":16,"target":51},{"source":16,"target":128},{"source":51,"target":3},{"source":51,"target":129},{"source":51,"target":16},{"source":51,"target":43},{"source":129,"target":3},{"source":128,"target":52},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":39},{"source":17,"target":95},{"source":17,"target":130},{"source":17,"target":131},{"source":39,"target":2},{"source":39,"target":132},{"source":39,"target":17},{"source":39,"target":35},{"source":132,"target":2},{"source":95,"target":11},{"source":95,"target":133},{"source":95,"target":17},{"source":95,"target":92},{"source":133,"target":11},{"source":130,"target":134},{"source":130,"target":135},{"source":130,"target":17},{"source":135,"target":134},{"source":131,"target":16},{"source":18,"target":0},{"source":18,"target":20},{"source":18,"target":136},{"source":136,"target":20},{"source":19,"target":0},{"source":19,"target":20},{"source":19,"target":137},{"source":19,"target":138},{"source":137,"target":32},{"source":137,"target":139},{"source":137,"target":19},{"source":139,"target":32},{"source":138,"target":20},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":113},{"source":20,"target":121},{"source":20,"target":140},{"source":113,"target":13},{"source":113,"target":141},{"source":113,"target":20},{"source":113,"target":107},{"source":141,"target":13},{"source":121,"target":14},{"source":121,"target":142},{"source":121,"target":20},{"source":121,"target":116},{"source":142,"target":14},{"source":140,"target":21},{"source":21,"target":0},{"source":21,"target":143},{"source":21,"target":144},{"source":144,"target":143},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":145},{"source":22,"target":146},{"source":22,"target":147},{"source":145,"target":148},{"source":145,"target":149},{"source":145,"target":22},{"source":149,"target":148},{"source":146,"target":45},{"source":146,"target":150},{"source":146,"target":22},{"source":150,"target":45},{"source":147,"target":12},{"source":23,"target":0},{"source":23,"target":52},{"source":23,"target":151},{"source":23,"target":115},{"source":23,"target":152},{"source":23,"target":153},{"source":151,"target":32},{"source":151,"target":154},{"source":151,"target":23},{"source":154,"target":32},{"source":115,"target":13},{"source":115,"target":155},{"source":115,"target":23},{"source":115,"target":108},{"source":155,"target":13},{"source":152,"target":68},{"source":152,"target":156},{"source":152,"target":23},{"source":156,"target":68},{"source":153,"target":52},{"source":24,"target":0},{"source":24,"target":13},{"source":24,"target":157},{"source":24,"target":158},{"source":24,"target":159},{"source":157,"target":32},{"source":157,"target":160},{"source":157,"target":24},{"source":160,"target":32},{"source":158,"target":82},{"source":158,"target":161},{"source":158,"target":24},{"source":161,"target":82},{"source":159,"target":13},{"source":25,"target":0},{"source":25,"target":143},{"source":25,"target":104},{"source":25,"target":162},{"source":104,"target":12},{"source":104,"target":163},{"source":104,"target":25},{"source":104,"target":97},{"source":163,"target":12},{"source":162,"target":143},{"source":26,"target":0},{"source":26,"target":52},{"source":26,"target":90},{"source":26,"target":164},{"source":26,"target":165},{"source":90,"target":10},{"source":90,"target":166},{"source":90,"target":26},{"source":90,"target":86},{"source":166,"target":10},{"source":164,"target":68},{"source":164,"target":167},{"source":164,"target":26},{"source":167,"target":68},{"source":165,"target":52},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":123},{"source":27,"target":168},{"source":27,"target":169},{"source":27,"target":170},{"source":27,"target":171},{"source":27,"target":172},{"source":123,"target":14},{"source":123,"target":173},{"source":123,"target":27},{"source":123,"target":117},{"source":173,"target":14},{"source":168,"target":27},{"source":168,"target":174},{"source":168,"target":27},{"source":168,"target":169},{"source":174,"target":27},{"source":169,"target":27},{"source":169,"target":175},{"source":169,"target":27},{"source":169,"target":168},{"source":175,"target":27},{"source":170,"target":45},{"source":170,"target":176},{"source":170,"target":27},{"source":176,"target":45},{"source":171,"target":45},{"source":171,"target":177},{"source":171,"target":27},{"source":177,"target":45},{"source":172,"target":12},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":178},{"source":28,"target":179},{"source":178,"target":45},{"source":178,"target":180},{"source":178,"target":28},{"source":180,"target":45},{"source":179,"target":27},{"source":29,"target":0},{"source":29,"target":13},{"source":29,"target":181},{"source":181,"target":13},{"source":182,"target":183},{"source":182,"target":184},{"source":182,"target":185},{"source":182,"target":148},{"source":182,"target":47},{"source":182,"target":186},{"source":182,"target":134},{"source":182,"target":187},{"source":182,"target":188},{"source":183,"target":182},{"source":183,"target":52},{"source":183,"target":189},{"source":183,"target":190},{"source":183,"target":191},{"source":189,"target":134},{"source":189,"target":192},{"source":189,"target":183},{"source":189,"target":193},{"source":192,"target":134},{"source":190,"target":68},{"source":190,"target":194},{"source":190,"target":183},{"source":194,"target":68},{"source":191,"target":52},{"source":184,"target":182},{"source":184,"target":183},{"source":184,"target":195},{"source":184,"target":196},{"source":184,"target":197},{"source":195,"target":32},{"source":195,"target":198},{"source":195,"target":184},{"source":195,"target":199},{"source":198,"target":32},{"source":196,"target":200},{"source":196,"target":201},{"source":196,"target":184},{"source":196,"target":202},{"source":201,"target":200},{"source":197,"target":183},{"source":185,"target":182},{"source":185,"target":183},{"source":185,"target":203},{"source":185,"target":204},{"source":185,"target":205},{"source":185,"target":206},{"source":203,"target":148},{"source":203,"target":207},{"source":203,"target":185},{"source":203,"target":208},{"source":207,"target":148},{"source":204,"target":200},{"source":204,"target":209},{"source":204,"target":185},{"source":204,"target":210},{"source":209,"target":200},{"source":205,"target":32},{"source":205,"target":211},{"source":205,"target":185},{"source":205,"target":212},{"source":211,"target":32},{"source":206,"target":183},{"source":148,"target":182},{"source":148,"target":143},{"source":148,"target":208},{"source":148,"target":213},{"source":208,"target":185},{"source":208,"target":214},{"source":208,"target":148},{"source":208,"target":203},{"source":214,"target":185},{"source":213,"target":143},{"source":47,"target":182},{"source":47,"target":52},{"source":47,"target":215},{"source":47,"target":216},{"source":47,"target":217},{"source":47,"target":218},{"source":47,"target":219},{"source":215,"target":47},{"source":215,"target":220},{"source":215,"target":47},{"source":215,"target":217},{"source":220,"target":47},{"source":216,"target":221},{"source":216,"target":222},{"source":216,"target":47},{"source":216,"target":223},{"source":222,"target":221},{"source":217,"target":47},{"source":217,"target":224},{"source":217,"target":47},{"source":217,"target":215},{"source":224,"target":47},{"source":218,"target":68},{"source":218,"target":225},{"source":218,"target":47},{"source":225,"target":68},{"source":219,"target":52},{"source":186,"target":182},{"source":186,"target":52},{"source":186,"target":226},{"source":186,"target":227},{"source":186,"target":228},{"source":226,"target":134},{"source":226,"target":229},{"source":226,"target":186},{"source":226,"target":230},{"source":229,"target":134},{"source":227,"target":200},{"source":227,"target":231},{"source":227,"target":186},{"source":227,"target":232},{"source":231,"target":200},{"source":228,"target":52},{"source":134,"target":182},{"source":134,"target":52},{"source":134,"target":193},{"source":134,"target":230},{"source":134,"target":233},{"source":193,"target":183},{"source":193,"target":234},{"source":193,"target":134},{"source":193,"target":189},{"source":234,"target":183},{"source":230,"target":186},{"source":230,"target":235},{"source":230,"target":134},{"source":230,"target":226},{"source":235,"target":186},{"source":233,"target":52},{"source":187,"target":236},{"source":187,"target":237},{"source":187,"target":238},{"source":187,"target":239},{"source":187,"target":240},{"source":187,"target":241},{"source":187,"target":242},{"source":187,"target":243},{"source":187,"target":244},{"source":187,"target":245},{"source":187,"target":32},{"source":187,"target":246},{"source":187,"target":247},{"source":187,"target":248},{"source":187,"target":249},{"source":187,"target":250},{"source":187,"target":251},{"source":187,"target":252},{"source":187,"target":82},{"source":187,"target":143},{"source":187,"target":253},{"source":187,"target":254},{"source":187,"target":255},{"source":187,"target":256},{"source":187,"target":257},{"source":187,"target":258},{"source":187,"target":259},{"source":187,"target":260},{"source":187,"target":261},{"source":187,"target":262},{"source":187,"target":263},{"source":187,"target":182},{"source":236,"target":187},{"source":236,"target":253},{"source":236,"target":264},{"source":264,"target":253},{"source":237,"target":187},{"source":237,"target":32},{"source":237,"target":265},{"source":237,"target":266},{"source":237,"target":267},{"source":265,"target":143},{"source":265,"target":268},{"source":265,"target":237},{"source":265,"target":269},{"source":268,"target":143},{"source":266,"target":68},{"source":266,"target":270},{"source":266,"target":237},{"source":270,"target":68},{"source":267,"target":32},{"source":238,"target":187},{"source":238,"target":32},{"source":238,"target":271},{"source":238,"target":272},{"source":271,"target":239},{"source":271,"target":273},{"source":271,"target":238},{"source":271,"target":274},{"source":273,"target":239},{"source":272,"target":32},{"source":239,"target":187},{"source":239,"target":52},{"source":239,"target":274},{"source":239,"target":275},{"source":239,"target":276},{"source":239,"target":277},{"source":274,"target":238},{"source":274,"target":278},{"source":274,"target":239},{"source":274,"target":271},{"source":278,"target":238},{"source":275,"target":32},{"source":275,"target":279},{"source":275,"target":239},{"source":279,"target":32},{"source":276,"target":32},{"source":276,"target":280},{"source":276,"target":239},{"source":280,"target":32},{"source":277,"target":52},{"source":240,"target":187},{"source":240,"target":254},{"source":240,"target":281},{"source":240,"target":282},{"source":281,"target":283},{"source":281,"target":284},{"source":281,"target":240},{"source":284,"target":283},{"source":282,"target":254},{"source":241,"target":187},{"source":241,"target":32},{"source":241,"target":285},{"source":285,"target":32},{"source":242,"target":187},{"source":242,"target":32},{"source":242,"target":286},{"source":286,"target":32},{"source":243,"target":187},{"source":243,"target":258},{"source":243,"target":287},{"source":243,"target":288},{"source":287,"target":143},{"source":287,"target":289},{"source":287,"target":243},{"source":287,"target":290},{"source":289,"target":143},{"source":288,"target":258},{"source":244,"target":187},{"source":244,"target":32},{"source":244,"target":291},{"source":244,"target":292},{"source":291,"target":32},{"source":291,"target":293},{"source":291,"target":244},{"source":291,"target":294},{"source":293,"target":32},{"source":292,"target":32},{"source":245,"target":187},{"source":245,"target":143},{"source":245,"target":295},{"source":245,"target":296},{"source":295,"target":259},{"source":295,"target":297},{"source":295,"target":245},{"source":295,"target":298},{"source":297,"target":259},{"source":296,"target":143},{"source":32,"target":187},{"source":32,"target":52},{"source":32,"target":299},{"source":32,"target":294},{"source":32,"target":300},{"source":32,"target":301},{"source":32,"target":302},{"source":32,"target":303},{"source":32,"target":304},{"source":32,"target":305},{"source":32,"target":212},{"source":32,"target":306},{"source":32,"target":307},{"source":32,"target":199},{"source":32,"target":308},{"source":32,"target":309},{"source":299,"target":257},{"source":299,"target":310},{"source":299,"target":32},{"source":299,"target":311},{"source":310,"target":257},{"source":294,"target":244},{"source":294,"target":312},{"source":294,"target":32},{"source":294,"target":291},{"source":312,"target":244},{"source":300,"target":256},{"source":300,"target":313},{"source":300,"target":32},{"source":300,"target":314},{"source":313,"target":256},{"source":301,"target":252},{"source":301,"target":315},{"source":301,"target":32},{"source":301,"target":316},{"source":315,"target":252},{"source":302,"target":258},{"source":302,"target":317},{"source":302,"target":32},{"source":302,"target":318},{"source":317,"target":258},{"source":303,"target":253},{"source":303,"target":319},{"source":303,"target":32},{"source":303,"target":320},{"source":319,"target":253},{"source":304,"target":143},{"source":304,"target":321},{"source":304,"target":32},{"source":304,"target":322},{"source":321,"target":143},{"source":305,"target":257},{"source":305,"target":323},{"source":305,"target":32},{"source":305,"target":324},{"source":323,"target":257},{"source":212,"target":185},{"source":212,"target":325},{"source":212,"target":32},{"source":212,"target":205},{"source":325,"target":185},{"source":306,"target":257},{"source":306,"target":326},{"source":306,"target":32},{"source":306,"target":327},{"source":326,"target":257},{"source":307,"target":200},{"source":307,"target":328},{"source":307,"target":32},{"source":307,"target":329},{"source":328,"target":200},{"source":199,"target":184},{"source":199,"target":330},{"source":199,"target":32},{"source":199,"target":195},{"source":330,"target":184},{"source":308,"target":68},{"source":308,"target":331},{"source":308,"target":32},{"source":331,"target":68},{"source":309,"target":52},{"source":246,"target":187},{"source":246,"target":254},{"source":246,"target":332},{"source":246,"target":333},{"source":332,"target":334},{"source":332,"target":335},{"source":332,"target":246},{"source":335,"target":334},{"source":333,"target":254},{"source":247,"target":187},{"source":247,"target":32},{"source":247,"target":336},{"source":247,"target":337},{"source":336,"target":68},{"source":336,"target":338},{"source":336,"target":247},{"source":338,"target":68},{"source":337,"target":32},{"source":248,"target":187},{"source":248,"target":253},{"source":248,"target":339},{"source":339,"target":253},{"source":249,"target":187},{"source":249,"target":258},{"source":249,"target":340},{"source":249,"target":341},{"source":340,"target":68},{"source":340,"target":342},{"source":340,"target":249},{"source":342,"target":68},{"source":341,"target":258},{"source":250,"target":187},{"source":250,"target":241},{"source":250,"target":343},{"source":250,"target":344},{"source":343,"target":68},{"source":343,"target":345},{"source":343,"target":250},{"source":345,"target":68},{"source":344,"target":241},{"source":251,"target":187},{"source":251,"target":241},{"source":251,"target":346},{"source":251,"target":347},{"source":346,"target":45},{"source":346,"target":348},{"source":346,"target":251},{"source":348,"target":45},{"source":347,"target":241},{"source":252,"target":187},{"source":252,"target":32},{"source":252,"target":349},{"source":252,"target":316},{"source":252,"target":350},{"source":349,"target":143},{"source":349,"target":351},{"source":349,"target":252},{"source":349,"target":352},{"source":351,"target":143},{"source":316,"target":32},{"source":316,"target":353},{"source":316,"target":252},{"source":316,"target":301},{"source":353,"target":32},{"source":350,"target":32},{"source":82,"target":187},{"source":82,"target":143},{"source":82,"target":354},{"source":82,"target":355},{"source":354,"target":258},{"source":354,"target":356},{"source":354,"target":82},{"source":354,"target":357},{"source":356,"target":258},{"source":355,"target":143},{"source":143,"target":187},{"source":143,"target":52},{"source":143,"target":352},{"source":143,"target":358},{"source":143,"target":290},{"source":143,"target":269},{"source":143,"target":322},{"source":143,"target":359},{"source":143,"target":360},{"source":143,"target":361},{"source":352,"target":252},{"source":352,"target":362},{"source":352,"target":143},{"source":352,"target":349},{"source":362,"target":252},{"source":358,"target":200},{"source":358,"target":363},{"source":358,"target":143},{"source":358,"target":364},{"source":363,"target":200},{"source":290,"target":243},{"source":290,"target":365},{"source":290,"target":143},{"source":290,"target":287},{"source":365,"target":243},{"source":269,"target":237},{"source":269,"target":366},{"source":269,"target":143},{"source":269,"target":265},{"source":366,"target":237},{"source":322,"target":32},{"source":322,"target":367},{"source":322,"target":143},{"source":322,"target":304},{"source":367,"target":32},{"source":359,"target":68},{"source":359,"target":368},{"source":359,"target":143},{"source":368,"target":68},{"source":360,"target":68},{"source":360,"target":369},{"source":360,"target":143},{"source":369,"target":68},{"source":361,"target":52},{"source":253,"target":187},{"source":253,"target":244},{"source":253,"target":320},{"source":253,"target":370},{"source":253,"target":371},{"source":253,"target":372},{"source":320,"target":32},{"source":320,"target":373},{"source":320,"target":253},{"source":320,"target":303},{"source":373,"target":32},{"source":370,"target":68},{"source":370,"target":374},{"source":370,"target":253},{"source":374,"target":68},{"source":371,"target":68},{"source":371,"target":375},{"source":371,"target":253},{"source":375,"target":68},{"source":372,"target":244},{"source":254,"target":187},{"source":254,"target":241},{"source":254,"target":376},{"source":376,"target":241},{"source":255,"target":187},{"source":255,"target":256},{"source":255,"target":377},{"source":377,"target":256},{"source":256,"target":187},{"source":256,"target":32},{"source":256,"target":314},{"source":256,"target":378},{"source":314,"target":32},{"source":314,"target":379},{"source":314,"target":256},{"source":314,"target":300},{"source":379,"target":32},{"source":378,"target":32},{"source":257,"target":187},{"source":257,"target":32},{"source":257,"target":324},{"source":257,"target":327},{"source":257,"target":311},{"source":257,"target":380},{"source":324,"target":32},{"source":324,"target":381},{"source":324,"target":257},{"source":324,"target":305},{"source":381,"target":32},{"source":327,"target":32},{"source":327,"target":382},{"source":327,"target":257},{"source":327,"target":306},{"source":382,"target":32},{"source":311,"target":32},{"source":311,"target":383},{"source":311,"target":257},{"source":311,"target":299},{"source":383,"target":32},{"source":380,"target":32},{"source":258,"target":187},{"source":258,"target":244},{"source":258,"target":318},{"source":258,"target":357},{"source":258,"target":384},{"source":318,"target":32},{"source":318,"target":385},{"source":318,"target":258},{"source":318,"target":302},{"source":385,"target":32},{"source":357,"target":82},{"source":357,"target":386},{"source":357,"target":258},{"source":357,"target":354},{"source":386,"target":82},{"source":384,"target":244},{"source":259,"target":187},{"source":259,"target":32},{"source":259,"target":298},{"source":259,"target":387},{"source":298,"target":245},{"source":298,"target":388},{"source":298,"target":259},{"source":298,"target":295},{"source":388,"target":245},{"source":387,"target":32},{"source":260,"target":187},{"source":260,"target":256},{"source":260,"target":389},{"source":389,"target":256},{"source":261,"target":187},{"source":261,"target":244},{"source":261,"target":390},{"source":261,"target":391},{"source":390,"target":68},{"source":390,"target":392},{"source":390,"target":261},{"source":392,"target":68},{"source":391,"target":244},{"source":262,"target":187},{"source":262,"target":256},{"source":262,"target":393},{"source":393,"target":256},{"source":263,"target":187},{"source":263,"target":256},{"source":263,"target":394},{"source":394,"target":256},{"source":188,"target":395},{"source":188,"target":200},{"source":188,"target":396},{"source":188,"target":397},{"source":188,"target":398},{"source":188,"target":399},{"source":188,"target":400},{"source":188,"target":401},{"source":188,"target":402},{"source":188,"target":221},{"source":188,"target":403},{"source":188,"target":404},{"source":188,"target":405},{"source":188,"target":406},{"source":188,"target":407},{"source":188,"target":408},{"source":188,"target":409},{"source":188,"target":182},{"source":395,"target":188},{"source":395,"target":200},{"source":395,"target":410},{"source":395,"target":411},{"source":410,"target":200},{"source":410,"target":412},{"source":410,"target":395},{"source":410,"target":413},{"source":412,"target":200},{"source":411,"target":200},{"source":200,"target":188},{"source":200,"target":32},{"source":200,"target":232},{"source":200,"target":329},{"source":200,"target":210},{"source":200,"target":414},{"source":200,"target":202},{"source":200,"target":415},{"source":200,"target":413},{"source":200,"target":416},{"source":200,"target":364},{"source":200,"target":417},{"source":200,"target":418},{"source":232,"target":186},{"source":232,"target":419},{"source":232,"target":200},{"source":232,"target":227},{"source":419,"target":186},{"source":329,"target":32},{"source":329,"target":420},{"source":329,"target":200},{"source":329,"target":307},{"source":420,"target":32},{"source":210,"target":185},{"source":210,"target":421},{"source":210,"target":200},{"source":210,"target":204},{"source":421,"target":185},{"source":414,"target":409},{"source":414,"target":422},{"source":414,"target":200},{"source":414,"target":423},{"source":422,"target":409},{"source":202,"target":184},{"source":202,"target":424},{"source":202,"target":200},{"source":202,"target":196},{"source":424,"target":184},{"source":415,"target":409},{"source":415,"target":425},{"source":415,"target":200},{"source":415,"target":426},{"source":425,"target":409},{"source":413,"target":395},{"source":413,"target":427},{"source":413,"target":200},{"source":413,"target":410},{"source":427,"target":395},{"source":416,"target":407},{"source":416,"target":428},{"source":416,"target":200},{"source":416,"target":429},{"source":428,"target":407},{"source":364,"target":143},{"source":364,"target":430},{"source":364,"target":200},{"source":364,"target":358},{"source":430,"target":143},{"source":417,"target":68},{"source":417,"target":431},{"source":417,"target":200},{"source":431,"target":68},{"source":418,"target":32},{"source":396,"target":188},{"source":396,"target":397},{"source":396,"target":432},{"source":432,"target":397},{"source":397,"target":188},{"source":397,"target":200},{"source":397,"target":433},{"source":433,"target":200},{"source":398,"target":188},{"source":398,"target":406},{"source":398,"target":434},{"source":434,"target":406},{"source":399,"target":188},{"source":399,"target":200},{"source":399,"target":435},{"source":435,"target":200},{"source":400,"target":188},{"source":400,"target":200},{"source":400,"target":436},{"source":400,"target":437},{"source":436,"target":407},{"source":436,"target":438},{"source":436,"target":400},{"source":436,"target":439},{"source":438,"target":407},{"source":437,"target":200},{"source":401,"target":188},{"source":401,"target":395},{"source":401,"target":440},{"source":440,"target":395},{"source":402,"target":188},{"source":402,"target":397},{"source":402,"target":441},{"source":441,"target":397},{"source":221,"target":188},{"source":221,"target":200},{"source":221,"target":223},{"source":221,"target":442},{"source":223,"target":47},{"source":223,"target":443},{"source":223,"target":221},{"source":223,"target":216},{"source":443,"target":47},{"source":442,"target":200},{"source":403,"target":188},{"source":403,"target":395},{"source":403,"target":444},{"source":444,"target":395},{"source":404,"target":188},{"source":404,"target":395},{"source":404,"target":445},{"source":445,"target":395},{"source":405,"target":188},{"source":405,"target":395},{"source":405,"target":446},{"source":446,"target":395},{"source":406,"target":188},{"source":406,"target":397},{"source":406,"target":447},{"source":447,"target":397},{"source":407,"target":188},{"source":407,"target":52},{"source":407,"target":429},{"source":407,"target":439},{"source":407,"target":448},{"source":407,"target":449},{"source":429,"target":200},{"source":429,"target":450},{"source":429,"target":407},{"source":429,"target":416},{"source":450,"target":200},{"source":439,"target":400},{"source":439,"target":451},{"source":439,"target":407},{"source":439,"target":436},{"source":451,"target":400},{"source":448,"target":68},{"source":448,"target":452},{"source":448,"target":407},{"source":452,"target":68},{"source":449,"target":52},{"source":408,"target":188},{"source":408,"target":406},{"source":408,"target":453},{"source":453,"target":406},{"source":409,"target":188},{"source":409,"target":200},{"source":409,"target":423},{"source":409,"target":426},{"source":409,"target":454},{"source":423,"target":200},{"source":423,"target":455},{"source":423,"target":409},{"source":423,"target":414},{"source":455,"target":200},{"source":426,"target":200},{"source":426,"target":456},{"source":426,"target":409},{"source":426,"target":415},{"source":456,"target":200},{"source":454,"target":200},{"source":457,"target":52},{"source":52,"target":457},{"source":52,"target":458},{"source":52,"target":459},{"source":52,"target":460},{"source":458,"target":68},{"source":458,"target":461},{"source":458,"target":52},{"source":461,"target":68},{"source":459,"target":68},{"source":459,"target":462},{"source":459,"target":52},{"source":462,"target":68},{"source":460,"target":68},{"source":460,"target":463},{"source":460,"target":52},{"source":463,"target":68},{"source":464,"target":283},{"source":464,"target":334},{"source":464,"target":68},{"source":464,"target":45},{"source":283,"target":464},{"source":334,"target":464},{"source":68,"target":464},{"source":45,"target":464}],"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="concepts"
nsURI="http://LexGrid.org/schema/2009/01/LexGrid/concepts" nsPrefix="lgCon">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/concepts">Lexical definitions package</h2>
 
The LexGrid model of the lexical portion of an entity description.

 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/commonTypes">Shared types for the LexGrid package</h2>
 
Type definitions that are shared by more than one LexGrid module

 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/builtins">Core data types for the LexGrid package</h2>
 
These are the basic types used in the construction of the rest of the LexGrid model. They need to be mapped to the appropriate implementation specific data types. The mapping in this package represents the XML Schema data types mapping

 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/versions">Revision and history package</h2>
 
The LexGrid model of revisions, history and releases.

 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/codingSchemes">Coding Scheme Definitions</h2>
 
The definition of the Coding Scheme resource.

 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/valueDomains">Value domains and pick list packages</h2>
 
The LexGrid model of value domains and associated pick lists.

 <h2 xmlns="http://LexGrid.org/schema/2009/01/LexGrid/naming">Local identifier to URI mapping resource definition</h2>
 
This package supports the local id to URI mappings."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="types.ecore#//Property">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A property that is used as an annotation or other note about the state or usage of the entity. The propertyType of comment must be "comment""/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="comment"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Concept" eSuperTypes="#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An entity that represents a class or category. The entityType for the class concept must be "concept"."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="concept"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="types.ecore#//Property">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A property that defines the entity in a particular langage or context.. The propertyType of definition must be "definition""/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="definition"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPreferred" eType="ecore:EDataType builtins.ecore#//TsBooleanObject"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True means this is the preferred definition for the given language and context."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="isPreferred"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entities">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A set of entity codes and their lexical descriptions"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="entities"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1"
upperBound="-1" eType="#//Entity" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An individual entity within the set"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="entity"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="types.ecore#//VersionableAndDescribable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A set of lexical assertions about the intended meaning of a particular entity code."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="entity"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entityType" unique="false"
upperBound="-1" eType="ecore:EDataType types.ecore#//EntityType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local identifiers of the entity types(s) represented by this entity code. Must match a local id of a supportedEntityType in the corresponding mappings section."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="entityType"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="presentation" upperBound="-1"
eType="#//Presentation" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The set of presentations for this entityCode that are defined in the containing coding scheme."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="presentation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" upperBound="-1"
eType="#//Definition" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The set of definitions for this entityCode that are defined in the containing coding scheme."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="definition"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="comment" upperBound="-1"
eType="#//Comment" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The set of comments for this entityCode that are defined in the containing coding scheme."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="comment"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" upperBound="-1"
eType="ecore:EClass types.ecore#//Property" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The set of properties of this entityCode that are defined in the containing coding scheme."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="property"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyLink" upperBound="-1"
eType="#//PropertyLink" containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A link between two properties for the same coded entry. Example: literal translation of, acronym of"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="propertyLink"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entityCode" lowerBound="1"
eType="ecore:EDataType types.ecore#//EntityCode">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The entity code being defined. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="entityCode"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entityCodeNamespace" eType="ecore:EDataType types.ecore#//NamespaceName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Local identifier of the namespace of the entityCode. entityCodeNamespace must match a local id of a supportedNamespace in the corresponding mappings section. If omitted, the URI of the defaultCodingScheme will be used as the namespace for the entity code."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="entityCodeNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAnonymous" eType="ecore:EDataType builtins.ecore#//TsBooleanObject"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True means that the entityCode is synthetic, and doesn't actually exist in the namespace. isAnonymous is used for synthetic top and bottom nodes as well as blank or anonymous inner class definitions. Default: False"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="isAnonymous"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDefined" eType="ecore:EDataType builtins.ecore#//TsBooleanObject"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True means that this entityCode is considered to be completely defined (i.e. necessary and sufficient) within the context of the containing code system. False means that only the necessary components are present. If omitted, the state of the entityCode definition is not known."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="isDefined"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instance" eSuperTypes="#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An entity that represents an instance or an individual. The entityType for the class concept must be "instance"."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="instance"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Presentation" eSuperTypes="types.ecore#//Property">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A property ths represents or designates the meaning of the entityCode. The propertyType of presentation must be "presentation""/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="presentation"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="degreeOfFidelity" eType="ecore:EDataType types.ecore#//DegreeOfFidelity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A local identifier that states how closely a term approximates the intended meaning of an entry code. degreeOfFidelity must match a local id of a supportedDegreeOfFidelity in the corresponding mappings section. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="degreeOfFidelity"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPreferred" eType="ecore:EDataType builtins.ecore#//TsBooleanObject"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True means that, *if* the text meets the selection criteria, it should be the preferred form. For a given language there should be only one preferred presentation. "/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="isPreferred"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="matchIfNoContext" eType="ecore:EDataType builtins.ecore#//TsBooleanObject"
unsettable="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="True means that this presentation is valid in a acontextual setting - that it is always valid in the given language. Default: true if there are no property usageContexts, false otherwise."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="matchIfNoContext"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="representationalForm" eType="ecore:EDataType types.ecore#//RepresentationalForm">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A local identifier that states how the term represents the concept (abbrev, acronym, etc.) representationalForm must match a local id of a representationalForm in the corresponding mappings section."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="representationalForm"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyLink">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A link between two properties for an entity.. Examples include acronymFor, abbreviationOf, spellingVariantOf, etc. Must be in supportedPropertyLink."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="propertyLink"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyLink" lowerBound="1"
eType="ecore:EDataType types.ecore#//PropertyLinkName">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The local name of the type of linke between properties. propertyLink must match a local id of a supportedPropertyLink in the corresponding mappings section"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="propertyLink"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceProperty" lowerBound="1"
eType="ecore:EDataType types.ecore#//PropertyId">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The identifier of the first property in the link."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="sourceProperty"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetProperty" lowerBound="1"
eType="ecore:EDataType types.ecore#//PropertyId">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The identifier of the second property in the link."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="targetProperty"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/concepts.ecore | ecore | concepts
Comment
Concept
Definition
isPreferred
Entities
entity
Entity
entityType
presentation
definition
comment
property
propertyLink
entityCode
entityCodeNamespace
isAnonymous
isDefined
Instance
Presentation
degreeOfFidelity
isPreferred
matchIfNoContext
representationalForm
PropertyLink
propertyLink
sourceProperty
targetProperty | null | {"directed":true,"nodes":[{"nsPrefix":"lgCon","nsURI":"http://LexGrid.org/schema/2009/01/LexGrid/concepts","name":"concepts","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concept","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":"Entities","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Presentation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyLink","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isPreferred","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":false,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"entityType","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"presentation","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":"definition","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":"comment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","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":false,"unique":true,"name":"propertyLink","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entityCode","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entityCodeNamespace","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":true,"transient":false,"unique":true,"name":"isAnonymous","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":true,"transient":false,"unique":true,"name":"isDefined","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"degreeOfFidelity","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":true,"transient":false,"unique":true,"name":"isPreferred","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":true,"transient":false,"unique":true,"name":"matchIfNoContext","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":"representationalForm","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyLink","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceProperty","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetProperty","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":10},{"source":10,"target":5},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":12},{"source":11,"target":13},{"source":11,"target":3},{"source":4,"target":0},{"source":4,"target":14},{"source":14,"target":5},{"source":14,"target":15},{"source":14,"target":4},{"source":15,"target":5},{"source":5,"target":0},{"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":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":16,"target":27},{"source":16,"target":5},{"source":17,"target":7},{"source":17,"target":28},{"source":17,"target":5},{"source":28,"target":7},{"source":18,"target":3},{"source":18,"target":29},{"source":18,"target":5},{"source":29,"target":3},{"source":19,"target":1},{"source":19,"target":30},{"source":19,"target":5},{"source":30,"target":1},{"source":20,"target":31},{"source":20,"target":5},{"source":21,"target":8},{"source":21,"target":32},{"source":21,"target":5},{"source":32,"target":8},{"source":22,"target":33},{"source":22,"target":5},{"source":23,"target":34},{"source":23,"target":5},{"source":24,"target":35},{"source":24,"target":5},{"source":25,"target":36},{"source":25,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":37},{"source":37,"target":5},{"source":7,"target":0},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":38,"target":43},{"source":38,"target":7},{"source":39,"target":44},{"source":39,"target":7},{"source":40,"target":45},{"source":40,"target":7},{"source":41,"target":46},{"source":41,"target":7},{"source":8,"target":0},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":47,"target":50},{"source":47,"target":8},{"source":48,"target":51},{"source":48,"target":8},{"source":49,"target":52},{"source":49,"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" name="PetriNet" nsURI="PetriNet" nsPrefix="PetriNet">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PetriNet" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#//Element" containment="true" eOpposite="#//Element/net"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arcs" ordered="false" upperBound="-1"
eType="#//Arc" containment="true" eOpposite="#//Arc/net"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1"
eType="#//PetriNet" eOpposite="#//PetriNet/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingArc" ordered="false"
upperBound="-1" eType="#//TransitionToPlace" eOpposite="#//TransitionToPlace/to"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingArc" ordered="false"
upperBound="-1" eType="#//PlaceToTransition" eOpposite="#//PlaceToTransition/from"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingArc" ordered="false"
lowerBound="1" upperBound="-1" eType="#//PlaceToTransition" eOpposite="#//PlaceToTransition/to"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingArc" ordered="false"
lowerBound="1" upperBound="-1" eType="#//TransitionToPlace" eOpposite="#//TransitionToPlace/from"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1"
eType="#//PetriNet" eOpposite="#//PetriNet/arcs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlaceToTransition" eSuperTypes="#//Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1"
eType="#//Place" eOpposite="#//Place/outgoingArc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1"
eType="#//Transition" eOpposite="#//Transition/incomingArc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionToPlace" eSuperTypes="#//Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1"
eType="#//Transition" eOpposite="#//Transition/outgoingArc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1"
eType="#//Place" eOpposite="#//Place/incomingArc"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lolybc88/Mutations/mutations/transformation/PetriNet.ecore | ecore | PetriNet
LocatedElement
location
NamedElement
name
PetriNet
elements
arcs
Element
net
Place
incomingArc
outgoingArc
Transition
incomingArc
outgoingArc
Arc
weight
net
PlaceToTransition
from
to
TransitionToPlace
from
to | null | {"directed":true,"nodes":[{"nsPrefix":"PetriNet","nsURI":"PetriNet","name":"PetriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceToTransition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionToPlace","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingArc","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":"outgoingArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"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":"incomingArc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"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":"outgoingArc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":10,"target":11},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":14},{"source":12,"target":2},{"source":13,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":3},{"source":15,"target":19},{"source":18,"target":4},{"source":16,"target":7},{"source":16,"target":20},{"source":16,"target":3},{"source":16,"target":21},{"source":20,"target":7},{"source":17,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":19},{"source":4,"target":22},{"source":19,"target":3},{"source":19,"target":23},{"source":19,"target":4},{"source":19,"target":15},{"source":23,"target":3},{"source":22,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":24,"target":9},{"source":24,"target":27},{"source":24,"target":5},{"source":24,"target":28},{"source":27,"target":9},{"source":25,"target":8},{"source":25,"target":29},{"source":25,"target":5},{"source":25,"target":30},{"source":29,"target":8},{"source":26,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":31,"target":8},{"source":31,"target":34},{"source":31,"target":6},{"source":31,"target":35},{"source":34,"target":8},{"source":32,"target":9},{"source":32,"target":36},{"source":32,"target":6},{"source":32,"target":37},{"source":36,"target":9},{"source":33,"target":4},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":38},{"source":7,"target":21},{"source":7,"target":39},{"source":38,"target":40},{"source":38,"target":7},{"source":21,"target":3},{"source":21,"target":41},{"source":21,"target":7},{"source":21,"target":16},{"source":41,"target":3},{"source":39,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":30},{"source":8,"target":35},{"source":8,"target":42},{"source":30,"target":5},{"source":30,"target":43},{"source":30,"target":8},{"source":30,"target":25},{"source":43,"target":5},{"source":35,"target":6},{"source":35,"target":44},{"source":35,"target":8},{"source":35,"target":31},{"source":44,"target":6},{"source":42,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":37},{"source":9,"target":28},{"source":9,"target":45},{"source":37,"target":6},{"source":37,"target":46},{"source":37,"target":9},{"source":37,"target":32},{"source":46,"target":6},{"source":28,"target":5},{"source":28,"target":47},{"source":28,"target":9},{"source":28,"target":24},{"source":47,"target":5},{"source":45,"target":7}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ide"
nsURI="platform:/resource/org.mule.ide.emf/xml/mule-ide.xsd" nsPrefix="MuleIde">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="qualified" value="false"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="ConfigFileRefType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="config-file-ref_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unique="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///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="ConfigFileType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A single configuration file."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="config-file-type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="description"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unique="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///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="path" 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="path"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigSetType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An ordered set of related config files."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="config-set-type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="description"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="configFileRef" upperBound="-1"
eType="#//ConfigFileRefType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="config-file-ref"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" unique="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///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="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="muleIdeConfig" upperBound="-2"
eType="#//MuleIdeConfigType" volatile="true" transient="true" derived="true"
containment="true" resolveProxies="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Configuration settings for Mule IDE."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="mule-ide-config"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MuleIdeConfigType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Holds all configuration info."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="mule-ide-config-type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configFile" upperBound="-1"
eType="#//ConfigFileType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="config-file"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="configSet" upperBound="-1"
eType="#//ConfigSetType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="config-set"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/OrgSmells/codehaus-mule-git/tags/muleide-1.2.1/org.mule.ide.emf/model/mule-ide.ecore | ecore | ide
ConfigFileRefType
id
ConfigFileType
description
id
path
ConfigSetType
description
configFileRef
id
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
muleIdeConfig
MuleIdeConfigType
configFile
configSet | null | {"directed":true,"nodes":[{"nsPrefix":"MuleIde","nsURI":"platform:/resource/org.mule.ide.emf/xml/mule-ide.xsd","name":"ide","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigFileRefType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigFileType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigSetType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MuleIdeConfigType","instanceClass":null,"abstract":false,"id":5,"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":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":6,"derived":false},{"id":7,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","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":"configFileRef","changeable":true,"resolveProxies":false,"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":false,"name":"id","changeable":true,"lowerBound":1,"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":"muleIdeConfig","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":true},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configFile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configSet","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":6,"target":7},{"source":6,"target":1},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":8,"target":11},{"source":8,"target":2},{"source":9,"target":12},{"source":9,"target":2},{"source":10,"target":13},{"source":10,"target":2},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":14,"target":17},{"source":14,"target":3},{"source":15,"target":1},{"source":15,"target":18},{"source":15,"target":3},{"source":18,"target":1},{"source":16,"target":19},{"source":16,"target":3},{"source":4,"target":0},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":20,"target":24},{"source":20,"target":4},{"source":21,"target":25},{"source":21,"target":4},{"source":22,"target":26},{"source":22,"target":4},{"source":23,"target":5},{"source":23,"target":27},{"source":23,"target":4},{"source":27,"target":5},{"source":5,"target":0},{"source":5,"target":28},{"source":5,"target":29},{"source":28,"target":2},{"source":28,"target":30},{"source":28,"target":5},{"source":30,"target":2},{"source":29,"target":3},{"source":29,"target":31},{"source":29,"target":5},{"source":31,"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="mapping"
nsURI="http://www.eclipse.org/emf/2002/Mapping" nsPrefix="mapping">
<eClassifiers xsi:type="ecore:EClass" name="MappingHelper">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapper" eType="#//Mapping"
transient="true" eOpposite="#//Mapping/helper"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpedObject" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedIn" eType="#//MappingHelper"
transient="true" eOpposite="#//MappingHelper/nested"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nested" upperBound="-1"
eType="#//MappingHelper" containment="true" eOpposite="#//MappingHelper/nestedIn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="helper" eType="#//MappingHelper"
containment="true" eOpposite="#//MappingHelper/mapper"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nested" upperBound="-1"
eType="#//Mapping" containment="true" eOpposite="#//Mapping/nestedIn"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedIn" eType="#//Mapping"
transient="true" eOpposite="#//Mapping/nested"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeMapping" eType="#//Mapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeConverter" eSuperTypes="#//MappingHelper"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionPair" eSuperTypes="#//TypeConverter">
<eStructuralFeatures xsi:type="ecore:EReference" name="in2out" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="out2in" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionNamePair" eSuperTypes="#//TypeConverter">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="in2out" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="out2in" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingStrategy" eSuperTypes="#//MappingHelper"/>
<eClassifiers xsi:type="ecore:EClass" name="MappingRoot" eSuperTypes="#//Mapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputReadOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="topToBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commandStack" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComplexTypeConverter" eSuperTypes="#//TypeConverter">
<eStructuralFeatures xsi:type="ecore:EReference" name="in2out" eType="#//Mapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="out2in" eType="#//Mapping"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/mingmmq/ArgoUML/out/artifacts/Downloads_jar/Downloads/model/Mapping.ecore | ecore | mapping
MappingHelper
mapper
helpedObject
nestedIn
nested
Mapping
helper
nested
nestedIn
inputs
outputs
typeMapping
TypeConverter
FunctionPair
in2out
out2in
FunctionNamePair
in2out
out2in
MappingStrategy
MappingRoot
outputReadOnly
topToBottom
commandStack
ComplexTypeConverter
in2out
out2in | null | {"directed":true,"nodes":[{"nsPrefix":"mapping","nsURI":"http://www.eclipse.org/emf/2002/Mapping","name":"mapping","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingHelper","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":"TypeConverter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionPair","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionNamePair","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingStrategy","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingRoot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexTypeConverter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"mapper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"helpedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestedIn","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":"nested","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"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":"nested","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"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":"nestedIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeMapping","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":"in2out","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":"out2in","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":"in2out","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":"out2in","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"topToBottom","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":"commandStack","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"in2out","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"out2in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":1},{"source":9,"target":14},{"source":13,"target":2},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":1},{"source":11,"target":16},{"source":11,"target":1},{"source":11,"target":12},{"source":16,"target":1},{"source":12,"target":1},{"source":12,"target":17},{"source":12,"target":1},{"source":12,"target":11},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":14,"target":1},{"source":14,"target":23},{"source":14,"target":2},{"source":14,"target":9},{"source":23,"target":1},{"source":18,"target":2},{"source":18,"target":24},{"source":18,"target":2},{"source":18,"target":19},{"source":24,"target":2},{"source":19,"target":2},{"source":19,"target":25},{"source":19,"target":2},{"source":19,"target":18},{"source":25,"target":2},{"source":20,"target":26},{"source":20,"target":2},{"source":21,"target":27},{"source":21,"target":2},{"source":22,"target":2},{"source":22,"target":28},{"source":22,"target":2},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":29},{"source":29,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":30,"target":33},{"source":30,"target":4},{"source":31,"target":34},{"source":31,"target":4},{"source":32,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":35,"target":38},{"source":35,"target":5},{"source":36,"target":39},{"source":36,"target":5},{"source":37,"target":3},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":40},{"source":40,"target":1},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":41,"target":45},{"source":41,"target":7},{"source":42,"target":46},{"source":42,"target":7},{"source":43,"target":47},{"source":43,"target":7},{"source":44,"target":2},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":48,"target":2},{"source":48,"target":51},{"source":48,"target":8},{"source":51,"target":2},{"source":49,"target":2},{"source":49,"target":52},{"source":49,"target":8},{"source":52,"target":2},{"source":50,"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="modification"
nsURI="http://www.openmodelica.org/modelicaml/editor/xtext/modification/Modification"
nsPrefix="modification">
<eClassifiers xsi:type="ecore:EClass" name="modification_alternatives">
<eStructuralFeatures xsi:type="ecore:EReference" name="Modification_Rule" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//modification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="left_hand_component_reference" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//modification_alternatives">
<eStructuralFeatures xsi:type="ecore:EReference" name="Expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subscripts1" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//array_subscripts"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ref1" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subscripts" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//array_subscripts"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="modification">
<eStructuralFeatures xsi:type="ecore:EReference" name="Expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="class_modification" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//modification"/>
<eClassifiers xsi:type="ecore:EClass" name="argument_list"/>
<eClassifiers xsi:type="ecore:EClass" name="argument" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//argument_list"/>
<eClassifiers xsi:type="ecore:EClass" name="element_modification_or_replaceable"
eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//argument">
<eStructuralFeatures xsi:type="ecore:EReference" name="Element_mod" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//element_modification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Element_rep" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//element_replaceable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="element_modification">
<eStructuralFeatures xsi:type="ecore:EReference" name="Name" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Modification" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//modification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="element_replaceable">
<eStructuralFeatures xsi:type="ecore:EReference" name="Class_Def" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//class_definition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Comp_clause2" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//component_clause1"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Constrain_Clause" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//constraining_clause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="constraining_clause">
<eStructuralFeatures xsi:type="ecore:EReference" name="Name" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Class_Mod" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//class_modification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="element_redeclaration" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//argument">
<eStructuralFeatures xsi:type="ecore:EReference" name="Class_Def" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//class_definition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Comp_clause1" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//component_clause1"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Element_R" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//element_replaceable"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="component_clause"/>
<eClassifiers xsi:type="ecore:EClass" name="component_list"/>
<eClassifiers xsi:type="ecore:EClass" name="component_declaration" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//component_list">
<eStructuralFeatures xsi:type="ecore:EReference" name="component_Dec" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//component_declaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Dec" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//declaration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Conditional_Att" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//conditional_attribute"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="conditional_attribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="Expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="component_clause1"/>
<eClassifiers xsi:type="ecore:EClass" name="component_declaration1"/>
<eClassifiers xsi:type="ecore:EClass" name="type_specifier" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//component_clause platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//component_clause1">
<eStructuralFeatures xsi:type="ecore:EReference" name="Array_Subs" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//array_subscripts"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Com_List" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//component_list"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Com_Dec" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//component_declaration1"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Name" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//name"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="declaration" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//component_declaration1">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="redeclaredComponentName"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ArraySubs" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//array_subscripts"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Mod" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//modification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="class_definition"/>
<eClassifiers xsi:type="ecore:EClass" name="class_specifier" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//class_definition">
<eStructuralFeatures xsi:type="ecore:EReference" name="Comp" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//composition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Name" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//name"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Array_Subs" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//array_subscripts"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Class_mod" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//class_modification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="var" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Enum_list" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//enum_list"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="enum_list">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Ennum_Lit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="E_literal" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="composition">
<eStructuralFeatures xsi:type="ecore:EReference" name="E_List_Initial" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//element_list"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="E_List_Public" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//element_list"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="E_List_Protected" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//element_list"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Eqn_section" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//equation_section"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Alg_section" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//algorithm_section"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Lang_Spec" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//language_specification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="External_F_C" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//external_function_call"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Annotation1" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//annotation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Annotation2" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//annotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="element_list">
<eStructuralFeatures xsi:type="ecore:EReference" name="Element" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//element"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="element">
<eStructuralFeatures xsi:type="ecore:EReference" name="Class_Def" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//class_definition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Comp_Clause" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//component_clause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Constrain_Clause" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//constraining_clause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Name" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//name"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="equation_section">
<eStructuralFeatures xsi:type="ecore:EReference" name="Eqn" upperBound="-1" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//equation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="equation">
<eStructuralFeatures xsi:type="ecore:EReference" name="sim" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//simple_expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="IF_EQN" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//if_equation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="FOR_EQN" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//for_equation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Con" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//connect_clause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="WHEN_EQN" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//when_equation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="when_equation">
<eStructuralFeatures xsi:type="ecore:EReference" name="whenEpr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Eqn_Then" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//equation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseWhenEpr" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="if_equation">
<eStructuralFeatures xsi:type="ecore:EReference" name="exprtrue" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Eqn" upperBound="-1" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//equation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exprStilltrue" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenEqn" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//equation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseEqn" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//equation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="for_equation">
<eStructuralFeatures xsi:type="ecore:EReference" name="for_loop" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//for_indices"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="For_Eqn" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//equation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="connect_clause">
<eStructuralFeatures xsi:type="ecore:EReference" name="connector1" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//component_reference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connector2" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//component_reference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="algorithm_section"/>
<eClassifiers xsi:type="ecore:EClass" name="statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="If_statement" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//if_statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="State_OutputExprList" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//state_OutputExprList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state_Comp_Ref" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//state_Comp_Ref"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="For_statement" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//for_statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="When_statement" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//when_statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="While_statement" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//while_statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="state_OutputExprList">
<eStructuralFeatures xsi:type="ecore:EReference" name="output_expression_list"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//output_expression_list"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Component_ref" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//component_reference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fun_call_args" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//function_call_args"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="state_Comp_Ref">
<eStructuralFeatures xsi:type="ecore:EReference" name="component_reference" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//component_reference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fun_call_args" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//function_call_args"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="when_statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="When_expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="When_stat_true" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Else_When_expr" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Then_statement" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="while_statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="while_expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="While_stat" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//while_statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="for_statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="For_indices" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//for_indices"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="For_statement" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//for_statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="if_statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="exprtrue" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//statement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exprStilltrue" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="extends_clause" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//element">
<eStructuralFeatures xsi:type="ecore:EReference" name="Class_Mod" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//class_modification"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Annotation" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//annotation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="annotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="Class_Mod" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//class_modification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="import_clause" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//element"/>
<eClassifiers xsi:type="ecore:EClass" name="language_specification">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Str" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="external_function_call">
<eStructuralFeatures xsi:type="ecore:EReference" name="component_reference" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//component_reference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="E_List" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/model/Modeleditor.ecore#//expression_list"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="class_modification_action" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//class_modification">
<eStructuralFeatures xsi:type="ecore:EReference" name="Arg" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//argument_list"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="algorithm_clause" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//algorithm_section">
<eStructuralFeatures xsi:type="ecore:EReference" name="Algorithm" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore#//statement"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/OpenModelica/MDT/modelicaml/org.openmodelica.modelicaml.editor.xtext.modification/src-gen/org/openmodelica/modelicaml/editor/xtext/modification/Modification.ecore | ecore | modification
modification_alternatives
Modification_Rule
left_hand_component_reference
Expr
ref
subscripts1
ref1
subscripts
modification
Expr
class_modification
argument_list
argument
element_modification_or_replaceable
Element_mod
Element_rep
element_modification
Name
Modification
element_replaceable
Class_Def
Comp_clause2
Constrain_Clause
constraining_clause
Name
Class_Mod
element_redeclaration
Class_Def
Comp_clause1
Element_R
component_clause
component_list
component_declaration
component_Dec
Dec
Conditional_Att
conditional_attribute
Expr
component_clause1
component_declaration1
type_specifier
Array_Subs
Com_List
Com_Dec
Name
declaration
redeclaredComponentName
ArraySubs
Mod
class_definition
class_specifier
Comp
Name
Array_Subs
Class_mod
var
Enum_list
enum_list
Ennum_Lit
E_literal
composition
E_List_Initial
E_List_Public
E_List_Protected
Eqn_section
Alg_section
Lang_Spec
External_F_C
Annotation1
Annotation2
element_list
Element
element
Class_Def
Comp_Clause
Constrain_Clause
Name
equation_section
Eqn
equation
sim
expr
IF_EQN
FOR_EQN
Con
WHEN_EQN
Comment
when_equation
whenEpr
Eqn_Then
elseWhenEpr
if_equation
exprtrue
Eqn
exprStilltrue
thenEqn
elseEqn
for_equation
for_loop
For_Eqn
connect_clause
connector1
connector2
algorithm_section
statement
If_statement
State_OutputExprList
state_Comp_Ref
For_statement
When_statement
While_statement
state_OutputExprList
output_expression_list
Component_ref
fun_call_args
state_Comp_Ref
component_reference
expr
fun_call_args
when_statement
When_expr
When_stat_true
Else_When_expr
Then_statement
while_statement
while_expr
While_stat
for_statement
For_indices
For_statement
if_statement
exprtrue
state
exprStilltrue
extends_clause
Class_Mod
Annotation
annotation
Class_Mod
import_clause
language_specification
Str
external_function_call
component_reference
E_List
class_modification_action
Arg
algorithm_clause
Algorithm | null | {"directed":true,"nodes":[{"nsPrefix":"modification","nsURI":"http://www.openmodelica.org/modelicaml/editor/xtext/modification/Modification","name":"modification","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"modification_alternatives","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"left_hand_component_reference","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"modification","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class_modification","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"argument_list","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"argument","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"element_modification_or_replaceable","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"element_modification","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"element_replaceable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"constraining_clause","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"element_redeclaration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"component_clause","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"component_list","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"component_declaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"conditional_attribute","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"component_clause1","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"component_declaration1","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"type_specifier","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"declaration","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class_definition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class_specifier","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enum_list","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"composition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"element_list","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"element","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"equation_section","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"equation","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"when_equation","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"if_equation","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"for_equation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"connect_clause","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"algorithm_section","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"statement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"state_OutputExprList","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"state_Comp_Ref","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"when_statement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"while_statement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"for_statement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"if_statement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"extends_clause","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"annotation","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"import_clause","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"language_specification","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"external_function_call","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"class_modification_action","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"algorithm_clause","instanceClass":null,"abstract":false,"id":46,"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":"Modification_Rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Expr","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":"ref","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscripts1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ref1","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":"subscripts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":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":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Element_mod","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":"Element_rep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Modification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Class_Def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Comp_clause2","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":"Constrain_Clause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Class_Mod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Class_Def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Comp_clause1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Element_R","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":"component_Dec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Dec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Conditional_Att","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":true,"unsettable":false,"transient":false,"unique":true,"name":"Expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":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_Subs","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":"Com_List","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Com_Dec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"redeclaredComponentName","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ArraySubs","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":"Mod","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":"Comp","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":"Name","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":"Array_Subs","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":"Class_mod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"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":"var","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Enum_list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"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":"Ennum_Lit","changeable":true,"lowerBound":0,"iD":false,"id":129,"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":"E_literal","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"E_List_Initial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"E_List_Public","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"E_List_Protected","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Eqn_section","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Alg_section","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":"Lang_Spec","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":"External_F_C","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":"Annotation1","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":"Annotation2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Class_Def","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":"Comp_Clause","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":"Constrain_Clause","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":"Name","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Eqn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sim","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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IF_EQN","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"FOR_EQN","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":"Con","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"WHEN_EQN","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Comment","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenEpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Eqn_Then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseWhenEpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprtrue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Eqn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprStilltrue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenEqn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseEqn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"for_loop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"For_Eqn","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"connector1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connector2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"If_statement","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":"State_OutputExprList","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":"state_Comp_Ref","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":"For_statement","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":"When_statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"While_statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"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":"output_expression_list","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":"Component_ref","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":"fun_call_args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component_reference","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":"expr","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":"fun_call_args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"When_expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"When_stat_true","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Else_When_expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Then_statement","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"while_expr","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":"While_stat","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"For_indices","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":"For_statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprtrue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprStilltrue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Class_Mod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Class_Mod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Str","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component_reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"E_List","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"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":"Algorithm","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":1,"target":0},{"source":1,"target":47},{"source":47,"target":48},{"source":47,"target":1},{"source":2,"target":0},{"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":49,"target":55},{"source":49,"target":2},{"source":50,"target":56},{"source":50,"target":2},{"source":51,"target":57},{"source":51,"target":2},{"source":52,"target":58},{"source":52,"target":2},{"source":53,"target":59},{"source":53,"target":2},{"source":3,"target":0},{"source":3,"target":60},{"source":60,"target":61},{"source":60,"target":3},{"source":4,"target":0},{"source":4,"target":62},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":63},{"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":68},{"source":65,"target":7},{"source":8,"target":0},{"source":8,"target":69},{"source":8,"target":70},{"source":69,"target":71},{"source":69,"target":8},{"source":70,"target":72},{"source":70,"target":8},{"source":9,"target":0},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":73,"target":76},{"source":73,"target":9},{"source":74,"target":77},{"source":74,"target":9},{"source":75,"target":78},{"source":75,"target":9},{"source":10,"target":0},{"source":10,"target":79},{"source":10,"target":80},{"source":79,"target":81},{"source":79,"target":10},{"source":80,"target":82},{"source":80,"target":10},{"source":11,"target":0},{"source":11,"target":83},{"source":11,"target":84},{"source":11,"target":85},{"source":11,"target":86},{"source":83,"target":87},{"source":83,"target":11},{"source":84,"target":88},{"source":84,"target":11},{"source":85,"target":89},{"source":85,"target":11},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":90},{"source":14,"target":91},{"source":14,"target":92},{"source":14,"target":93},{"source":90,"target":94},{"source":90,"target":14},{"source":91,"target":95},{"source":91,"target":14},{"source":92,"target":96},{"source":92,"target":14},{"source":15,"target":0},{"source":15,"target":97},{"source":97,"target":98},{"source":97,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":99},{"source":18,"target":100},{"source":18,"target":101},{"source":18,"target":102},{"source":18,"target":103},{"source":18,"target":104},{"source":99,"target":105},{"source":99,"target":18},{"source":100,"target":106},{"source":100,"target":18},{"source":101,"target":107},{"source":101,"target":18},{"source":102,"target":108},{"source":102,"target":18},{"source":19,"target":0},{"source":19,"target":109},{"source":19,"target":110},{"source":19,"target":111},{"source":19,"target":112},{"source":109,"target":113},{"source":109,"target":19},{"source":110,"target":114},{"source":110,"target":19},{"source":111,"target":115},{"source":111,"target":19},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":116},{"source":21,"target":117},{"source":21,"target":118},{"source":21,"target":119},{"source":21,"target":120},{"source":21,"target":121},{"source":21,"target":122},{"source":116,"target":123},{"source":116,"target":21},{"source":117,"target":124},{"source":117,"target":21},{"source":118,"target":125},{"source":118,"target":21},{"source":119,"target":126},{"source":119,"target":21},{"source":120,"target":127},{"source":120,"target":21},{"source":121,"target":128},{"source":121,"target":21},{"source":22,"target":0},{"source":22,"target":129},{"source":22,"target":130},{"source":129,"target":131},{"source":129,"target":22},{"source":130,"target":132},{"source":130,"target":22},{"source":23,"target":0},{"source":23,"target":133},{"source":23,"target":134},{"source":23,"target":135},{"source":23,"target":136},{"source":23,"target":137},{"source":23,"target":138},{"source":23,"target":139},{"source":23,"target":140},{"source":23,"target":141},{"source":133,"target":142},{"source":133,"target":23},{"source":134,"target":143},{"source":134,"target":23},{"source":135,"target":144},{"source":135,"target":23},{"source":136,"target":145},{"source":136,"target":23},{"source":137,"target":146},{"source":137,"target":23},{"source":138,"target":147},{"source":138,"target":23},{"source":139,"target":148},{"source":139,"target":23},{"source":140,"target":149},{"source":140,"target":23},{"source":141,"target":150},{"source":141,"target":23},{"source":24,"target":0},{"source":24,"target":151},{"source":151,"target":152},{"source":151,"target":24},{"source":25,"target":0},{"source":25,"target":153},{"source":25,"target":154},{"source":25,"target":155},{"source":25,"target":156},{"source":153,"target":157},{"source":153,"target":25},{"source":154,"target":158},{"source":154,"target":25},{"source":155,"target":159},{"source":155,"target":25},{"source":156,"target":160},{"source":156,"target":25},{"source":26,"target":0},{"source":26,"target":161},{"source":161,"target":162},{"source":161,"target":26},{"source":27,"target":0},{"source":27,"target":163},{"source":27,"target":164},{"source":27,"target":165},{"source":27,"target":166},{"source":27,"target":167},{"source":27,"target":168},{"source":27,"target":169},{"source":163,"target":170},{"source":163,"target":27},{"source":164,"target":171},{"source":164,"target":27},{"source":165,"target":172},{"source":165,"target":27},{"source":166,"target":173},{"source":166,"target":27},{"source":167,"target":174},{"source":167,"target":27},{"source":168,"target":175},{"source":168,"target":27},{"source":169,"target":176},{"source":169,"target":27},{"source":28,"target":0},{"source":28,"target":177},{"source":28,"target":178},{"source":28,"target":179},{"source":177,"target":180},{"source":177,"target":28},{"source":178,"target":181},{"source":178,"target":28},{"source":179,"target":182},{"source":179,"target":28},{"source":29,"target":0},{"source":29,"target":183},{"source":29,"target":184},{"source":29,"target":185},{"source":29,"target":186},{"source":29,"target":187},{"source":183,"target":188},{"source":183,"target":29},{"source":184,"target":189},{"source":184,"target":29},{"source":185,"target":190},{"source":185,"target":29},{"source":186,"target":191},{"source":186,"target":29},{"source":187,"target":192},{"source":187,"target":29},{"source":30,"target":0},{"source":30,"target":193},{"source":30,"target":194},{"source":193,"target":195},{"source":193,"target":30},{"source":194,"target":196},{"source":194,"target":30},{"source":31,"target":0},{"source":31,"target":197},{"source":31,"target":198},{"source":197,"target":199},{"source":197,"target":31},{"source":198,"target":200},{"source":198,"target":31},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":201},{"source":33,"target":202},{"source":33,"target":203},{"source":33,"target":204},{"source":33,"target":205},{"source":33,"target":206},{"source":201,"target":207},{"source":201,"target":33},{"source":202,"target":208},{"source":202,"target":33},{"source":203,"target":209},{"source":203,"target":33},{"source":204,"target":210},{"source":204,"target":33},{"source":205,"target":211},{"source":205,"target":33},{"source":206,"target":212},{"source":206,"target":33},{"source":34,"target":0},{"source":34,"target":213},{"source":34,"target":214},{"source":34,"target":215},{"source":213,"target":216},{"source":213,"target":34},{"source":214,"target":217},{"source":214,"target":34},{"source":215,"target":218},{"source":215,"target":34},{"source":35,"target":0},{"source":35,"target":219},{"source":35,"target":220},{"source":35,"target":221},{"source":219,"target":222},{"source":219,"target":35},{"source":220,"target":223},{"source":220,"target":35},{"source":221,"target":224},{"source":221,"target":35},{"source":36,"target":0},{"source":36,"target":225},{"source":36,"target":226},{"source":36,"target":227},{"source":36,"target":228},{"source":225,"target":229},{"source":225,"target":36},{"source":226,"target":230},{"source":226,"target":36},{"source":227,"target":231},{"source":227,"target":36},{"source":228,"target":232},{"source":228,"target":36},{"source":37,"target":0},{"source":37,"target":233},{"source":37,"target":234},{"source":233,"target":235},{"source":233,"target":37},{"source":234,"target":236},{"source":234,"target":37},{"source":38,"target":0},{"source":38,"target":237},{"source":38,"target":238},{"source":237,"target":239},{"source":237,"target":38},{"source":238,"target":240},{"source":238,"target":38},{"source":39,"target":0},{"source":39,"target":241},{"source":39,"target":242},{"source":39,"target":243},{"source":241,"target":244},{"source":241,"target":39},{"source":242,"target":245},{"source":242,"target":39},{"source":243,"target":246},{"source":243,"target":39},{"source":40,"target":0},{"source":40,"target":247},{"source":40,"target":248},{"source":40,"target":249},{"source":247,"target":250},{"source":247,"target":40},{"source":248,"target":251},{"source":248,"target":40},{"source":41,"target":0},{"source":41,"target":252},{"source":252,"target":253},{"source":252,"target":41},{"source":42,"target":0},{"source":42,"target":254},{"source":43,"target":0},{"source":43,"target":255},{"source":255,"target":256},{"source":255,"target":43},{"source":44,"target":0},{"source":44,"target":257},{"source":44,"target":258},{"source":257,"target":259},{"source":257,"target":44},{"source":258,"target":260},{"source":258,"target":44},{"source":45,"target":0},{"source":45,"target":261},{"source":45,"target":262},{"source":261,"target":263},{"source":261,"target":45},{"source":46,"target":0},{"source":46,"target":264},{"source":46,"target":265},{"source":264,"target":266},{"source":264,"target":46}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="design" nsURI="http://www.example.org/design" nsPrefix="design">
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Types"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="#//Types"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Design">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//Classifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1"
eType="#//Relation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="#//Languages"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Relation"/>
<eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//Relation"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//Relation"/>
<eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//Relation"/>
<eClassifiers xsi:type="ecore:EClass" name="Relation" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Classifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aggregation" eSuperTypes="#//Relation"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Relation"/>
<eClassifiers xsi:type="ecore:EEnum" name="Languages">
<eLiterals name="Java" literal="Java"/>
<eLiterals name="CS" value="1" literal="CS"/>
<eLiterals name="Python" value="2" literal="Python"/>
<eLiterals name="CPP" value="3" literal="CPP"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Types">
<eLiterals name="int"/>
<eLiterals name="long" value="1" literal="long"/>
<eLiterals name="double" value="2"/>
<eLiterals name="float" value="3"/>
<eLiterals name="string" value="4" literal="String"/>
<eLiterals name="boolean" value="5"/>
<eLiterals name="void" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AccessModifiers">
<eLiterals name="public" value="1"/>
<eLiterals name="protected" value="2"/>
<eLiterals name="private" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//Operation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessModifier" eType="#//AccessModifiers"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Alexandra93/DT/dt.class.design.generator/src/metamodel/design.ecore | ecore | design
Class
Attribute
name
type
Operation
name
returnType
Design
elements
relations
language
Association
Generalization
Dependency
Composition
Relation
source
target
Aggregation
Realization
Languages
Java
Java
CS
CS
Python
Python
CPP
CPP
Types
int
int
long
long
double
double
float
float
string
String
boolean
boolean
void
void
AccessModifiers
public
public
protected
protected
private
private
Interface
Classifier
attributes
operations
accessModifier
name | null | {"directed":true,"nodes":[{"nsPrefix":"design","nsURI":"http://www.example.org/design","name":"design","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Design","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Languages","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Types","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessModifiers","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","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":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","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"},{"name":"Java","id":42,"value":0,"literal":"Java","eClass":"EEnumLiteral"},{"name":"CS","id":43,"value":1,"literal":"CS","eClass":"EEnumLiteral"},{"name":"Python","id":44,"value":2,"literal":"Python","eClass":"EEnumLiteral"},{"name":"CPP","id":45,"value":3,"literal":"CPP","eClass":"EEnumLiteral"},{"name":"int","id":46,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"long","id":47,"value":1,"literal":"long","eClass":"EEnumLiteral"},{"name":"double","id":48,"value":2,"literal":"double","eClass":"EEnumLiteral"},{"name":"float","id":49,"value":3,"literal":"float","eClass":"EEnumLiteral"},{"name":"string","id":50,"value":4,"literal":"String","eClass":"EEnumLiteral"},{"name":"boolean","id":51,"value":5,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"void","id":52,"value":6,"literal":"void","eClass":"EEnumLiteral"},{"name":"public","id":53,"value":1,"literal":"public","eClass":"EEnumLiteral"},{"name":"protected","id":54,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"private","id":55,"value":3,"literal":"private","eClass":"EEnumLiteral"},{"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessModifier","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":"name","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":16},{"source":1,"target":17},{"source":17,"target":16},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":20},{"source":18,"target":2},{"source":19,"target":13},{"source":19,"target":21},{"source":19,"target":2},{"source":21,"target":13},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":24},{"source":22,"target":3},{"source":23,"target":13},{"source":23,"target":25},{"source":23,"target":3},{"source":25,"target":13},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":26,"target":16},{"source":26,"target":29},{"source":26,"target":4},{"source":29,"target":16},{"source":27,"target":9},{"source":27,"target":30},{"source":27,"target":4},{"source":30,"target":9},{"source":28,"target":12},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":12},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":32},{"source":32,"target":9},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":33},{"source":33,"target":9},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":34},{"source":34,"target":9},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":35},{"source":35,"target":9},{"source":9,"target":0},{"source":9,"target":36},{"source":9,"target":37},{"source":36,"target":16},{"source":36,"target":38},{"source":36,"target":9},{"source":38,"target":16},{"source":37,"target":16},{"source":37,"target":39},{"source":37,"target":9},{"source":39,"target":16},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":40},{"source":40,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":41},{"source":41,"target":9},{"source":12,"target":0},{"source":12,"target":42},{"source":12,"target":43},{"source":12,"target":44},{"source":12,"target":45},{"source":42,"target":12},{"source":43,"target":12},{"source":44,"target":12},{"source":45,"target":12},{"source":13,"target":0},{"source":13,"target":46},{"source":13,"target":47},{"source":13,"target":48},{"source":13,"target":49},{"source":13,"target":50},{"source":13,"target":51},{"source":13,"target":52},{"source":46,"target":13},{"source":47,"target":13},{"source":48,"target":13},{"source":49,"target":13},{"source":50,"target":13},{"source":51,"target":13},{"source":52,"target":13},{"source":14,"target":0},{"source":14,"target":53},{"source":14,"target":54},{"source":14,"target":55},{"source":53,"target":14},{"source":54,"target":14},{"source":55,"target":14},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":56},{"source":56,"target":16},{"source":16,"target":0},{"source":16,"target":57},{"source":16,"target":58},{"source":16,"target":59},{"source":16,"target":60},{"source":57,"target":2},{"source":57,"target":61},{"source":57,"target":16},{"source":61,"target":2},{"source":58,"target":3},{"source":58,"target":62},{"source":58,"target":16},{"source":62,"target":3},{"source":59,"target":14},{"source":59,"target":63},{"source":59,"target":16},{"source":63,"target":14},{"source":60,"target":64},{"source":60,"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="wsn"
nsURI="http://com.wsn.ecore.package" nsPrefix="">
<eClassifiers xsi:type="ecore:EClass" name="Objectives" >
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//optimizationLevel" name="power" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//optimizationLevel" name="memory" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//optimizationLevel" name="packetloss" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sensor" >
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="id" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Actuator" >
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="id" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Actuating" >
<eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="actuator" eType="#//Actuator" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Task" >
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="behaviorName" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="activationProfile" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="behavior" lowerBound="1" eType="#//StateMachine" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="profile" eType="#//ActivationProfile" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sensing" >
<eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sensor" eType="#//Sensor" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" >
<eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="task" upperBound="10" lowerBound="1" eType="#//Task" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event" >
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Network" >
<eStructuralFeatures xsi:type="ecore:EReference" name="objectives" eType="#//Objectives" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="nodes" upperBound="10" eType="#//Node" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Communication" >
<eStructuralFeatures xsi:type="ecore:EReference" name="commSource" eType="#//Node" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="commDestination" eType="#//Node" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Data" >
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" name="shared" defaultValueLiteral="true" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="variable" upperBound="-1" eType="#//Variable" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" >
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="entry" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="exit" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" >
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="guard" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//EventType" name="triggerevent" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitionFrom" eType="#//State" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitionTo" eType="#//State" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//Event" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//State "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cluster" >
<eStructuralFeatures xsi:type="ecore:EReference" name="node" upperBound="-1" eType="#//Node" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="head" lowerBound="1" eType="#//ClusterHead" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClusterHead" eSuperTypes="#//Node "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sink" eSuperTypes="#//Node "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Activity" >
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="in" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="out" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" name="isJointPoint" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="id" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="initialNode" eType="#//ActivityNode" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="edges" eType="#//ActivityEdge" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" >
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Timing" eSuperTypes="#//Event "
>
<eStructuralFeatures xsi:type="ecore:EReference" name="timer" eType="#//Timer" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Timer" >
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" name="time" defaultValueLiteral="1" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Platform" >
<eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="aspect" eType="#//Aspect" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="slot" eType="#//PlatformSlot" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resources" eSuperTypes="#//PlatformElement "
>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" name="memory" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" name="flash" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameters" eSuperTypes="#//PlatformElement "
>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//netType" name="network" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//macType" name="mac" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//rdcType" name="radioduty" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//sleepType" name="sleep" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" abstract="true" name="EnergySource" eSuperTypes="#//PlatformElement "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Harvester" eSuperTypes="#//EnergySource "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Battery" eSuperTypes="#//EnergySource "
>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" name="full" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" name="empty" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" abstract="true" name="Action" eSuperTypes="#//ActivityNode "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aspect" >
<eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="pointcut" eType="#//Pointcut" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" containment="true" name="advice" eType="#//Advice" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pointcut" >
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="expression" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Advice" eSuperTypes="#//Activity "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" >
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ActivityNode "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ActivityNode "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ActivityNode "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ActivityNode "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" >
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ActivityNode" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ActivityNode" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueAction" eSuperTypes="#//Action "
>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//Languages" name="language" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//OpaqueType" name="type" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="code" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="file" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SensingAction" eSuperTypes="#//Action "
>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="sensorId" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="data" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActuatingAction" eSuperTypes="#//Action "
>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="actuatorId" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="data" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimingAction" eSuperTypes="#//Action "
>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" name="time" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" >
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" name="signed" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//VariableType" name="type" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" name="initial" defaultValueLiteral="0" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataLink" >
<eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//Data" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UpdatePoolAction" eSuperTypes="#//Action "
>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetNodeAction" eSuperTypes="#//Action "
>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="query" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemoteTriggerAction" eSuperTypes="#//Action "
>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" name="code" defaultValueLiteral="0" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//RemoteTriggerDataType" name="data" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GetDataAction" eSuperTypes="#//Action "
>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="query" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivationProfile" >
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//ActivationType" name="sensor" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//ActivationType" name="actuator" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//ActivationType" name="dongle" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//ActivationType" name="battery" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//ActivationType" name="neighbors" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//ActivationType" name="specific" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" name="value" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//ActivationType" name="ch" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Runtime" eSuperTypes="#//PlatformElement "
>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//EnvironmentType" name="environment" >
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" eType="#//MoteType" name="mote" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlatformSlot" >
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//PlatformElement" >
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlatformElement" >
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RoutingType" >
<eLiterals literal="ch2ch" name="ch2ch" />
<eLiterals value="1" literal="node2node" name="node2node" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="optimizationLevel" >
<eLiterals literal="dontCare" name="dontCare" />
<eLiterals value="1" literal="medium" name="medium" />
<eLiterals value="2" literal="high" name="high" />
<eLiterals value="3" literal="critical" name="critical" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MoteType" >
<eLiterals literal="Z1" name="Z1" />
<eLiterals value="1" literal="TelosB" name="TelosB" />
<eLiterals value="2" literal="Iris" name="Iris" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="rdcType" >
<eLiterals literal="none" name="none" />
<eLiterals value="1" literal="contikiMac" name="contikiMac" />
<eLiterals value="2" literal="probing" name="probing" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="macType" >
<eLiterals literal="none" name="none" />
<eLiterals value="1" literal="csma_ca" name="csma_ca" />
<eLiterals value="2" literal="tdma" name="tdma" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="netType" >
<eLiterals literal="rime" name="rime" />
<eLiterals value="1" literal="6lowpan" name="_6lowpan" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="sleepType" >
<eLiterals literal="none" name="none" />
<eLiterals value="1" literal="sleep" name="sleep" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Languages" >
<eLiterals literal="ALF" name="ALF" />
<eLiterals value="1" literal="C" name="C" />
<eLiterals value="2" literal="Java" name="Java" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VariableType" >
<eLiterals literal="bool" name="bool" />
<eLiterals value="1" literal="int8" name="int8" />
<eLiterals value="2" literal="int16" name="int16" />
<eLiterals value="3" literal="int32" name="int32" />
<eLiterals value="4" literal="int64" name="int64" />
<eLiterals value="5" literal="float" name="float" />
<eLiterals value="6" literal="double" name="double" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EventType" >
<eLiterals literal="null" name="none" />
<eLiterals value="1" literal="timer" name="timer" />
<eLiterals value="2" literal="data" name="data" />
<eLiterals value="3" literal="remote" name="remote" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RemoteTriggerDataType" >
<eLiterals literal="local" name="local" />
<eLiterals value="1" literal="transit" name="transit" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ActivationType" >
<eLiterals literal="dontCare" name="dontCare" />
<eLiterals value="1" literal="enableOn" name="enableOn" />
<eLiterals value="2" literal="disableOn" name="disableOn" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OpaqueType" >
<eLiterals literal="code" name="code" />
<eLiterals value="1" literal="file" name="file" />
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EnvironmentType" >
<eLiterals literal="Contiki" name="Contiki" />
<eLiterals value="1" literal="TinyOS" name="TinyOS" />
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/ygarba/mde4wsn/development/workspace(helios)/generators/bin/user.ecore | ecore | wsn
Objectives
power
memory
packetloss
Sensor
id
Actuator
id
Actuating
task
actuator
Task
behaviorName
activationProfile
behavior
profile
Sensing
task
sensor
Node
task
Event
Network
objectives
nodes
Communication
commSource
commDestination
Data
shared
true
variable
State
entry
exit
Transition
guard
triggerevent
transitionFrom
transitionTo
trigger
InitialState
FinalState
Cluster
node
head
ClusterHead
Sink
Activity
in
out
isJointPoint
id
initialNode
edges
StateMachine
Timing
timer
task
Timer
time
1
Platform
aspect
slot
Resources
memory
flash
Parameters
network
mac
radioduty
sleep
EnergySource
Harvester
Battery
full
empty
Action
Aspect
pointcut
advice
Pointcut
expression
Advice
ActivityNode
InitialNode
FinalNode
DecisionNode
MergeNode
ActivityEdge
source
target
OpaqueAction
language
type
code
file
SensingAction
sensorId
data
ActuatingAction
actuatorId
data
TimingAction
time
Variable
signed
type
initial
0
DataLink
task
data
UpdatePoolAction
GetNodeAction
query
RemoteTriggerAction
code
0
data
GetDataAction
query
ActivationProfile
sensor
actuator
dongle
battery
neighbors
specific
value
ch
Runtime
environment
mote
PlatformSlot
element
PlatformElement
RoutingType
ch2ch
ch2ch
node2node
node2node
optimizationLevel
dontCare
dontCare
medium
medium
high
high
critical
critical
MoteType
Z1
Z1
TelosB
TelosB
Iris
Iris
rdcType
none
none
contikiMac
contikiMac
probing
probing
macType
none
none
csma_ca
csma_ca
tdma
tdma
netType
rime
rime
_6lowpan
6lowpan
sleepType
none
none
sleep
sleep
Languages
ALF
ALF
C
C
Java
Java
VariableType
bool
bool
int8
int8
int16
int16
int32
int32
int64
int64
float
float
double
double
EventType
none
null
timer
timer
data
data
remote
remote
RemoteTriggerDataType
local
local
transit
transit
ActivationType
dontCare
dontCare
enableOn
enableOn
disableOn
disableOn
OpaqueType
code
code
file
file
EnvironmentType
Contiki
Contiki
TinyOS
TinyOS | null | {"directed":true,"nodes":[{"nsPrefix":"","nsURI":"http://com.wsn.ecore.package","name":"wsn","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Objectives","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuator","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuating","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensing","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Network","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Communication","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"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":"Cluster","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClusterHead","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sink","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Timing","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Timer","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Platform","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resources","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameters","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnergySource","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Harvester","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Battery","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aspect","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pointcut","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Advice","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueAction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensingAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActuatingAction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimingAction","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataLink","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdatePoolAction","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetNodeAction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoteTriggerAction","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetDataAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivationProfile","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Runtime","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformSlot","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformElement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RoutingType","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"optimizationLevel","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MoteType","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"rdcType","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"macType","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"netType","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"sleepType","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Languages","instanceClass":null,"id":60,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableType","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RemoteTriggerDataType","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActivationType","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OpaqueType","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnvironmentType","instanceClass":null,"id":66,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"power","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":"memory","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":"packetloss","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actuator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"behaviorName","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":"activationProfile","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"profile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":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":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sensor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":10,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objectives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":10,"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":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commDestination","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"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":"shared","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":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"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":"entry","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":"exit","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"triggerevent","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transitionFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transitionTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"in","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":"out","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":"isJointPoint","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":"id","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":true,"unsettable":false,"transient":false,"unique":true,"name":"initialNode","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":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"timer","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":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"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":"aspect","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":"slot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memory","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":"flash","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"network","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":"mac","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"radioduty","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":"sleep","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"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"full","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"empty","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointcut","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":"advice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":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":185,"derived":false},{"container":false,"ordered":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":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":189,"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":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":"code","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":"file","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sensorId","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":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":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":"actuatorId","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":"data","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"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":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"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":211,"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":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"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":"code","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"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":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"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":"sensor","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actuator","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dongle","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"battery","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"neighbors","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specific","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ch","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"environment","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mote","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"name":"ch2ch","id":256,"value":0,"literal":"ch2ch","eClass":"EEnumLiteral"},{"name":"node2node","id":257,"value":1,"literal":"node2node","eClass":"EEnumLiteral"},{"name":"dontCare","id":258,"value":0,"literal":"dontCare","eClass":"EEnumLiteral"},{"name":"medium","id":259,"value":1,"literal":"medium","eClass":"EEnumLiteral"},{"name":"high","id":260,"value":2,"literal":"high","eClass":"EEnumLiteral"},{"name":"critical","id":261,"value":3,"literal":"critical","eClass":"EEnumLiteral"},{"name":"Z1","id":262,"value":0,"literal":"Z1","eClass":"EEnumLiteral"},{"name":"TelosB","id":263,"value":1,"literal":"TelosB","eClass":"EEnumLiteral"},{"name":"Iris","id":264,"value":2,"literal":"Iris","eClass":"EEnumLiteral"},{"name":"none","id":265,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"contikiMac","id":266,"value":1,"literal":"contikiMac","eClass":"EEnumLiteral"},{"name":"probing","id":267,"value":2,"literal":"probing","eClass":"EEnumLiteral"},{"name":"none","id":268,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"csma_ca","id":269,"value":1,"literal":"csma_ca","eClass":"EEnumLiteral"},{"name":"tdma","id":270,"value":2,"literal":"tdma","eClass":"EEnumLiteral"},{"name":"rime","id":271,"value":0,"literal":"rime","eClass":"EEnumLiteral"},{"name":"_6lowpan","id":272,"value":1,"literal":"6lowpan","eClass":"EEnumLiteral"},{"name":"none","id":273,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"sleep","id":274,"value":1,"literal":"sleep","eClass":"EEnumLiteral"},{"name":"ALF","id":275,"value":0,"literal":"ALF","eClass":"EEnumLiteral"},{"name":"C","id":276,"value":1,"literal":"C","eClass":"EEnumLiteral"},{"name":"Java","id":277,"value":2,"literal":"Java","eClass":"EEnumLiteral"},{"name":"bool","id":278,"value":0,"literal":"bool","eClass":"EEnumLiteral"},{"name":"int8","id":279,"value":1,"literal":"int8","eClass":"EEnumLiteral"},{"name":"int16","id":280,"value":2,"literal":"int16","eClass":"EEnumLiteral"},{"name":"int32","id":281,"value":3,"literal":"int32","eClass":"EEnumLiteral"},{"name":"int64","id":282,"value":4,"literal":"int64","eClass":"EEnumLiteral"},{"name":"float","id":283,"value":5,"literal":"float","eClass":"EEnumLiteral"},{"name":"double","id":284,"value":6,"literal":"double","eClass":"EEnumLiteral"},{"name":"none","id":285,"value":0,"literal":"null","eClass":"EEnumLiteral"},{"name":"timer","id":286,"value":1,"literal":"timer","eClass":"EEnumLiteral"},{"name":"data","id":287,"value":2,"literal":"data","eClass":"EEnumLiteral"},{"name":"remote","id":288,"value":3,"literal":"remote","eClass":"EEnumLiteral"},{"name":"local","id":289,"value":0,"literal":"local","eClass":"EEnumLiteral"},{"name":"transit","id":290,"value":1,"literal":"transit","eClass":"EEnumLiteral"},{"name":"dontCare","id":291,"value":0,"literal":"dontCare","eClass":"EEnumLiteral"},{"name":"enableOn","id":292,"value":1,"literal":"enableOn","eClass":"EEnumLiteral"},{"name":"disableOn","id":293,"value":2,"literal":"disableOn","eClass":"EEnumLiteral"},{"name":"code","id":294,"value":0,"literal":"code","eClass":"EEnumLiteral"},{"name":"file","id":295,"value":1,"literal":"file","eClass":"EEnumLiteral"},{"name":"Contiki","id":296,"value":0,"literal":"Contiki","eClass":"EEnumLiteral"},{"name":"TinyOS","id":297,"value":1,"literal":"TinyOS","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":1,"target":0},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":67,"target":54},{"source":67,"target":70},{"source":67,"target":1},{"source":70,"target":54},{"source":68,"target":54},{"source":68,"target":71},{"source":68,"target":1},{"source":71,"target":54},{"source":69,"target":54},{"source":69,"target":72},{"source":69,"target":1},{"source":72,"target":54},{"source":2,"target":0},{"source":2,"target":73},{"source":73,"target":74},{"source":73,"target":2},{"source":3,"target":0},{"source":3,"target":75},{"source":75,"target":76},{"source":75,"target":3},{"source":4,"target":0},{"source":4,"target":77},{"source":4,"target":78},{"source":77,"target":5},{"source":77,"target":79},{"source":77,"target":4},{"source":79,"target":5},{"source":78,"target":3},{"source":78,"target":80},{"source":78,"target":4},{"source":80,"target":3},{"source":5,"target":0},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":81,"target":85},{"source":81,"target":5},{"source":82,"target":86},{"source":82,"target":5},{"source":83,"target":20},{"source":83,"target":87},{"source":83,"target":5},{"source":87,"target":20},{"source":84,"target":49},{"source":84,"target":88},{"source":84,"target":5},{"source":88,"target":49},{"source":6,"target":0},{"source":6,"target":89},{"source":6,"target":90},{"source":89,"target":5},{"source":89,"target":91},{"source":89,"target":6},{"source":91,"target":5},{"source":90,"target":2},{"source":90,"target":92},{"source":90,"target":6},{"source":92,"target":2},{"source":7,"target":0},{"source":7,"target":93},{"source":93,"target":5},{"source":93,"target":94},{"source":93,"target":7},{"source":94,"target":5},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":95},{"source":9,"target":96},{"source":95,"target":1},{"source":95,"target":97},{"source":95,"target":9},{"source":97,"target":1},{"source":96,"target":7},{"source":96,"target":98},{"source":96,"target":9},{"source":98,"target":7},{"source":10,"target":0},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":7},{"source":99,"target":101},{"source":99,"target":10},{"source":101,"target":7},{"source":100,"target":7},{"source":100,"target":102},{"source":100,"target":10},{"source":102,"target":7},{"source":11,"target":0},{"source":11,"target":103},{"source":11,"target":104},{"source":103,"target":105},{"source":103,"target":11},{"source":104,"target":43},{"source":104,"target":106},{"source":104,"target":11},{"source":106,"target":43},{"source":12,"target":0},{"source":12,"target":107},{"source":12,"target":108},{"source":107,"target":109},{"source":107,"target":12},{"source":108,"target":110},{"source":108,"target":12},{"source":13,"target":0},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":13,"target":114},{"source":13,"target":115},{"source":111,"target":116},{"source":111,"target":13},{"source":112,"target":62},{"source":112,"target":117},{"source":112,"target":13},{"source":117,"target":62},{"source":113,"target":12},{"source":113,"target":118},{"source":113,"target":13},{"source":118,"target":12},{"source":114,"target":12},{"source":114,"target":119},{"source":114,"target":13},{"source":119,"target":12},{"source":115,"target":8},{"source":115,"target":120},{"source":115,"target":13},{"source":120,"target":8},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":121},{"source":121,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":122},{"source":122,"target":12},{"source":16,"target":0},{"source":16,"target":123},{"source":16,"target":124},{"source":123,"target":7},{"source":123,"target":125},{"source":123,"target":16},{"source":125,"target":7},{"source":124,"target":17},{"source":124,"target":126},{"source":124,"target":16},{"source":126,"target":17},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":127},{"source":127,"target":7},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":128},{"source":128,"target":7},{"source":19,"target":0},{"source":19,"target":129},{"source":19,"target":130},{"source":19,"target":131},{"source":19,"target":132},{"source":19,"target":133},{"source":19,"target":134},{"source":129,"target":135},{"source":129,"target":19},{"source":130,"target":136},{"source":130,"target":19},{"source":131,"target":137},{"source":131,"target":19},{"source":132,"target":138},{"source":132,"target":19},{"source":133,"target":33},{"source":133,"target":139},{"source":133,"target":19},{"source":139,"target":33},{"source":134,"target":38},{"source":134,"target":140},{"source":134,"target":19},{"source":140,"target":38},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":8},{"source":21,"target":141},{"source":21,"target":142},{"source":21,"target":143},{"source":141,"target":22},{"source":141,"target":144},{"source":141,"target":21},{"source":144,"target":22},{"source":142,"target":5},{"source":142,"target":145},{"source":142,"target":21},{"source":145,"target":5},{"source":143,"target":8},{"source":22,"target":0},{"source":22,"target":146},{"source":146,"target":147},{"source":146,"target":22},{"source":23,"target":0},{"source":23,"target":148},{"source":23,"target":149},{"source":148,"target":30},{"source":148,"target":150},{"source":148,"target":23},{"source":150,"target":30},{"source":149,"target":51},{"source":149,"target":151},{"source":149,"target":23},{"source":151,"target":51},{"source":24,"target":0},{"source":24,"target":52},{"source":24,"target":152},{"source":24,"target":153},{"source":24,"target":154},{"source":152,"target":155},{"source":152,"target":24},{"source":153,"target":156},{"source":153,"target":24},{"source":154,"target":52},{"source":25,"target":0},{"source":25,"target":52},{"source":25,"target":157},{"source":25,"target":158},{"source":25,"target":159},{"source":25,"target":160},{"source":25,"target":161},{"source":157,"target":58},{"source":157,"target":162},{"source":157,"target":25},{"source":162,"target":58},{"source":158,"target":57},{"source":158,"target":163},{"source":158,"target":25},{"source":163,"target":57},{"source":159,"target":56},{"source":159,"target":164},{"source":159,"target":25},{"source":164,"target":56},{"source":160,"target":59},{"source":160,"target":165},{"source":160,"target":25},{"source":165,"target":59},{"source":161,"target":52},{"source":26,"target":0},{"source":26,"target":52},{"source":26,"target":166},{"source":166,"target":52},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":167},{"source":167,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":168},{"source":28,"target":169},{"source":28,"target":170},{"source":168,"target":171},{"source":168,"target":28},{"source":169,"target":172},{"source":169,"target":28},{"source":170,"target":26},{"source":29,"target":0},{"source":29,"target":33},{"source":29,"target":173},{"source":173,"target":33},{"source":30,"target":0},{"source":30,"target":174},{"source":30,"target":175},{"source":174,"target":31},{"source":174,"target":176},{"source":174,"target":30},{"source":176,"target":31},{"source":175,"target":32},{"source":175,"target":177},{"source":175,"target":30},{"source":177,"target":32},{"source":31,"target":0},{"source":31,"target":178},{"source":178,"target":179},{"source":178,"target":31},{"source":32,"target":0},{"source":32,"target":19},{"source":32,"target":180},{"source":180,"target":19},{"source":33,"target":0},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":181},{"source":181,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":182},{"source":182,"target":33},{"source":36,"target":0},{"source":36,"target":33},{"source":36,"target":183},{"source":183,"target":33},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":184},{"source":184,"target":33},{"source":38,"target":0},{"source":38,"target":185},{"source":38,"target":186},{"source":185,"target":33},{"source":185,"target":187},{"source":185,"target":38},{"source":187,"target":33},{"source":186,"target":33},{"source":186,"target":188},{"source":186,"target":38},{"source":188,"target":33},{"source":39,"target":0},{"source":39,"target":29},{"source":39,"target":189},{"source":39,"target":190},{"source":39,"target":191},{"source":39,"target":192},{"source":39,"target":193},{"source":189,"target":60},{"source":189,"target":194},{"source":189,"target":39},{"source":194,"target":60},{"source":190,"target":65},{"source":190,"target":195},{"source":190,"target":39},{"source":195,"target":65},{"source":191,"target":196},{"source":191,"target":39},{"source":192,"target":197},{"source":192,"target":39},{"source":193,"target":29},{"source":40,"target":0},{"source":40,"target":29},{"source":40,"target":198},{"source":40,"target":199},{"source":40,"target":200},{"source":198,"target":201},{"source":198,"target":40},{"source":199,"target":202},{"source":199,"target":40},{"source":200,"target":29},{"source":41,"target":0},{"source":41,"target":29},{"source":41,"target":203},{"source":41,"target":204},{"source":41,"target":205},{"source":203,"target":206},{"source":203,"target":41},{"source":204,"target":207},{"source":204,"target":41},{"source":205,"target":29},{"source":42,"target":0},{"source":42,"target":29},{"source":42,"target":208},{"source":42,"target":209},{"source":208,"target":210},{"source":208,"target":42},{"source":209,"target":29},{"source":43,"target":0},{"source":43,"target":211},{"source":43,"target":212},{"source":43,"target":213},{"source":211,"target":214},{"source":211,"target":43},{"source":212,"target":61},{"source":212,"target":215},{"source":212,"target":43},{"source":215,"target":61},{"source":213,"target":216},{"source":213,"target":43},{"source":44,"target":0},{"source":44,"target":217},{"source":44,"target":218},{"source":217,"target":5},{"source":217,"target":219},{"source":217,"target":44},{"source":219,"target":5},{"source":218,"target":11},{"source":218,"target":220},{"source":218,"target":44},{"source":220,"target":11},{"source":45,"target":0},{"source":45,"target":29},{"source":45,"target":221},{"source":221,"target":29},{"source":46,"target":0},{"source":46,"target":29},{"source":46,"target":222},{"source":46,"target":223},{"source":222,"target":224},{"source":222,"target":46},{"source":223,"target":29},{"source":47,"target":0},{"source":47,"target":29},{"source":47,"target":225},{"source":47,"target":226},{"source":47,"target":227},{"source":225,"target":228},{"source":225,"target":47},{"source":226,"target":63},{"source":226,"target":229},{"source":226,"target":47},{"source":229,"target":63},{"source":227,"target":29},{"source":48,"target":0},{"source":48,"target":29},{"source":48,"target":230},{"source":48,"target":231},{"source":230,"target":232},{"source":230,"target":48},{"source":231,"target":29},{"source":49,"target":0},{"source":49,"target":233},{"source":49,"target":234},{"source":49,"target":235},{"source":49,"target":236},{"source":49,"target":237},{"source":49,"target":238},{"source":49,"target":239},{"source":49,"target":240},{"source":233,"target":64},{"source":233,"target":241},{"source":233,"target":49},{"source":241,"target":64},{"source":234,"target":64},{"source":234,"target":242},{"source":234,"target":49},{"source":242,"target":64},{"source":235,"target":64},{"source":235,"target":243},{"source":235,"target":49},{"source":243,"target":64},{"source":236,"target":64},{"source":236,"target":244},{"source":236,"target":49},{"source":244,"target":64},{"source":237,"target":64},{"source":237,"target":245},{"source":237,"target":49},{"source":245,"target":64},{"source":238,"target":64},{"source":238,"target":246},{"source":238,"target":49},{"source":246,"target":64},{"source":239,"target":247},{"source":239,"target":49},{"source":240,"target":64},{"source":240,"target":248},{"source":240,"target":49},{"source":248,"target":64},{"source":50,"target":0},{"source":50,"target":52},{"source":50,"target":249},{"source":50,"target":250},{"source":50,"target":251},{"source":249,"target":66},{"source":249,"target":252},{"source":249,"target":50},{"source":252,"target":66},{"source":250,"target":55},{"source":250,"target":253},{"source":250,"target":50},{"source":253,"target":55},{"source":251,"target":52},{"source":51,"target":0},{"source":51,"target":254},{"source":254,"target":52},{"source":254,"target":255},{"source":254,"target":51},{"source":255,"target":52},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":256},{"source":53,"target":257},{"source":256,"target":53},{"source":257,"target":53},{"source":54,"target":0},{"source":54,"target":258},{"source":54,"target":259},{"source":54,"target":260},{"source":54,"target":261},{"source":258,"target":54},{"source":259,"target":54},{"source":260,"target":54},{"source":261,"target":54},{"source":55,"target":0},{"source":55,"target":262},{"source":55,"target":263},{"source":55,"target":264},{"source":262,"target":55},{"source":263,"target":55},{"source":264,"target":55},{"source":56,"target":0},{"source":56,"target":265},{"source":56,"target":266},{"source":56,"target":267},{"source":265,"target":56},{"source":266,"target":56},{"source":267,"target":56},{"source":57,"target":0},{"source":57,"target":268},{"source":57,"target":269},{"source":57,"target":270},{"source":268,"target":57},{"source":269,"target":57},{"source":270,"target":57},{"source":58,"target":0},{"source":58,"target":271},{"source":58,"target":272},{"source":271,"target":58},{"source":272,"target":58},{"source":59,"target":0},{"source":59,"target":273},{"source":59,"target":274},{"source":273,"target":59},{"source":274,"target":59},{"source":60,"target":0},{"source":60,"target":275},{"source":60,"target":276},{"source":60,"target":277},{"source":275,"target":60},{"source":276,"target":60},{"source":277,"target":60},{"source":61,"target":0},{"source":61,"target":278},{"source":61,"target":279},{"source":61,"target":280},{"source":61,"target":281},{"source":61,"target":282},{"source":61,"target":283},{"source":61,"target":284},{"source":278,"target":61},{"source":279,"target":61},{"source":280,"target":61},{"source":281,"target":61},{"source":282,"target":61},{"source":283,"target":61},{"source":284,"target":61},{"source":62,"target":0},{"source":62,"target":285},{"source":62,"target":286},{"source":62,"target":287},{"source":62,"target":288},{"source":285,"target":62},{"source":286,"target":62},{"source":287,"target":62},{"source":288,"target":62},{"source":63,"target":0},{"source":63,"target":289},{"source":63,"target":290},{"source":289,"target":63},{"source":290,"target":63},{"source":64,"target":0},{"source":64,"target":291},{"source":64,"target":292},{"source":64,"target":293},{"source":291,"target":64},{"source":292,"target":64},{"source":293,"target":64},{"source":65,"target":0},{"source":65,"target":294},{"source":65,"target":295},{"source":294,"target":65},{"source":295,"target":65},{"source":66,"target":0},{"source":66,"target":296},{"source":66,"target":297},{"source":296,"target":66},{"source":297,"target":66}],"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="emftasks" nsURI="http://eclipse.org/mylyn/tasks/emftasks/1.0"
nsPrefix="emftasks">
<eClassifiers xsi:type="ecore:EClass" name="SimpleTask">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//Status"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" eType="#//Priority"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dueDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="completionDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modificationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collaborators" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relatedUrl" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ranking" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="category" eType="#//Category"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Status">
<eLiterals name="New" value="1" literal="NEW"/>
<eLiterals name="Active" value="2" literal="ACTIVE"/>
<eLiterals name="Complete" value="3" literal="COMPLETE"/>
<eLiterals name="Deferred" value="4" literal="DEFERRED"/>
<eLiterals name="Invalid" value="5" literal="INVALID"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Priority">
<eLiterals name="Minor" value="10" literal="MINOR"/>
<eLiterals name="Standard" value="20" literal="STANDARD"/>
<eLiterals name="Important" value="30" literal="IMPORTANT"/>
<eLiterals name="Urgent" value="40" literal="URGENT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskCollection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1"
eType="#//SimpleTask" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastTaskId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/mylyn.reviews.r4e/org.eclipse.mylyn.reviews.example.emftasks.model/model/emftasks.ecore | ecore | emftasks
SimpleTask
id
summary
description
status
priority
dueDate
completionDate
creationDate
modificationDate
collaborators
relatedUrl
ranking
category
Status
New
NEW
Active
ACTIVE
Complete
COMPLETE
Deferred
DEFERRED
Invalid
INVALID
Priority
Minor
MINOR
Standard
STANDARD
Important
IMPORTANT
Urgent
URGENT
Category
summary
description
TaskCollection
label
tasks
lastTaskId
0 | null | {"directed":true,"nodes":[{"nsPrefix":"emftasks","nsURI":"http://eclipse.org/mylyn/tasks/emftasks/1.0","name":"emftasks","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleTask","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Status","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Priority","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskCollection","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","changeable":true,"lowerBound":1,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"priority","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dueDate","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"completionDate","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modificationDate","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collaborators","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relatedUrl","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ranking","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"name":"New","id":32,"value":1,"literal":"NEW","eClass":"EEnumLiteral"},{"name":"Active","id":33,"value":2,"literal":"ACTIVE","eClass":"EEnumLiteral"},{"name":"Complete","id":34,"value":3,"literal":"COMPLETE","eClass":"EEnumLiteral"},{"name":"Deferred","id":35,"value":4,"literal":"DEFERRED","eClass":"EEnumLiteral"},{"name":"Invalid","id":36,"value":5,"literal":"INVALID","eClass":"EEnumLiteral"},{"name":"Minor","id":37,"value":10,"literal":"MINOR","eClass":"EEnumLiteral"},{"name":"Standard","id":38,"value":20,"literal":"STANDARD","eClass":"EEnumLiteral"},{"name":"Important","id":39,"value":30,"literal":"IMPORTANT","eClass":"EEnumLiteral"},{"name":"Urgent","id":40,"value":40,"literal":"URGENT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lastTaskId","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":6,"target":19},{"source":6,"target":1},{"source":7,"target":20},{"source":7,"target":1},{"source":8,"target":21},{"source":8,"target":1},{"source":9,"target":2},{"source":9,"target":22},{"source":9,"target":1},{"source":22,"target":2},{"source":10,"target":3},{"source":10,"target":23},{"source":10,"target":1},{"source":23,"target":3},{"source":11,"target":24},{"source":11,"target":1},{"source":12,"target":25},{"source":12,"target":1},{"source":13,"target":26},{"source":13,"target":1},{"source":14,"target":27},{"source":14,"target":1},{"source":15,"target":28},{"source":15,"target":1},{"source":16,"target":29},{"source":16,"target":1},{"source":17,"target":30},{"source":17,"target":1},{"source":18,"target":4},{"source":18,"target":31},{"source":18,"target":1},{"source":31,"target":4},{"source":2,"target":0},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":32,"target":2},{"source":33,"target":2},{"source":34,"target":2},{"source":35,"target":2},{"source":36,"target":2},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":37,"target":3},{"source":38,"target":3},{"source":39,"target":3},{"source":40,"target":3},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":41,"target":43},{"source":41,"target":4},{"source":42,"target":44},{"source":42,"target":4},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":45,"target":48},{"source":45,"target":5},{"source":46,"target":1},{"source":46,"target":49},{"source":46,"target":5},{"source":49,"target":1},{"source":47,"target":50},{"source":47,"target":5}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="franca" nsURI="http://core.franca.org" nsPrefix="franca">
<eClassifiers xsi:type="ecore:EClass" name="FModel">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The root class of a Franca model.
It contains a list of interfaces and a set of type collections.
Other Franca models might be referenced by the 'imports' attribute.
The name of a Franca model is the package declaration. "/>
</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="imports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1"
eType="#//FInterface" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeCollections" upperBound="-1"
eType="#//FTypeCollection" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An import declaration.
It defines a namespace from some Franca resource, which
should be imported. All elements from other Franca models
referenced by this model should be member of some
imported Franca model.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FTypeCollection" eSuperTypes="#//FModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A collection of Franca type definitions.
The type collection is named and should be versioned (optional).
Types defined by a FTypeCollection can be referenced from
other FTypeCollections and FInterfaces.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//FVersion"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//FType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1"
eType="#//FConstantDef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FInterface" eSuperTypes="#//FTypeCollection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a Franca interface definition.
Interfaces are named and should be versioned (optional).
Types defined as part of this interface can not be referenced
by other FTypeCollections and FInterfaces. This type visibility
differs from the types defined as part of FTypeCollections.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//FAttribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//FMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="broadcasts" upperBound="-1"
eType="#//FBroadcast" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contract" eType="#//FContract"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//FInterface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="managedInterfaces" upperBound="-1"
eType="#//FInterface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FMethod" eSuperTypes="#//FModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The definition of a Franca method as part of an FInterface.
Methods without out arguments might have be flagged as
'fireAndForget'. See the Franca IDL chapter in the Franca
User Guide for very detailed information on method semantics.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fireAndForget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inArgs" upperBound="-1"
eType="#//FArgument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outArgs" upperBound="-1"
eType="#//FArgument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorEnum" eType="#//FEnumerationType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errors" eType="#//FEnumerationType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FBroadcast" eSuperTypes="#//FModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The definition of a Franca broadcast as part of an FInterface.
See the Franca IDL chapter in the Franca User Guide for very
detailed information on broadcast semantics.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="outArgs" upperBound="-1"
eType="#//FArgument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FAttribute" eSuperTypes="#//FTypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The definition of a Franca attribute as part of an FInterface.
See the Franca IDL chapter in the Franca User Guide for very
detailed information on attribute semantics and the flags
which can be set for attributes.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readonly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noSubscriptions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FArgument" eSuperTypes="#//FTypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents an argument (aka parameter) for
a FMethod or FBroadcast. For methods, this might be
an input or output argument. For FBroadcasts, there are only
output arguments (i.e., from server to client).
"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FType" abstract="true" eSuperTypes="#//FModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the base class for all user-defined Franca types.
It will never be instantiated directly."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FModelElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comment" eType="#//FAnnotationBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FVersion">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The version of this interface or type collection.
It is defined according to the Apache major/minor scheme for interfaces.
I.e., a change in the major number indicates a non-compatible change.
It is mandatory to define both major and minor numbers."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="major" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FBasicTypeId">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This enum represents the basic types available in Franca IDL.
See section ref:FIDL_PrimitiveTypes[Primitive types] in the
Franca User Guide for a list of available primitive types and their semantics.
"/>
</eAnnotations>
<eLiterals name="undefined" literal="undefined"/>
<eLiterals name="Int8" value="1" literal="Int8"/>
<eLiterals name="UInt8" value="2" literal="UInt8"/>
<eLiterals name="Int16" value="3" literal="Int16"/>
<eLiterals name="UInt16" value="4" literal="UInt16"/>
<eLiterals name="Int32" value="5" literal="Int32"/>
<eLiterals name="UInt32" value="6" literal="UInt32"/>
<eLiterals name="Int64" value="7" literal="Int64"/>
<eLiterals name="UInt64" value="8" literal="UInt64"/>
<eLiterals name="Boolean" value="9" literal="Boolean"/>
<eLiterals name="String" value="10" literal="String"/>
<eLiterals name="Float" value="11" literal="Float"/>
<eLiterals name="Double" value="12" literal="Double"/>
<eLiterals name="ByteBuffer" value="13" literal="ByteBuffer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FArrayType" eSuperTypes="#//FType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents an array type in Franca.
The array type is used for defining an explicitly named type
which represents an array of a given element type."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" lowerBound="1"
eType="#//FTypeRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FCompoundType" abstract="true" eSuperTypes="#//FType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents all kinds of compound types in Franca, i.e., struct and union types.
A compound type has a list of fields; each field is itself specified by its type.
Thus, nested compounds can be created.
The ordering of fields in the compound is relevant. E.g., serialization code
generated from a Franca interface must take into account the order of the fields.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//FField" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FTypeDef" eSuperTypes="#//FType">
<eStructuralFeatures xsi:type="ecore:EReference" name="actualType" lowerBound="1"
eType="#//FTypeRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FTypedElement" abstract="true" eSuperTypes="#//FEvaluableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//FTypeRef"
containment="true"/>
<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="FEvaluableElement" eSuperTypes="#//FModelElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FVariable" eSuperTypes="#//FTypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FStructType" eSuperTypes="#//FCompoundType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a struct type in Franca. See its base class
ref:FrancaModelAPIReference_FCompoundType[FCompoundType]
for a detailed description."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//FStructType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="polymorphic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FEnumerator" eSuperTypes="#//FEvaluableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//FExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FEnumerationType" eSuperTypes="#//FType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents an enumeration type. The enumeration will contain
a list of e[enumerators]. It can be derived from a base enumeration."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerators" upperBound="-1"
eType="#//FEnumerator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//FEnumerationType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FMapType" eSuperTypes="#//FType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Franca map type (sometimes "map" is also called "dictionary").
This is a collection type which maps objects of a e[key] type to objects
of a e[value] type in constant time."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" lowerBound="1"
eType="#//FTypeRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" lowerBound="1"
eType="#//FTypeRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FTypeRef">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class is a reference to some Franca type.
It may be either a ref:FIDL_PrimitiveTypes[primitive
type] (property e[predefined] or a derived type (e.g., struct, array, map).
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predefined" eType="#//FBasicTypeId"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derived" eType="#//FType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interval" eType="#//FIntegerInterval"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FConstantDef" eSuperTypes="#//FTypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the definition of a constant
as part of a Franca interface or type collection. Note that the 
types available for the constant definition are 
all types which are accessible from this interface."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//FInitializerExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FInitializerExpression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="FInitializer" eSuperTypes="#//FInitializerExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="FCompoundInitializer" eSuperTypes="#//FInitializer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The initializer for an object of a struct type."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//FFieldInitializer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FFieldInitializer">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//FField"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//FInitializerExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FBracketInitializer" eSuperTypes="#//FInitializer">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//FElementInitializer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FElementInitializer">
<eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//FInitializerExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="second" eType="#//FInitializerExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FAnnotationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This enum represents the type of a structured comment (i.e., the tag starting with a '@').
"/>
</eAnnotations>
<eLiterals name="description" value="1" literal="@description"/>
<eLiterals name="author" value="2" literal="@author"/>
<eLiterals name="experimental" value="3" literal="@experimental"/>
<eLiterals name="deprecated" value="4" literal="@deprecated"/>
<eLiterals name="see" value="5" literal="@see"/>
<eLiterals name="param" value="6" literal="@param"/>
<eLiterals name="high_volume" value="8" literal="@high-volume"/>
<eLiterals name="high_frequency" value="9" literal="@high-frequency"/>
<eLiterals name="source_uri" value="10" literal="@source-uri"/>
<eLiterals name="source_alias" value="11" literal="@source-alias"/>
<eLiterals name="details" value="12" literal="@details"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FOperator">
<eLiterals name="Or" literal="||"/>
<eLiterals name="Equal" value="1" literal="=="/>
<eLiterals name="Unequal" value="2" literal="!="/>
<eLiterals name="And" value="3" literal="&&"/>
<eLiterals name="Smaller" value="4" literal="<"/>
<eLiterals name="SmallerOrEqual" value="5" literal="<="/>
<eLiterals name="GreaterOrEqual" value="6" literal=">="/>
<eLiterals name="Greater" value="7" literal=">"/>
<eLiterals name="addition" value="8" literal="+"/>
<eLiterals name="subtraction" value="9" literal="-"/>
<eLiterals name="multiplication" value="10" literal="*"/>
<eLiterals name="division" value="11" literal="/"/>
<eLiterals name="negation" value="12" literal="!"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FAnnotation">
<eOperations name="getType" eType="#//FAnnotationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return FAnnotationAuxImpl.getType(rawText);"/>
</eAnnotations>
</eOperations>
<eOperations name="getComment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return FAnnotationAuxImpl.getComment(rawText);"/>
</eAnnotations>
</eOperations>
<eOperations name="setType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="FAnnotationAuxImpl.setType(this, type);"/>
</eAnnotations>
<eParameters name="type" eType="#//FAnnotationType"/>
</eOperations>
<eOperations name="setComment">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="FAnnotationAuxImpl.setComment(this, comment);"/>
</eAnnotations>
<eParameters name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rawText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FAnnotationBlock">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a structured comment.
It is used by many of the elements of the Franca IDL model.
A structured comment consists of a list of elements with one tagged comment each.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//FAnnotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FContract">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The contract for a Franca interface.
The contract specifies the dynamic behaviour of the interface.
It consists of a PSM (short for: Protocol State Machine) and
an optional set of state variables."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateGraph" lowerBound="1"
eType="#//FStateGraph" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//FDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FDeclaration" eSuperTypes="#//FTypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the definition of a state variable
as part of a Franca interface contract. Note that the 
types available for the state variable definition are 
all types which are accessible from this interface."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//FInitializerExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FStateGraph">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A state graph specifying the interface's dynamic behavior. The state graph is flat
(i.e., non-hierarchical) and consists of a set of states, which are linked by transitions.
One of the states in the set is specified as e[initial]. I.e., this is the initial state of the interface."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" lowerBound="1"
eType="#//FState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//FState" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FState" eSuperTypes="#//FModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a single state as member of a 
ref:FrancaModelAPIReference_FStateGraph[FStateGraph].
The state contains a list of its outgoing transitions. 
The target state of each transition is contained in that transition."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//FTransition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FTransition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a single transition as part of a 
ref:FrancaModelAPIReference_FStateGraph[FStateGraph].
The transition references its target state by property e[to]. 
It doesn't reference its source state; instead, the source state contains
the list of its outgoing transitions.
The transition defines a e[trigger], which specifies some event which
can occur during runtime. It also defines a e[guard] condition.
If the trigger event occurs, the guard condition will be checked (if any).
Depending on this check the transition will be executed.
Finally, a transition has some e[action], which will be executed
each time when the transition fires."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" lowerBound="1"
eType="#//FTrigger" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//FGuard"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//FState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//FBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FTrigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//FEventOnIf"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FEventOnIf">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a communication event,
which basically corresponds to a message on the interface.
Exactly one of its properties should be set, all other should be zero.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="call" eType="#//FMethod"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="respond" eType="#//FMethod"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" eType="#//FBroadcast"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//FAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="update" eType="#//FAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="error" eType="#//FMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FGuard">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//FExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FUnionType" eSuperTypes="#//FCompoundType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a union type in Franca. See its base class
ref:FrancaModelAPIReference_FCompoundType[FCompoundType]
for a detailed description."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//FUnionType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FField" eSuperTypes="#//FTypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FBlock" eSuperTypes="#//FStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//FStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FAssignment" eSuperTypes="#//FStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//FQualifiedElementRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//FExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FExpression" abstract="true" eSuperTypes="#//FInitializerExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the common base class for all expressions of
the Franca contract action language.
The FExpression class will never be instantiated.
"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FStatement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="FQualifiedElementRef" eSuperTypes="#//FExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="TODO: update

This class is a reference to some ref:FrancaModelAPIReference_FTypedElement[FTypedElement].
If the referenced element is no compound type (i.e., struct or union), only the e[element] property
will be used. The e[target] and e[field] properties will be null. If a field of a compound type is referenced,
the e[field] property will point to the ref:FrancaModelAPIReference_FField[FField] object. 
If the compound type is nested, the e[target] property will reference the next outer level
(which is itself a compound referenced by a ref:FrancaModelAPIReference_FTypedElementRef[FTypedElementRef]. 
This might be chained in order to specify a reference to a deeply nested compound element.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//FEvaluableElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//FQualifiedElementRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//FField"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FMethodErrorEnumRef" eSuperTypes="#//FExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerator" eType="#//FEnumerator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FCurrentError" eSuperTypes="#//FExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="FConstant" abstract="true" eSuperTypes="#//FExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the common base class for all kinds of
constants in the Franca contract action language.
The most important types are integers, booleans and strings."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FIntegerConstant" eSuperTypes="#//FConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents integer constants in the Franca contract action language."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FDoubleConstant" eSuperTypes="#//FConstant">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FFloatConstant" eSuperTypes="#//FConstant">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FBooleanConstant" eSuperTypes="#//FConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents boolean constants in the Franca contract action language."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FStringConstant" eSuperTypes="#//FConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents strings constants in the Franca contract action language."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FOperation" abstract="true" eSuperTypes="#//FExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" lowerBound="1" eType="#//FOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FBinaryOperation" eSuperTypes="#//FOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//FExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//FExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FUnaryOperation" eSuperTypes="#//FOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//FExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FIfStatement" eSuperTypes="#//FStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//FExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//FStatement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//FStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FIntegerInterval" eSuperTypes="#//FType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/shittycoder353/joynr-atm2/libjoynr/tools/generator/joynr-generator-standalone/target/info/org.franca.core-0.10.0-jar/model/franca.ecore | ecore | franca
FModel
name
imports
interfaces
typeCollections
Import
importedNamespace
importURI
FTypeCollection
version
types
constants
FInterface
attributes
methods
broadcasts
contract
base
managedInterfaces
FMethod
fireAndForget
inArgs
outArgs
errorEnum
errors
selector
FBroadcast
outArgs
selective
selector
FAttribute
readonly
noSubscriptions
FArgument
FType
FModelElement
name
comment
FVersion
major
minor
FBasicTypeId
undefined
undefined
Int8
Int8
UInt8
UInt8
Int16
Int16
UInt16
UInt16
Int32
Int32
UInt32
UInt32
Int64
Int64
UInt64
UInt64
Boolean
Boolean
String
String
Float
Float
Double
Double
ByteBuffer
ByteBuffer
FArrayType
elementType
FCompoundType
elements
FTypeDef
actualType
FTypedElement
type
array
FEvaluableElement
FVariable
FStructType
base
polymorphic
FEnumerator
value
FEnumerationType
enumerators
base
FMapType
keyType
valueType
FTypeRef
predefined
derived
interval
FConstantDef
rhs
FInitializerExpression
FInitializer
FCompoundInitializer
elements
FFieldInitializer
element
value
FBracketInitializer
elements
FElementInitializer
first
second
FAnnotationType
description
@description
author
@author
experimental
@experimental
deprecated
@deprecated
see
@see
param
@param
high_volume
@high-volume
high_frequency
@high-frequency
source_uri
@source-uri
source_alias
@source-alias
details
@details
FOperator
Or
||
Equal
==
Unequal
!=
And
&&
Smaller
<
SmallerOrEqual
<=
GreaterOrEqual
>=
Greater
>
addition
+
subtraction
-
multiplication
*
division
/
negation
!
FAnnotation
getType
getComment
setType
type
setComment
comment
rawText
FAnnotationBlock
elements
FContract
stateGraph
variables
FDeclaration
rhs
FStateGraph
initial
states
FState
transitions
FTransition
trigger
guard
to
action
FTrigger
event
FEventOnIf
call
respond
signal
set
update
error
FGuard
condition
FUnionType
base
FField
FBlock
statements
FAssignment
lhs
rhs
FExpression
FStatement
FQualifiedElementRef
element
qualifier
field
FMethodErrorEnumRef
enumerator
FCurrentError
FConstant
FIntegerConstant
val
FDoubleConstant
val
FFloatConstant
val
FBooleanConstant
val
FStringConstant
val
FOperation
op
FBinaryOperation
left
right
FUnaryOperation
operand
FIfStatement
condition
then
else
FIntegerInterval
lowerBound
upperBound | null | {"directed":true,"nodes":[{"nsPrefix":"franca","nsURI":"http://core.franca.org","name":"franca","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FModel","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":"FTypeCollection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FInterface","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMethod","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FBroadcast","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FAttribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FArgument","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FType","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FModelElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FVersion","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FBasicTypeId","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FArrayType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FCompoundType","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTypeDef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTypedElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FEvaluableElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FVariable","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FStructType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FEnumerator","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FEnumerationType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMapType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTypeRef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FConstantDef","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FInitializerExpression","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FInitializer","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FCompoundInitializer","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FFieldInitializer","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FBracketInitializer","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FElementInitializer","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FAnnotationType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FOperator","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FAnnotation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FAnnotationBlock","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FContract","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FStateGraph","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FState","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTransition","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTrigger","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FEventOnIf","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FGuard","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FUnionType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FField","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FBlock","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FAssignment","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FExpression","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FStatement","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FQualifiedElementRef","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMethodErrorEnumRef","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FCurrentError","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FConstant","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FIntegerConstant","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FDoubleConstant","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FFloatConstant","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FBooleanConstant","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FStringConstant","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FOperation","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FBinaryOperation","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FUnaryOperation","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FIfStatement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FIntegerInterval","instanceClass":null,"abstract":false,"id":62,"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":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":"imports","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":"interfaces","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":"typeCollections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","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":"importURI","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"methods","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":"broadcasts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contract","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":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"managedInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fireAndForget","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inArgs","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":"outArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"errorEnum","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":"errors","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"selector","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selective","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":"selector","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readonly","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noSubscriptions","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"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":"comment","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"major","changeable":true,"lowerBound":1,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minor","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"name":"undefined","id":130,"value":0,"literal":"undefined","eClass":"EEnumLiteral"},{"name":"Int8","id":131,"value":1,"literal":"Int8","eClass":"EEnumLiteral"},{"name":"UInt8","id":132,"value":2,"literal":"UInt8","eClass":"EEnumLiteral"},{"name":"Int16","id":133,"value":3,"literal":"Int16","eClass":"EEnumLiteral"},{"name":"UInt16","id":134,"value":4,"literal":"UInt16","eClass":"EEnumLiteral"},{"name":"Int32","id":135,"value":5,"literal":"Int32","eClass":"EEnumLiteral"},{"name":"UInt32","id":136,"value":6,"literal":"UInt32","eClass":"EEnumLiteral"},{"name":"Int64","id":137,"value":7,"literal":"Int64","eClass":"EEnumLiteral"},{"name":"UInt64","id":138,"value":8,"literal":"UInt64","eClass":"EEnumLiteral"},{"name":"Boolean","id":139,"value":9,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"String","id":140,"value":10,"literal":"String","eClass":"EEnumLiteral"},{"name":"Float","id":141,"value":11,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Double","id":142,"value":12,"literal":"Double","eClass":"EEnumLiteral"},{"name":"ByteBuffer","id":143,"value":13,"literal":"ByteBuffer","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":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"polymorphic","changeable":true,"lowerBound":0,"iD":false,"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":"value","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":"enumerators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predefined","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"derived","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":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":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"second","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"name":"description","id":202,"value":1,"literal":"@description","eClass":"EEnumLiteral"},{"name":"author","id":203,"value":2,"literal":"@author","eClass":"EEnumLiteral"},{"name":"experimental","id":204,"value":3,"literal":"@experimental","eClass":"EEnumLiteral"},{"name":"deprecated","id":205,"value":4,"literal":"@deprecated","eClass":"EEnumLiteral"},{"name":"see","id":206,"value":5,"literal":"@see","eClass":"EEnumLiteral"},{"name":"param","id":207,"value":6,"literal":"@param","eClass":"EEnumLiteral"},{"name":"high_volume","id":208,"value":8,"literal":"@high-volume","eClass":"EEnumLiteral"},{"name":"high_frequency","id":209,"value":9,"literal":"@high-frequency","eClass":"EEnumLiteral"},{"name":"source_uri","id":210,"value":10,"literal":"@source-uri","eClass":"EEnumLiteral"},{"name":"source_alias","id":211,"value":11,"literal":"@source-alias","eClass":"EEnumLiteral"},{"name":"details","id":212,"value":12,"literal":"@details","eClass":"EEnumLiteral"},{"name":"Or","id":213,"value":0,"literal":"||","eClass":"EEnumLiteral"},{"name":"Equal","id":214,"value":1,"literal":"==","eClass":"EEnumLiteral"},{"name":"Unequal","id":215,"value":2,"literal":"!=","eClass":"EEnumLiteral"},{"name":"And","id":216,"value":3,"literal":"&&","eClass":"EEnumLiteral"},{"name":"Smaller","id":217,"value":4,"literal":"<","eClass":"EEnumLiteral"},{"name":"SmallerOrEqual","id":218,"value":5,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GreaterOrEqual","id":219,"value":6,"literal":">=","eClass":"EEnumLiteral"},{"name":"Greater","id":220,"value":7,"literal":">","eClass":"EEnumLiteral"},{"name":"addition","id":221,"value":8,"literal":"+","eClass":"EEnumLiteral"},{"name":"subtraction","id":222,"value":9,"literal":"-","eClass":"EEnumLiteral"},{"name":"multiplication","id":223,"value":10,"literal":"*","eClass":"EEnumLiteral"},{"name":"division","id":224,"value":11,"literal":"/","eClass":"EEnumLiteral"},{"name":"negation","id":225,"value":12,"literal":"!","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getComment","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setType","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setComment","lowerBound":0,"id":229,"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":"rawText","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EParameter"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comment","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EParameter"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":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":238,"derived":false},{"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":"stateGraph","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"container":false,"ordered":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":241,"derived":false},{"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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"container":false,"ordered":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":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"call","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":false,"unsettable":false,"transient":false,"unique":true,"name":"respond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"update","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"error","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"},{"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumerator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":1,"iD":false,"id":303,"derived":false},{"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":"val","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"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":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"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":"val","changeable":true,"lowerBound":1,"iD":false,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":1,"iD":false,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":1,"iD":false,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":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":1,"target":0},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":63,"target":67},{"source":63,"target":1},{"source":64,"target":2},{"source":64,"target":68},{"source":64,"target":1},{"source":68,"target":2},{"source":65,"target":4},{"source":65,"target":69},{"source":65,"target":1},{"source":69,"target":4},{"source":66,"target":3},{"source":66,"target":70},{"source":66,"target":1},{"source":70,"target":3},{"source":2,"target":0},{"source":2,"target":71},{"source":2,"target":72},{"source":71,"target":73},{"source":71,"target":2},{"source":72,"target":74},{"source":72,"target":2},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":75,"target":11},{"source":75,"target":79},{"source":75,"target":3},{"source":79,"target":11},{"source":76,"target":9},{"source":76,"target":80},{"source":76,"target":3},{"source":80,"target":9},{"source":77,"target":24},{"source":77,"target":81},{"source":77,"target":3},{"source":81,"target":24},{"source":78,"target":10},{"source":4,"target":0},{"source":4,"target":3},{"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":82,"target":7},{"source":82,"target":89},{"source":82,"target":4},{"source":89,"target":7},{"source":83,"target":5},{"source":83,"target":90},{"source":83,"target":4},{"source":90,"target":5},{"source":84,"target":6},{"source":84,"target":91},{"source":84,"target":4},{"source":91,"target":6},{"source":85,"target":35},{"source":85,"target":92},{"source":85,"target":4},{"source":92,"target":35},{"source":86,"target":4},{"source":86,"target":93},{"source":86,"target":4},{"source":93,"target":4},{"source":87,"target":4},{"source":87,"target":94},{"source":87,"target":4},{"source":94,"target":4},{"source":88,"target":3},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":95},{"source":5,"target":96},{"source":5,"target":97},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":95,"target":102},{"source":95,"target":5},{"source":96,"target":8},{"source":96,"target":103},{"source":96,"target":5},{"source":103,"target":8},{"source":97,"target":8},{"source":97,"target":104},{"source":97,"target":5},{"source":104,"target":8},{"source":98,"target":21},{"source":98,"target":105},{"source":98,"target":5},{"source":105,"target":21},{"source":99,"target":21},{"source":99,"target":106},{"source":99,"target":5},{"source":106,"target":21},{"source":100,"target":107},{"source":100,"target":5},{"source":101,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":108},{"source":6,"target":109},{"source":6,"target":110},{"source":6,"target":111},{"source":108,"target":8},{"source":108,"target":112},{"source":108,"target":6},{"source":112,"target":8},{"source":109,"target":113},{"source":109,"target":6},{"source":110,"target":114},{"source":110,"target":6},{"source":111,"target":10},{"source":7,"target":0},{"source":7,"target":16},{"source":7,"target":115},{"source":7,"target":116},{"source":7,"target":117},{"source":115,"target":118},{"source":115,"target":7},{"source":116,"target":119},{"source":116,"target":7},{"source":117,"target":16},{"source":8,"target":0},{"source":8,"target":16},{"source":8,"target":120},{"source":120,"target":16},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":121},{"source":121,"target":10},{"source":10,"target":0},{"source":10,"target":122},{"source":10,"target":123},{"source":122,"target":124},{"source":122,"target":10},{"source":123,"target":34},{"source":123,"target":125},{"source":123,"target":10},{"source":125,"target":34},{"source":11,"target":0},{"source":11,"target":126},{"source":11,"target":127},{"source":126,"target":128},{"source":126,"target":11},{"source":127,"target":129},{"source":127,"target":11},{"source":12,"target":0},{"source":12,"target":130},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":12,"target":137},{"source":12,"target":138},{"source":12,"target":139},{"source":12,"target":140},{"source":12,"target":141},{"source":12,"target":142},{"source":12,"target":143},{"source":130,"target":12},{"source":131,"target":12},{"source":132,"target":12},{"source":133,"target":12},{"source":134,"target":12},{"source":135,"target":12},{"source":136,"target":12},{"source":137,"target":12},{"source":138,"target":12},{"source":139,"target":12},{"source":140,"target":12},{"source":141,"target":12},{"source":142,"target":12},{"source":143,"target":12},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":144},{"source":13,"target":145},{"source":144,"target":23},{"source":144,"target":146},{"source":144,"target":13},{"source":146,"target":23},{"source":145,"target":9},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":147},{"source":14,"target":148},{"source":147,"target":44},{"source":147,"target":149},{"source":147,"target":14},{"source":149,"target":44},{"source":148,"target":9},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":150},{"source":15,"target":151},{"source":150,"target":23},{"source":150,"target":152},{"source":150,"target":15},{"source":152,"target":23},{"source":151,"target":9},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":153},{"source":16,"target":154},{"source":16,"target":155},{"source":153,"target":23},{"source":153,"target":156},{"source":153,"target":16},{"source":156,"target":23},{"source":154,"target":157},{"source":154,"target":16},{"source":155,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":158},{"source":158,"target":10},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":159},{"source":159,"target":16},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":160},{"source":19,"target":161},{"source":19,"target":162},{"source":160,"target":19},{"source":160,"target":163},{"source":160,"target":19},{"source":163,"target":19},{"source":161,"target":164},{"source":161,"target":19},{"source":162,"target":14},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":165},{"source":20,"target":166},{"source":165,"target":47},{"source":165,"target":167},{"source":165,"target":20},{"source":167,"target":47},{"source":166,"target":17},{"source":21,"target":0},{"source":21,"target":9},{"source":21,"target":168},{"source":21,"target":169},{"source":21,"target":170},{"source":168,"target":20},{"source":168,"target":171},{"source":168,"target":21},{"source":171,"target":20},{"source":169,"target":21},{"source":169,"target":172},{"source":169,"target":21},{"source":172,"target":21},{"source":170,"target":9},{"source":22,"target":0},{"source":22,"target":9},{"source":22,"target":173},{"source":22,"target":174},{"source":22,"target":175},{"source":173,"target":23},{"source":173,"target":176},{"source":173,"target":22},{"source":176,"target":23},{"source":174,"target":23},{"source":174,"target":177},{"source":174,"target":22},{"source":177,"target":23},{"source":175,"target":9},{"source":23,"target":0},{"source":23,"target":178},{"source":23,"target":179},{"source":23,"target":180},{"source":178,"target":12},{"source":178,"target":181},{"source":178,"target":23},{"source":181,"target":12},{"source":179,"target":9},{"source":179,"target":182},{"source":179,"target":23},{"source":182,"target":9},{"source":180,"target":62},{"source":180,"target":183},{"source":180,"target":23},{"source":183,"target":62},{"source":24,"target":0},{"source":24,"target":16},{"source":24,"target":184},{"source":24,"target":185},{"source":184,"target":25},{"source":184,"target":186},{"source":184,"target":24},{"source":186,"target":25},{"source":185,"target":16},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":187},{"source":187,"target":25},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":188},{"source":27,"target":189},{"source":188,"target":28},{"source":188,"target":190},{"source":188,"target":27},{"source":190,"target":28},{"source":189,"target":26},{"source":28,"target":0},{"source":28,"target":191},{"source":28,"target":192},{"source":191,"target":44},{"source":191,"target":193},{"source":191,"target":28},{"source":193,"target":44},{"source":192,"target":25},{"source":192,"target":194},{"source":192,"target":28},{"source":194,"target":25},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":195},{"source":29,"target":196},{"source":195,"target":30},{"source":195,"target":197},{"source":195,"target":29},{"source":197,"target":30},{"source":196,"target":26},{"source":30,"target":0},{"source":30,"target":198},{"source":30,"target":199},{"source":198,"target":25},{"source":198,"target":200},{"source":198,"target":30},{"source":200,"target":25},{"source":199,"target":25},{"source":199,"target":201},{"source":199,"target":30},{"source":201,"target":25},{"source":31,"target":0},{"source":31,"target":202},{"source":31,"target":203},{"source":31,"target":204},{"source":31,"target":205},{"source":31,"target":206},{"source":31,"target":207},{"source":31,"target":208},{"source":31,"target":209},{"source":31,"target":210},{"source":31,"target":211},{"source":31,"target":212},{"source":202,"target":31},{"source":203,"target":31},{"source":204,"target":31},{"source":205,"target":31},{"source":206,"target":31},{"source":207,"target":31},{"source":208,"target":31},{"source":209,"target":31},{"source":210,"target":31},{"source":211,"target":31},{"source":212,"target":31},{"source":32,"target":0},{"source":32,"target":213},{"source":32,"target":214},{"source":32,"target":215},{"source":32,"target":216},{"source":32,"target":217},{"source":32,"target":218},{"source":32,"target":219},{"source":32,"target":220},{"source":32,"target":221},{"source":32,"target":222},{"source":32,"target":223},{"source":32,"target":224},{"source":32,"target":225},{"source":213,"target":32},{"source":214,"target":32},{"source":215,"target":32},{"source":216,"target":32},{"source":217,"target":32},{"source":218,"target":32},{"source":219,"target":32},{"source":220,"target":32},{"source":221,"target":32},{"source":222,"target":32},{"source":223,"target":32},{"source":224,"target":32},{"source":225,"target":32},{"source":33,"target":0},{"source":33,"target":226},{"source":33,"target":227},{"source":33,"target":228},{"source":33,"target":229},{"source":33,"target":230},{"source":226,"target":31},{"source":226,"target":231},{"source":226,"target":33},{"source":231,"target":31},{"source":227,"target":232},{"source":227,"target":33},{"source":228,"target":33},{"source":228,"target":233},{"source":233,"target":31},{"source":233,"target":234},{"source":233,"target":228},{"source":234,"target":31},{"source":229,"target":33},{"source":229,"target":235},{"source":235,"target":236},{"source":235,"target":229},{"source":230,"target":237},{"source":230,"target":33},{"source":34,"target":0},{"source":34,"target":238},{"source":238,"target":33},{"source":238,"target":239},{"source":238,"target":34},{"source":239,"target":33},{"source":35,"target":0},{"source":35,"target":240},{"source":35,"target":241},{"source":240,"target":37},{"source":240,"target":242},{"source":240,"target":35},{"source":242,"target":37},{"source":241,"target":36},{"source":241,"target":243},{"source":241,"target":35},{"source":243,"target":36},{"source":36,"target":0},{"source":36,"target":16},{"source":36,"target":244},{"source":36,"target":245},{"source":244,"target":25},{"source":244,"target":246},{"source":244,"target":36},{"source":246,"target":25},{"source":245,"target":16},{"source":37,"target":0},{"source":37,"target":247},{"source":37,"target":248},{"source":247,"target":38},{"source":247,"target":249},{"source":247,"target":37},{"source":249,"target":38},{"source":248,"target":38},{"source":248,"target":250},{"source":248,"target":37},{"source":250,"target":38},{"source":38,"target":0},{"source":38,"target":10},{"source":38,"target":251},{"source":38,"target":252},{"source":251,"target":39},{"source":251,"target":253},{"source":251,"target":38},{"source":253,"target":39},{"source":252,"target":10},{"source":39,"target":0},{"source":39,"target":254},{"source":39,"target":255},{"source":39,"target":256},{"source":39,"target":257},{"source":254,"target":40},{"source":254,"target":258},{"source":254,"target":39},{"source":258,"target":40},{"source":255,"target":42},{"source":255,"target":259},{"source":255,"target":39},{"source":259,"target":42},{"source":256,"target":38},{"source":256,"target":260},{"source":256,"target":39},{"source":260,"target":38},{"source":257,"target":45},{"source":257,"target":261},{"source":257,"target":39},{"source":261,"target":45},{"source":40,"target":0},{"source":40,"target":262},{"source":262,"target":41},{"source":262,"target":263},{"source":262,"target":40},{"source":263,"target":41},{"source":41,"target":0},{"source":41,"target":264},{"source":41,"target":265},{"source":41,"target":266},{"source":41,"target":267},{"source":41,"target":268},{"source":41,"target":269},{"source":264,"target":5},{"source":264,"target":270},{"source":264,"target":41},{"source":270,"target":5},{"source":265,"target":5},{"source":265,"target":271},{"source":265,"target":41},{"source":271,"target":5},{"source":266,"target":6},{"source":266,"target":272},{"source":266,"target":41},{"source":272,"target":6},{"source":267,"target":7},{"source":267,"target":273},{"source":267,"target":41},{"source":273,"target":7},{"source":268,"target":7},{"source":268,"target":274},{"source":268,"target":41},{"source":274,"target":7},{"source":269,"target":5},{"source":269,"target":275},{"source":269,"target":41},{"source":275,"target":5},{"source":42,"target":0},{"source":42,"target":276},{"source":276,"target":47},{"source":276,"target":277},{"source":276,"target":42},{"source":277,"target":47},{"source":43,"target":0},{"source":43,"target":14},{"source":43,"target":278},{"source":43,"target":279},{"source":278,"target":43},{"source":278,"target":280},{"source":278,"target":43},{"source":280,"target":43},{"source":279,"target":14},{"source":44,"target":0},{"source":44,"target":16},{"source":44,"target":281},{"source":281,"target":16},{"source":45,"target":0},{"source":45,"target":48},{"source":45,"target":282},{"source":45,"target":283},{"source":282,"target":48},{"source":282,"target":284},{"source":282,"target":45},{"source":284,"target":48},{"source":283,"target":48},{"source":46,"target":0},{"source":46,"target":48},{"source":46,"target":285},{"source":46,"target":286},{"source":46,"target":287},{"source":285,"target":49},{"source":285,"target":288},{"source":285,"target":46},{"source":288,"target":49},{"source":286,"target":47},{"source":286,"target":289},{"source":286,"target":46},{"source":289,"target":47},{"source":287,"target":48},{"source":47,"target":0},{"source":47,"target":25},{"source":47,"target":290},{"source":290,"target":25},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":291},{"source":49,"target":292},{"source":49,"target":293},{"source":49,"target":294},{"source":291,"target":17},{"source":291,"target":295},{"source":291,"target":49},{"source":295,"target":17},{"source":292,"target":49},{"source":292,"target":296},{"source":292,"target":49},{"source":296,"target":49},{"source":293,"target":44},{"source":293,"target":297},{"source":293,"target":49},{"source":297,"target":44},{"source":294,"target":47},{"source":50,"target":0},{"source":50,"target":47},{"source":50,"target":298},{"source":50,"target":299},{"source":298,"target":20},{"source":298,"target":300},{"source":298,"target":50},{"source":300,"target":20},{"source":299,"target":47},{"source":51,"target":0},{"source":51,"target":47},{"source":51,"target":301},{"source":301,"target":47},{"source":52,"target":0},{"source":52,"target":47},{"source":52,"target":302},{"source":302,"target":47},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":303},{"source":53,"target":304},{"source":303,"target":305},{"source":303,"target":53},{"source":304,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":306},{"source":54,"target":307},{"source":306,"target":308},{"source":306,"target":54},{"source":307,"target":52},{"source":55,"target":0},{"source":55,"target":52},{"source":55,"target":309},{"source":55,"target":310},{"source":309,"target":311},{"source":309,"target":55},{"source":310,"target":52},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":312},{"source":56,"target":313},{"source":312,"target":314},{"source":312,"target":56},{"source":313,"target":52},{"source":57,"target":0},{"source":57,"target":52},{"source":57,"target":315},{"source":57,"target":316},{"source":315,"target":317},{"source":315,"target":57},{"source":316,"target":52},{"source":58,"target":0},{"source":58,"target":47},{"source":58,"target":318},{"source":58,"target":319},{"source":318,"target":32},{"source":318,"target":320},{"source":318,"target":58},{"source":320,"target":32},{"source":319,"target":47},{"source":59,"target":0},{"source":59,"target":58},{"source":59,"target":321},{"source":59,"target":322},{"source":59,"target":323},{"source":321,"target":47},{"source":321,"target":324},{"source":321,"target":59},{"source":324,"target":47},{"source":322,"target":47},{"source":322,"target":325},{"source":322,"target":59},{"source":325,"target":47},{"source":323,"target":58},{"source":60,"target":0},{"source":60,"target":58},{"source":60,"target":326},{"source":60,"target":327},{"source":326,"target":47},{"source":326,"target":328},{"source":326,"target":60},{"source":328,"target":47},{"source":327,"target":58},{"source":61,"target":0},{"source":61,"target":48},{"source":61,"target":329},{"source":61,"target":330},{"source":61,"target":331},{"source":61,"target":332},{"source":329,"target":47},{"source":329,"target":333},{"source":329,"target":61},{"source":333,"target":47},{"source":330,"target":48},{"source":330,"target":334},{"source":330,"target":61},{"source":334,"target":48},{"source":331,"target":48},{"source":331,"target":335},{"source":331,"target":61},{"source":335,"target":48},{"source":332,"target":48},{"source":62,"target":0},{"source":62,"target":9},{"source":62,"target":336},{"source":62,"target":337},{"source":62,"target":338},{"source":336,"target":339},{"source":336,"target":62},{"source":337,"target":340},{"source":337,"target":62},{"source":338,"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="smell_model" nsURI="http://smell_model/1.0" nsPrefix="smell_model">
<eClassifiers xsi:type="ecore:EClass" name="ModelSmell">
<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="ModelSmell_Rolemapping_Mapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelSmell" lowerBound="1"
eType="#//ModelSmell"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roleMapping" lowerBound="1"
upperBound="-1" eType="#//RoleMapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappingConcretisation"
upperBound="-1" eType="#//MappingConcretisation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodelSpecification"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Quality">
<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="Quality_ModelSmell_Mapping" eSuperTypes="#//Mapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelSmell" lowerBound="1"
eType="#//ModelSmell"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="quality" lowerBound="1"
eType="#//Quality"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metric" abstract="true" interface="true">
<eOperations name="calculate">
<eGenericType eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EMap">
<eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloatObject"/>
</eGenericType>
<eParameters name="loadedResource" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EResource"/>
</eOperations>
<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="Metric_Quality_Mapping" eSuperTypes="#//Mapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="quality" lowerBound="1"
eType="#//Quality"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metric" lowerBound="1"
eType="#//Metric"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelSmellModel">
<eOperations name="init"/>
<eOperations name="calculate"/>
<eOperations name="register">
<eParameters name="o" eType="#//Observer"/>
</eOperations>
<eOperations name="unregister">
<eParameters name="o" eType="#//Observer"/>
</eOperations>
<eOperations name="inform"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelSmell_roleMapping"
lowerBound="1" upperBound="-1" eType="#//ModelSmell_Rolemapping_Mapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="quality_modelSmell" lowerBound="1"
upperBound="-1" eType="#//Quality_ModelSmell_Mapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metric_quality" lowerBound="1"
upperBound="-1" eType="#//Metric_Quality_Mapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualities" lowerBound="1"
upperBound="-1" eType="#//Quality" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelSmells" lowerBound="1"
upperBound="-1" eType="#//ModelSmell" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metrics" lowerBound="1"
upperBound="-1" eType="#//Metric" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="loadedResourcePath" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualityScale" transient="true"
defaultValueLiteral="">
<eGenericType eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EMap">
<eTypeArguments eClassifier="#//Quality"/>
<eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloatObject"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="observer" transient="true">
<eGenericType eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EEList">
<eTypeArguments eClassifier="#//Observer"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1"
eType="#//ModelSmellResult"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelSmellDescription"
transient="true">
<eGenericType eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EMap">
<eTypeArguments eClassifier="#//ModelSmell"/>
<eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metricResultMap" transient="true">
<eGenericType eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EMap">
<eTypeArguments eClassifier="#//Metric"/>
<eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EMap">
<eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloatObject"/>
</eTypeArguments>
</eGenericType>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoleMapping"/>
<eClassifiers xsi:type="ecore:EClass" name="Mapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="factor" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloatObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingConcretisation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newFactor" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloatObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1"
eType="#//Mapping"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Observer" abstract="true" interface="true">
<eOperations name="update"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelSmellResult">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="result" transient="true">
<eGenericType eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EMap">
<eTypeArguments eClassifier="#//ModelSmell"/>
<eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EMap">
<eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eTypeArguments eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloatObject"/>
</eTypeArguments>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="threshold" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFloatObject"/>
</eClassifiers>
<eSubpackages name="Test">
<eClassifiers xsi:type="ecore:EClass" name="ModelSmellResult"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/jreimone/refactory/smells/vonsien/org.emftext.refactoring.smell.core/Example/smell_model.ecore | ecore | smell_model
ModelSmell
name
ModelSmell_Rolemapping_Mapping
modelSmell
roleMapping
mappingConcretisation
metamodelSpecification
Quality
name
Quality_ModelSmell_Mapping
modelSmell
quality
Metric
calculate
loadedResource
name
Metric_Quality_Mapping
quality
metric
ModelSmellModel
init
calculate
register
o
unregister
o
inform
modelSmell_roleMapping
quality_modelSmell
metric_quality
qualities
modelSmells
metrics
loadedResourcePath
qualityScale
observer
result
modelSmellDescription
metricResultMap
RoleMapping
Mapping
factor
MappingConcretisation
newFactor
mapping
Observer
update
ModelSmellResult
result
threshold
Test
ModelSmellResult | null | {"directed":true,"nodes":[{"nsPrefix":"smell_model","nsURI":"http://smell_model/1.0","name":"smell_model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelSmell","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelSmell_Rolemapping_Mapping","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Quality","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Quality_ModelSmell_Mapping","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metric","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metric_Quality_Mapping","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelSmellModel","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleMapping","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingConcretisation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Observer","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelSmellResult","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"Test","id":13,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelSmell","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingConcretisation","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":"metamodelSpecification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelSmell","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"quality","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"calculate","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"loadedResource","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"quality","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metric","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"calculate","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"register","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unregister","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"inform","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelSmell_roleMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"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":"quality_modelSmell","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metric_quality","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"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":"qualities","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"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":"modelSmells","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":true,"unsettable":false,"transient":false,"unique":true,"name":"metrics","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"loadedResourcePath","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":"","unsettable":false,"transient":true,"unique":true,"name":"qualityScale","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":true,"unique":true,"name":"observer","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"modelSmellDescription","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":true,"unique":true,"name":"metricResultMap","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"o","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EParameter"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"o","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"factor","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newFactor","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"update","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"result","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":"threshold","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelSmellResult","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":14,"target":15},{"source":14,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":16,"target":1},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":1},{"source":17,"target":8},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":8},{"source":18,"target":10},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":10},{"source":19,"target":23},{"source":19,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":24,"target":25},{"source":24,"target":3},{"source":4,"target":0},{"source":4,"target":9},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":26,"target":1},{"source":26,"target":29},{"source":26,"target":4},{"source":29,"target":1},{"source":27,"target":3},{"source":27,"target":30},{"source":27,"target":4},{"source":30,"target":3},{"source":28,"target":9},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":31,"target":33},{"source":31,"target":5},{"source":31,"target":34},{"source":33,"target":35},{"source":33,"target":36},{"source":34,"target":37},{"source":34,"target":31},{"source":32,"target":38},{"source":32,"target":5},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":39,"target":3},{"source":39,"target":42},{"source":39,"target":6},{"source":42,"target":3},{"source":40,"target":5},{"source":40,"target":43},{"source":40,"target":6},{"source":43,"target":5},{"source":41,"target":9},{"source":7,"target":0},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"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":44,"target":7},{"source":45,"target":7},{"source":46,"target":7},{"source":46,"target":61},{"source":61,"target":11},{"source":61,"target":62},{"source":61,"target":46},{"source":62,"target":11},{"source":47,"target":7},{"source":47,"target":63},{"source":63,"target":11},{"source":63,"target":64},{"source":63,"target":47},{"source":64,"target":11},{"source":48,"target":7},{"source":49,"target":2},{"source":49,"target":65},{"source":49,"target":7},{"source":65,"target":2},{"source":50,"target":4},{"source":50,"target":66},{"source":50,"target":7},{"source":66,"target":4},{"source":51,"target":6},{"source":51,"target":67},{"source":51,"target":7},{"source":67,"target":6},{"source":52,"target":3},{"source":52,"target":68},{"source":52,"target":7},{"source":68,"target":3},{"source":53,"target":1},{"source":53,"target":69},{"source":53,"target":7},{"source":69,"target":1},{"source":54,"target":5},{"source":54,"target":70},{"source":54,"target":7},{"source":70,"target":5},{"source":55,"target":71},{"source":55,"target":7},{"source":56,"target":72},{"source":56,"target":7},{"source":72,"target":73},{"source":72,"target":74},{"source":73,"target":3},{"source":57,"target":75},{"source":57,"target":7},{"source":75,"target":76},{"source":76,"target":11},{"source":58,"target":12},{"source":58,"target":77},{"source":58,"target":7},{"source":77,"target":12},{"source":59,"target":78},{"source":59,"target":7},{"source":78,"target":79},{"source":78,"target":80},{"source":79,"target":1},{"source":60,"target":81},{"source":60,"target":7},{"source":81,"target":82},{"source":81,"target":83},{"source":82,"target":5},{"source":83,"target":84},{"source":83,"target":85},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":86},{"source":86,"target":87},{"source":86,"target":9},{"source":10,"target":0},{"source":10,"target":88},{"source":10,"target":89},{"source":88,"target":90},{"source":88,"target":10},{"source":89,"target":9},{"source":89,"target":91},{"source":89,"target":10},{"source":91,"target":9},{"source":11,"target":0},{"source":11,"target":92},{"source":92,"target":11},{"source":12,"target":0},{"source":12,"target":93},{"source":12,"target":94},{"source":93,"target":95},{"source":93,"target":12},{"source":95,"target":96},{"source":95,"target":97},{"source":96,"target":1},{"source":97,"target":98},{"source":97,"target":99},{"source":94,"target":100},{"source":94,"target":12},{"source":13,"target":101},{"source":13,"target":0},{"source":101,"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="orders" nsURI="orders" nsPrefix="orders">
<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="Ecommerce">
<eStructuralFeatures xsi:type="ecore:EReference" name="orders" ordered="false"
upperBound="-1" eType="#//PurchaseOrder" containment="true">
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="stock" ordered="false"
upperBound="-1" eType="#//Item" containment="true">
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PurchaseOrder">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="nonDuplicateItems"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="nonDuplicateItems" value="
			lines->forAll(line1, line2 | 
				line1 <> line2 implies line1.item <> line2.item
			)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="lines" ordered="false"
lowerBound="1" upperBound="-1" eType="#//OrderLine" containment="true">
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shipTo" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="billTo" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Item">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="positivePrice"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="positivePrice" value="price > 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="stock" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="price" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderLine">
<eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" eType="#//Item"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/npbhoang/My-Acceleo-Example/orders.ecore/model/orders.ecore | ecore | orders
Ecommerce
orders
stock
PurchaseOrder
lines
shipTo
billTo
Item
name
stock
price
OrderLine
item
quantity | null | {"directed":true,"nodes":[{"nsPrefix":"orders","nsURI":"orders","name":"orders","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ecommerce","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PurchaseOrder","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderLine","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"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":"lines","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"shipTo","changeable":true,"lowerBound":1,"iD":false,"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":"billTo","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stock","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"price","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"quantity","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":2},{"source":6,"target":3},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":3},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":9,"target":4},{"source":9,"target":12},{"source":9,"target":2},{"source":12,"target":4},{"source":10,"target":13},{"source":10,"target":2},{"source":11,"target":14},{"source":11,"target":2},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":18},{"source":15,"target":3},{"source":16,"target":19},{"source":16,"target":3},{"source":17,"target":20},{"source":17,"target":3},{"source":4,"target":0},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":3},{"source":21,"target":23},{"source":21,"target":4},{"source":23,"target":3},{"source":22,"target":24},{"source":22,"target":4}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ddic"
nsURI="http://rcer.sf.net/rom/ddic" nsPrefix="net.sf.rcer.rom">
<eClassifiers xsi:type="ecore:EEnum" name="DictionaryDataType">
<eLiterals name="ACCOUNTING_PERIOD" value="1" literal="ACCP"/>
<eLiterals name="CHARACTER" value="2" literal="CHAR"/>
<eLiterals name="CLIENT" value="3" literal="CLNT"/>
<eLiterals name="CURRENCY_KEY" value="4" literal="CUKY"/>
<eLiterals name="CURRENCY_VALUE" value="5" literal="CURR"/>
<eLiterals name="DATE" value="6" literal="DATS"/>
<eLiterals name="DECIMAL" value="7" literal="DEC"/>
<eLiterals name="FLOATING_POINT" value="8" literal="FLTP"/>
<eLiterals name="INT_BYTE" value="9" literal="INT1"/>
<eLiterals name="INT_WORD" value="10" literal="INT2"/>
<eLiterals name="INT_DWORD" value="11" literal="INT4"/>
<eLiterals name="LOCALE" value="12" literal="LANG"/>
<eLiterals name="LONG_CHARACTER_SEQUENCE" value="13" literal="LCHR"/>
<eLiterals name="LONG_BYTE_SEQUENCE" value="14" literal="LRAW"/>
<eLiterals name="NUMERICAL_CHARACTER" value="15" literal="NUMC"/>
<eLiterals name="PRECISION" value="16" literal="PREC"/>
<eLiterals name="QUANTITY" value="17" literal="QUAN"/>
<eLiterals name="BYTES" value="18" literal="RAW"/>
<eLiterals name="BYTE_STRING" value="19" literal="RSTR"/>
<eLiterals name="SHORT_CHARACTER_STRING" value="20" literal="SSTR"/>
<eLiterals name="CHARACTER_STRING" value="21" literal="STRG"/>
<eLiterals name="TIME" value="22" literal="TIMS"/>
<eLiterals name="VAR_CHARACTER" value="23" literal="VARC"/>
<eLiterals name="UNIT" value="24" literal="UNIT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Domain" eSuperTypes="rom.ecore#//RepositoryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
unique="false" eType="ecore:EClass rom.ecore#//RepositoryObjectCollection"
changeable="false" derived="true" resolveProxies="false" eOpposite="rom.ecore#//RepositoryObjectCollection/domains"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString"
changeable="false" containment="true" eKeys="rom.ecore#//LocalizedString/key"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dictionaryDataType" ordered="false"
unique="false" eType="#//DictionaryDataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputLength" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decimals" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="caseSensitive" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="signed" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueListFixed" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueTableName" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conversionExit" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//DomainValue" containment="true" eOpposite="#//DomainValue/domain"
eKeys="#//DomainValue/position"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomainValue" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1"
eType="#//Domain" eOpposite="#//Domain/values"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="position" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="range" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString"
changeable="false" containment="true" eKeys="rom.ecore#//LocalizedString/key"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomainValueSingle" eSuperTypes="#//DomainValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DomainValueRange" eSuperTypes="#//DomainValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBoundary" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBoundary" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ReferredObjectType">
<eLiterals name="UNKNOWN" literal=""/>
<eLiterals name="ANY" value="1" literal="A"/>
<eLiterals name="OBJECT" value="2" literal="O"/>
<eLiterals name="DATA" value="3" literal="D"/>
<eLiterals name="DICTIONARY_TYPE" value="4" literal="B"/>
<eLiterals name="DATA_ELEMENT" value="5" literal="E"/>
<eLiterals name="STRUCTURE" value="6" literal="S"/>
<eLiterals name="TABLE_TYPE" value="7" literal="L"/>
<eLiterals name="CLASS" value="8" literal="C"/>
<eLiterals name="INTERFACE" value="9" literal="I"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TypeKind">
<eLiterals name="DICTIONARY_TYPE" value="1"/>
<eLiterals name="BUILT_IN_TYPE" value="2" literal="E"/>
<eLiterals name="STRUCTURE" value="3" literal="S"/>
<eLiterals name="TABLE_TYPE" value="4" literal="L"/>
<eLiterals name="REFERENCE" value="5" literal="R"/>
<eLiterals name="DOMAIN" value="6" literal="D"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataElement" eSuperTypes="rom.ecore#//RepositoryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
unique="false" eType="ecore:EClass rom.ecore#//RepositoryObjectCollection"
changeable="false" derived="true" eOpposite="rom.ecore#//RepositoryObjectCollection/dataElements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString"
changeable="false" containment="true" eKeys="rom.ecore#//LocalizedString/key"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="heading" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString"
changeable="false" containment="true" eKeys="rom.ecore#//LocalizedString/key"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxHeadingLength" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="shortText" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString"
changeable="false" containment="true" eKeys="rom.ecore#//LocalizedString/key"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxShortTextLength" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mediumText" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString"
changeable="false" containment="true" eKeys="rom.ecore#//LocalizedString/key"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxMediumTextLength" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="longText" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString"
changeable="false" containment="true" eKeys="rom.ecore#//LocalizedString/key"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxLongTextLength" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterID" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="logged" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueHelpName" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueHelpFieldName" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultFieldName" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dictionaryDataType" ordered="false"
unique="false" eType="#//DictionaryDataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputLength" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decimals" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="caseSensitive" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="signed" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueListFixed" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueTableName" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conversionExit" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeKind" ordered="false"
unique="false" eType="#//TypeKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referredType" ordered="false"
unique="false" eType="#//ReferredObjectType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Structure" eSuperTypes="rom.ecore#//RepositoryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//StructureField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
unique="false" eType="ecore:EClass rom.ecore#//RepositoryObjectCollection"
changeable="false" derived="true" resolveProxies="false" eOpposite="rom.ecore#//RepositoryObjectCollection/structures"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="rom.ecore#//RepositoryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1"
eType="#//TableField" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
unique="false" eType="ecore:EClass rom.ecore#//RepositoryObjectCollection"
changeable="false" derived="true" resolveProxies="false" eOpposite="rom.ecore#//RepositoryObjectCollection/tables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructureField" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="TableField" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedField" abstract="true" eSuperTypes="#//StructureField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructureInclusion" eSuperTypes="#//StructureField #//TableField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includedStructureName"
ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="groupName" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="suffix" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleField" abstract="true" eSuperTypes="#//NamedField #//TableField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceTableName" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceFieldName" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataElementField" eSuperTypes="#//SingleField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataElementName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="searchHelpName" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="searchHelpField" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectField" eSuperTypes="#//SingleField">
<eStructuralFeatures xsi:type="ecore:EReference" name="description" ordered="false"
unique="false" upperBound="-1" eType="ecore:EClass rom.ecore#//LocalizedString"
changeable="false" containment="true" eKeys="rom.ecore#//LocalizedString/key"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dictionaryDataType" ordered="false"
unique="false" eType="#//DictionaryDataType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="decimals" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuredField" eSuperTypes="#//NamedField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="structureName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TabularField" eSuperTypes="#//NamedField">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tableTypeName" ordered="false"
unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableType" eSuperTypes="rom.ecore#//RepositoryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
unique="false" eType="ecore:EClass rom.ecore#//RepositoryObjectCollection"
changeable="false" derived="true" eOpposite="rom.ecore#//RepositoryObjectCollection/tableTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="View" eSuperTypes="rom.ecore#//RepositoryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
unique="false" eType="ecore:EClass rom.ecore#//RepositoryObjectCollection"
changeable="false" derived="true" eOpposite="rom.ecore#//RepositoryObjectCollection/views"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SearchHelp" eSuperTypes="rom.ecore#//RepositoryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
unique="false" eType="ecore:EClass rom.ecore#//RepositoryObjectCollection"
changeable="false" derived="true" eOpposite="rom.ecore#//RepositoryObjectCollection/seachHelps"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnqueueObject" eSuperTypes="rom.ecore#//RepositoryObject">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
unique="false" eType="ecore:EClass rom.ecore#//RepositoryObjectCollection"
changeable="false" derived="true" eOpposite="rom.ecore#//RepositoryObjectCollection/enqueueObjects"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/ddic.ecore | ecore | ddic
DictionaryDataType
ACCOUNTING_PERIOD
ACCP
CHARACTER
CHAR
CLIENT
CLNT
CURRENCY_KEY
CUKY
CURRENCY_VALUE
CURR
DATE
DATS
DECIMAL
DEC
FLOATING_POINT
FLTP
INT_BYTE
INT1
INT_WORD
INT2
INT_DWORD
INT4
LOCALE
LANG
LONG_CHARACTER_SEQUENCE
LCHR
LONG_BYTE_SEQUENCE
LRAW
NUMERICAL_CHARACTER
NUMC
PRECISION
PREC
QUANTITY
QUAN
BYTES
RAW
BYTE_STRING
RSTR
SHORT_CHARACTER_STRING
SSTR
CHARACTER_STRING
STRG
TIME
TIMS
VAR_CHARACTER
VARC
UNIT
UNIT
Domain
collection
description
dictionaryDataType
length
outputLength
decimals
caseSensitive
signed
valueListFixed
valueTableName
conversionExit
values
DomainValue
domain
position
range
description
DomainValueSingle
value
DomainValueRange
lowerBoundary
upperBoundary
ReferredObjectType
UNKNOWN
ANY
A
OBJECT
O
DATA
D
DICTIONARY_TYPE
B
DATA_ELEMENT
E
STRUCTURE
S
TABLE_TYPE
L
CLASS
C
INTERFACE
I
TypeKind
DICTIONARY_TYPE
DICTIONARY_TYPE
BUILT_IN_TYPE
E
STRUCTURE
S
TABLE_TYPE
L
REFERENCE
R
DOMAIN
D
DataElement
collection
description
heading
maxHeadingLength
shortText
maxShortTextLength
mediumText
maxMediumTextLength
longText
maxLongTextLength
typeName
parameterID
logged
valueHelpName
valueHelpFieldName
defaultFieldName
dictionaryDataType
length
outputLength
decimals
caseSensitive
signed
valueListFixed
valueTableName
conversionExit
typeKind
referredType
Structure
fields
collection
Table
fields
collection
StructureField
TableField
NamedField
name
StructureInclusion
includedStructureName
groupName
suffix
SingleField
referenceTableName
referenceFieldName
DataElementField
dataElementName
searchHelpName
searchHelpField
DirectField
description
dictionaryDataType
length
decimals
StructuredField
structureName
TabularField
tableTypeName
TableType
collection
View
collection
SearchHelp
collection
EnqueueObject
collection | null | {"directed":true,"nodes":[{"nsPrefix":"net.sf.rcer.rom","nsURI":"http://rcer.sf.net/rom/ddic","name":"ddic","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"DictionaryDataType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainValue","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainValueSingle","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainValueRange","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReferredObjectType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeKind","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Structure","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureField","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableField","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedField","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureInclusion","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleField","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataElementField","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectField","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredField","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabularField","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SearchHelp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnqueueObject","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"name":"ACCOUNTING_PERIOD","id":24,"value":1,"literal":"ACCP","eClass":"EEnumLiteral"},{"name":"CHARACTER","id":25,"value":2,"literal":"CHAR","eClass":"EEnumLiteral"},{"name":"CLIENT","id":26,"value":3,"literal":"CLNT","eClass":"EEnumLiteral"},{"name":"CURRENCY_KEY","id":27,"value":4,"literal":"CUKY","eClass":"EEnumLiteral"},{"name":"CURRENCY_VALUE","id":28,"value":5,"literal":"CURR","eClass":"EEnumLiteral"},{"name":"DATE","id":29,"value":6,"literal":"DATS","eClass":"EEnumLiteral"},{"name":"DECIMAL","id":30,"value":7,"literal":"DEC","eClass":"EEnumLiteral"},{"name":"FLOATING_POINT","id":31,"value":8,"literal":"FLTP","eClass":"EEnumLiteral"},{"name":"INT_BYTE","id":32,"value":9,"literal":"INT1","eClass":"EEnumLiteral"},{"name":"INT_WORD","id":33,"value":10,"literal":"INT2","eClass":"EEnumLiteral"},{"name":"INT_DWORD","id":34,"value":11,"literal":"INT4","eClass":"EEnumLiteral"},{"name":"LOCALE","id":35,"value":12,"literal":"LANG","eClass":"EEnumLiteral"},{"name":"LONG_CHARACTER_SEQUENCE","id":36,"value":13,"literal":"LCHR","eClass":"EEnumLiteral"},{"name":"LONG_BYTE_SEQUENCE","id":37,"value":14,"literal":"LRAW","eClass":"EEnumLiteral"},{"name":"NUMERICAL_CHARACTER","id":38,"value":15,"literal":"NUMC","eClass":"EEnumLiteral"},{"name":"PRECISION","id":39,"value":16,"literal":"PREC","eClass":"EEnumLiteral"},{"name":"QUANTITY","id":40,"value":17,"literal":"QUAN","eClass":"EEnumLiteral"},{"name":"BYTES","id":41,"value":18,"literal":"RAW","eClass":"EEnumLiteral"},{"name":"BYTE_STRING","id":42,"value":19,"literal":"RSTR","eClass":"EEnumLiteral"},{"name":"SHORT_CHARACTER_STRING","id":43,"value":20,"literal":"SSTR","eClass":"EEnumLiteral"},{"name":"CHARACTER_STRING","id":44,"value":21,"literal":"STRG","eClass":"EEnumLiteral"},{"name":"TIME","id":45,"value":22,"literal":"TIMS","eClass":"EEnumLiteral"},{"name":"VAR_CHARACTER","id":46,"value":23,"literal":"VARC","eClass":"EEnumLiteral"},{"name":"UNIT","id":47,"value":24,"literal":"UNIT","eClass":"EEnumLiteral"},{"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":"collection","changeable":false,"resolveProxies":false,"lowerBound":0,"id":48,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dictionaryDataType","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"length","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"outputLength","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"decimals","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"caseSensitive","changeable":true,"lowerBound":1,"iD":false,"id":54,"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":"signed","changeable":true,"lowerBound":1,"iD":false,"id":55,"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":"valueListFixed","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"valueTableName","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"conversionExit","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":true,"unsettable":false,"transient":false,"unique":true,"name":"values","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"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"range","changeable":false,"lowerBound":1,"iD":false,"id":75,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"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":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":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"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":"lowerBoundary","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upperBoundary","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"UNKNOWN","id":89,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"ANY","id":90,"value":1,"literal":"A","eClass":"EEnumLiteral"},{"name":"OBJECT","id":91,"value":2,"literal":"O","eClass":"EEnumLiteral"},{"name":"DATA","id":92,"value":3,"literal":"D","eClass":"EEnumLiteral"},{"name":"DICTIONARY_TYPE","id":93,"value":4,"literal":"B","eClass":"EEnumLiteral"},{"name":"DATA_ELEMENT","id":94,"value":5,"literal":"E","eClass":"EEnumLiteral"},{"name":"STRUCTURE","id":95,"value":6,"literal":"S","eClass":"EEnumLiteral"},{"name":"TABLE_TYPE","id":96,"value":7,"literal":"L","eClass":"EEnumLiteral"},{"name":"CLASS","id":97,"value":8,"literal":"C","eClass":"EEnumLiteral"},{"name":"INTERFACE","id":98,"value":9,"literal":"I","eClass":"EEnumLiteral"},{"name":"DICTIONARY_TYPE","id":99,"value":1,"literal":"DICTIONARY_TYPE","eClass":"EEnumLiteral"},{"name":"BUILT_IN_TYPE","id":100,"value":2,"literal":"E","eClass":"EEnumLiteral"},{"name":"STRUCTURE","id":101,"value":3,"literal":"S","eClass":"EEnumLiteral"},{"name":"TABLE_TYPE","id":102,"value":4,"literal":"L","eClass":"EEnumLiteral"},{"name":"REFERENCE","id":103,"value":5,"literal":"R","eClass":"EEnumLiteral"},{"name":"DOMAIN","id":104,"value":6,"literal":"D","eClass":"EEnumLiteral"},{"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":"collection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":105,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"heading","changeable":false,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxHeadingLength","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"shortText","changeable":false,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxShortTextLength","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"mediumText","changeable":false,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxMediumTextLength","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"longText","changeable":false,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxLongTextLength","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"parameterID","changeable":true,"lowerBound":0,"iD":false,"id":116,"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":"logged","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"valueHelpName","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"valueHelpFieldName","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defaultFieldName","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dictionaryDataType","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"length","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"outputLength","changeable":true,"lowerBound":1,"iD":false,"id":123,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"decimals","changeable":true,"lowerBound":1,"iD":false,"id":124,"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":"caseSensitive","changeable":true,"lowerBound":1,"iD":false,"id":125,"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":"signed","changeable":true,"lowerBound":1,"iD":false,"id":126,"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":"valueListFixed","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"valueTableName","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"conversionExit","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"typeKind","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"referredType","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"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":"collection","changeable":false,"resolveProxies":false,"lowerBound":0,"id":161,"derived":true},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"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":false,"name":"collection","changeable":false,"resolveProxies":false,"lowerBound":0,"id":166,"derived":true},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"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":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"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":"includedStructureName","changeable":true,"lowerBound":1,"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":false,"name":"groupName","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":false,"name":"suffix","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"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":"referenceTableName","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"referenceFieldName","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dataElementName","changeable":true,"lowerBound":1,"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":"searchHelpName","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":"searchHelpField","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":false,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dictionaryDataType","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"length","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"decimals","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"structureName","changeable":true,"lowerBound":1,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"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":"tableTypeName","changeable":true,"lowerBound":1,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"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":"collection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":209,"derived":true},{"id":210,"eClass":"EGenericType"},{"id":211,"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":"collection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":212,"derived":true},{"id":213,"eClass":"EGenericType"},{"id":214,"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":"collection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":215,"derived":true},{"id":216,"eClass":"EGenericType"},{"id":217,"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":"collection","changeable":false,"resolveProxies":true,"lowerBound":0,"id":218,"derived":true},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":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":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":24,"target":1},{"source":25,"target":1},{"source":26,"target":1},{"source":27,"target":1},{"source":28,"target":1},{"source":29,"target":1},{"source":30,"target":1},{"source":31,"target":1},{"source":32,"target":1},{"source":33,"target":1},{"source":34,"target":1},{"source":35,"target":1},{"source":36,"target":1},{"source":37,"target":1},{"source":38,"target":1},{"source":39,"target":1},{"source":40,"target":1},{"source":41,"target":1},{"source":42,"target":1},{"source":43,"target":1},{"source":44,"target":1},{"source":45,"target":1},{"source":46,"target":1},{"source":47,"target":1},{"source":2,"target":0},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":48,"target":61},{"source":48,"target":2},{"source":49,"target":62},{"source":49,"target":2},{"source":50,"target":1},{"source":50,"target":63},{"source":50,"target":2},{"source":63,"target":1},{"source":51,"target":64},{"source":51,"target":2},{"source":52,"target":65},{"source":52,"target":2},{"source":53,"target":66},{"source":53,"target":2},{"source":54,"target":67},{"source":54,"target":2},{"source":55,"target":68},{"source":55,"target":2},{"source":56,"target":69},{"source":56,"target":2},{"source":57,"target":70},{"source":57,"target":2},{"source":58,"target":71},{"source":58,"target":2},{"source":59,"target":3},{"source":59,"target":72},{"source":59,"target":2},{"source":59,"target":73},{"source":59,"target":74},{"source":72,"target":3},{"source":3,"target":0},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":73,"target":2},{"source":73,"target":77},{"source":73,"target":3},{"source":73,"target":59},{"source":77,"target":2},{"source":74,"target":78},{"source":74,"target":3},{"source":75,"target":79},{"source":75,"target":3},{"source":76,"target":80},{"source":76,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":81},{"source":4,"target":82},{"source":81,"target":83},{"source":81,"target":4},{"source":82,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":84},{"source":5,"target":85},{"source":5,"target":86},{"source":84,"target":87},{"source":84,"target":5},{"source":85,"target":88},{"source":85,"target":5},{"source":86,"target":3},{"source":6,"target":0},{"source":6,"target":89},{"source":6,"target":90},{"source":6,"target":91},{"source":6,"target":92},{"source":6,"target":93},{"source":6,"target":94},{"source":6,"target":95},{"source":6,"target":96},{"source":6,"target":97},{"source":6,"target":98},{"source":89,"target":6},{"source":90,"target":6},{"source":91,"target":6},{"source":92,"target":6},{"source":93,"target":6},{"source":94,"target":6},{"source":95,"target":6},{"source":96,"target":6},{"source":97,"target":6},{"source":98,"target":6},{"source":7,"target":0},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":7,"target":103},{"source":7,"target":104},{"source":99,"target":7},{"source":100,"target":7},{"source":101,"target":7},{"source":102,"target":7},{"source":103,"target":7},{"source":104,"target":7},{"source":8,"target":0},{"source":8,"target":105},{"source":8,"target":106},{"source":8,"target":107},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":8,"target":111},{"source":8,"target":112},{"source":8,"target":113},{"source":8,"target":114},{"source":8,"target":115},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":122},{"source":8,"target":123},{"source":8,"target":124},{"source":8,"target":125},{"source":8,"target":126},{"source":8,"target":127},{"source":8,"target":128},{"source":8,"target":129},{"source":8,"target":130},{"source":8,"target":131},{"source":8,"target":132},{"source":105,"target":133},{"source":105,"target":8},{"source":106,"target":134},{"source":106,"target":8},{"source":107,"target":135},{"source":107,"target":8},{"source":108,"target":136},{"source":108,"target":8},{"source":109,"target":137},{"source":109,"target":8},{"source":110,"target":138},{"source":110,"target":8},{"source":111,"target":139},{"source":111,"target":8},{"source":112,"target":140},{"source":112,"target":8},{"source":113,"target":141},{"source":113,"target":8},{"source":114,"target":142},{"source":114,"target":8},{"source":115,"target":143},{"source":115,"target":8},{"source":116,"target":144},{"source":116,"target":8},{"source":117,"target":145},{"source":117,"target":8},{"source":118,"target":146},{"source":118,"target":8},{"source":119,"target":147},{"source":119,"target":8},{"source":120,"target":148},{"source":120,"target":8},{"source":121,"target":1},{"source":121,"target":149},{"source":121,"target":8},{"source":149,"target":1},{"source":122,"target":150},{"source":122,"target":8},{"source":123,"target":151},{"source":123,"target":8},{"source":124,"target":152},{"source":124,"target":8},{"source":125,"target":153},{"source":125,"target":8},{"source":126,"target":154},{"source":126,"target":8},{"source":127,"target":155},{"source":127,"target":8},{"source":128,"target":156},{"source":128,"target":8},{"source":129,"target":157},{"source":129,"target":8},{"source":130,"target":7},{"source":130,"target":158},{"source":130,"target":8},{"source":158,"target":7},{"source":131,"target":6},{"source":131,"target":159},{"source":131,"target":8},{"source":159,"target":6},{"source":9,"target":0},{"source":9,"target":160},{"source":9,"target":161},{"source":9,"target":162},{"source":160,"target":11},{"source":160,"target":163},{"source":160,"target":9},{"source":163,"target":11},{"source":161,"target":164},{"source":161,"target":9},{"source":10,"target":0},{"source":10,"target":165},{"source":10,"target":166},{"source":10,"target":167},{"source":165,"target":12},{"source":165,"target":168},{"source":165,"target":10},{"source":168,"target":12},{"source":166,"target":169},{"source":166,"target":10},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":170},{"source":13,"target":171},{"source":170,"target":172},{"source":170,"target":13},{"source":171,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":12},{"source":14,"target":173},{"source":14,"target":174},{"source":14,"target":175},{"source":14,"target":176},{"source":14,"target":177},{"source":173,"target":178},{"source":173,"target":14},{"source":174,"target":179},{"source":174,"target":14},{"source":175,"target":180},{"source":175,"target":14},{"source":176,"target":11},{"source":177,"target":12},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":12},{"source":15,"target":181},{"source":15,"target":182},{"source":15,"target":183},{"source":15,"target":184},{"source":181,"target":185},{"source":181,"target":15},{"source":182,"target":186},{"source":182,"target":15},{"source":183,"target":13},{"source":184,"target":12},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":187},{"source":16,"target":188},{"source":16,"target":189},{"source":16,"target":190},{"source":187,"target":191},{"source":187,"target":16},{"source":188,"target":192},{"source":188,"target":16},{"source":189,"target":193},{"source":189,"target":16},{"source":190,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":194},{"source":17,"target":195},{"source":17,"target":196},{"source":17,"target":197},{"source":17,"target":198},{"source":194,"target":199},{"source":194,"target":17},{"source":195,"target":1},{"source":195,"target":200},{"source":195,"target":17},{"source":200,"target":1},{"source":196,"target":201},{"source":196,"target":17},{"source":197,"target":202},{"source":197,"target":17},{"source":198,"target":15},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":203},{"source":18,"target":204},{"source":203,"target":205},{"source":203,"target":18},{"source":204,"target":13},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":206},{"source":19,"target":207},{"source":206,"target":208},{"source":206,"target":19},{"source":207,"target":13},{"source":20,"target":0},{"source":20,"target":209},{"source":20,"target":210},{"source":209,"target":211},{"source":209,"target":20},{"source":21,"target":0},{"source":21,"target":212},{"source":21,"target":213},{"source":212,"target":214},{"source":212,"target":21},{"source":22,"target":0},{"source":22,"target":215},{"source":22,"target":216},{"source":215,"target":217},{"source":215,"target":22},{"source":23,"target":0},{"source":23,"target":218},{"source":23,"target":219},{"source":218,"target":220},{"source":218,"target":23}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="strategicDdd" nsURI="http://www.xtext.org/masterarbeit/strategicPatterns/StrategicDdd"
nsPrefix="strategicDdd">
<eClassifiers xsi:type="ecore:EClass" name="DomainModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="boundedContexts" upperBound="-1"
eType="#//BoundedContext" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextMaps" upperBound="-1"
eType="#//ContextMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BoundedContext">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groupId" eType="#//GroupId"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//Version"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupId">
<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="Version">
<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="Dependency">
<eStructuralFeatures xsi:type="ecore:EReference" name="artifactId" eType="#//BoundedContext"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContextMap">
<eStructuralFeatures xsi:type="ecore:EReference" name="sharedKernels" upperBound="-1"
eType="#//SharedKernel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customerSuppliers" upperBound="-1"
eType="#//CustomerSupplier" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SharedKernel">
<eStructuralFeatures xsi:type="ecore:EReference" name="skArtifactId" eType="#//BoundedContext"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="betweenContexts" upperBound="-1"
eType="#//BetweenContext" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BetweenContext">
<eStructuralFeatures xsi:type="ecore:EReference" name="beArtifactId" eType="#//BoundedContext"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomerSupplier">
<eStructuralFeatures xsi:type="ecore:EReference" name="supplierArtifactId" eType="#//BoundedContext"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="openHostServices" eType="#//ContextMapPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1"
eType="#//Customer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Customer">
<eStructuralFeatures xsi:type="ecore:EReference" name="customerArtifactId" eType="#//BoundedContext"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conformist" eType="#//Conformist"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anticorruptionLayer" eType="#//ContextMapPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ContextMapPattern">
<eLiterals name="OpenHostServices" literal="OpenHostServices"/>
<eLiterals name="AnticorruptionLayer" value="1" literal="AnticorruptionLayer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Conformist">
<eLiterals name="conformist" literal="Conformist"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/swissiKarim/MasterArbeit/Master-Projecte/org.xtext.masterarbeit.strategicPatterns.parent/org.xtext.masterarbeit.strategicPatterns/model/generated/StrategicDdd.ecore | ecore | strategicDdd
DomainModel
boundedContexts
contextMaps
BoundedContext
name
groupId
version
GroupId
name
Version
name
Dependency
artifactId
ContextMap
sharedKernels
customerSuppliers
SharedKernel
skArtifactId
betweenContexts
BetweenContext
beArtifactId
CustomerSupplier
supplierArtifactId
openHostServices
customers
Customer
customerArtifactId
conformist
anticorruptionLayer
ContextMapPattern
OpenHostServices
OpenHostServices
AnticorruptionLayer
AnticorruptionLayer
Conformist
conformist
Conformist | null | {"directed":true,"nodes":[{"nsPrefix":"strategicDdd","nsURI":"http://www.xtext.org/masterarbeit/strategicPatterns/StrategicDdd","name":"strategicDdd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundedContext","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupId","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextMap","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SharedKernel","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BetweenContext","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomerSupplier","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContextMapPattern","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Conformist","instanceClass":null,"id":12,"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":"boundedContexts","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":"contextMaps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"artifactId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sharedKernels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customerSuppliers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"skArtifactId","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":"betweenContexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"beArtifactId","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":"supplierArtifactId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"openHostServices","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customers","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":false,"unsettable":false,"transient":false,"unique":true,"name":"customerArtifactId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conformist","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":"anticorruptionLayer","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"name":"OpenHostServices","id":51,"value":0,"literal":"OpenHostServices","eClass":"EEnumLiteral"},{"name":"AnticorruptionLayer","id":52,"value":1,"literal":"AnticorruptionLayer","eClass":"EEnumLiteral"},{"name":"conformist","id":53,"value":0,"literal":"Conformist","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":13,"target":2},{"source":13,"target":15},{"source":13,"target":1},{"source":15,"target":2},{"source":14,"target":6},{"source":14,"target":16},{"source":14,"target":1},{"source":16,"target":6},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":17,"target":20},{"source":17,"target":2},{"source":18,"target":3},{"source":18,"target":21},{"source":18,"target":2},{"source":21,"target":3},{"source":19,"target":4},{"source":19,"target":22},{"source":19,"target":2},{"source":22,"target":4},{"source":3,"target":0},{"source":3,"target":23},{"source":23,"target":24},{"source":23,"target":3},{"source":4,"target":0},{"source":4,"target":25},{"source":25,"target":26},{"source":25,"target":4},{"source":5,"target":0},{"source":5,"target":27},{"source":27,"target":2},{"source":27,"target":28},{"source":27,"target":5},{"source":28,"target":2},{"source":6,"target":0},{"source":6,"target":29},{"source":6,"target":30},{"source":29,"target":7},{"source":29,"target":31},{"source":29,"target":6},{"source":31,"target":7},{"source":30,"target":9},{"source":30,"target":32},{"source":30,"target":6},{"source":32,"target":9},{"source":7,"target":0},{"source":7,"target":33},{"source":7,"target":34},{"source":33,"target":2},{"source":33,"target":35},{"source":33,"target":7},{"source":35,"target":2},{"source":34,"target":8},{"source":34,"target":36},{"source":34,"target":7},{"source":36,"target":8},{"source":8,"target":0},{"source":8,"target":37},{"source":37,"target":2},{"source":37,"target":38},{"source":37,"target":8},{"source":38,"target":2},{"source":9,"target":0},{"source":9,"target":39},{"source":9,"target":40},{"source":9,"target":41},{"source":39,"target":2},{"source":39,"target":42},{"source":39,"target":9},{"source":42,"target":2},{"source":40,"target":11},{"source":40,"target":43},{"source":40,"target":9},{"source":43,"target":11},{"source":41,"target":10},{"source":41,"target":44},{"source":41,"target":9},{"source":44,"target":10},{"source":10,"target":0},{"source":10,"target":45},{"source":10,"target":46},{"source":10,"target":47},{"source":45,"target":2},{"source":45,"target":48},{"source":45,"target":10},{"source":48,"target":2},{"source":46,"target":12},{"source":46,"target":49},{"source":46,"target":10},{"source":49,"target":12},{"source":47,"target":11},{"source":47,"target":50},{"source":47,"target":10},{"source":50,"target":11},{"source":11,"target":0},{"source":11,"target":51},{"source":11,"target":52},{"source":51,"target":11},{"source":52,"target":11},{"source":12,"target":0},{"source":12,"target":53},{"source":53,"target":12}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="refactoring">
<eClassifiers xsi:type="ecore:EClass" name="RefactoringSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="infos" lowerBound="1" eType="#//VariabilityInfos"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="instructions" lowerBound="1"
eType="#//RefactoringInstructions" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mechanism" lowerBound="1"
eType="#//VariabilityMechanism" containment="true" eOpposite="#//VariabilityMechanism/specification"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="alternatives" upperBound="-1"
eType="#//RefactoringSpecification"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Descriptions">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="configurationMechanism"
lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="motivation" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Characteristics">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindingTime" lowerBound="1"
eType="ecore:EEnum platform:/plugin/org.splevo.vpm/model/vpm.ecore#//variability/BindingTime"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variabilityType" lowerBound="1"
eType="ecore:EEnum platform:/plugin/org.eclipse.featuremodel.metamodel/models/featuremodel.ecore#//VariabilityType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extensible" lowerBound="1"
eType="ecore:EEnum platform:/plugin/org.splevo.vpm/model/vpm.ecore#//variability/Extensible"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualityGoalByTrend" lowerBound="1"
eType="ecore:EEnum ../../org.splevo.splprofile/model/splprofile.ecore#//QualityGoal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SupportedSoftwareModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="softwareModel" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.featuremodel.metamodel/models/featuremodel.ecore#//ID"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedTypes" lowerBound="1"
upperBound="-1" eType="#//SoftwareElementType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SoftwareElementType">
<eStructuralFeatures xsi:type="ecore:EReference" name="specificType" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Example">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="leading" lowerBound="1"
eType="#//CodeSnippet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="integration" lowerBound="1"
eType="#//CodeSnippet" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="spl" lowerBound="1" eType="#//CodeSnippet"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CodeSnippet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formattedCode" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Limitation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reason" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notSupportedType" lowerBound="1"
eType="#//SoftwareElementType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefactoringInstruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="instructionExample" lowerBound="1"
eType="#//Example" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mechanics" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preCondition" lowerBound="1"
eType="#//PreCondition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariabilityInfos">
<eStructuralFeatures xsi:type="ecore:EReference" name="characteristics" lowerBound="1"
eType="#//Characteristics" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedModels" lowerBound="1"
upperBound="-1" eType="#//SupportedSoftwareModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="limitations" upperBound="-1"
eType="#//Limitation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalExample" lowerBound="1"
eType="#//Example" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" lowerBound="1"
eType="#//Descriptions" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RefactoringInstructions">
<eStructuralFeatures xsi:type="ecore:EReference" name="instructions" lowerBound="1"
upperBound="-1" eType="#//RefactoringInstruction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariabilityMechanism">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specification" lowerBound="1"
eType="#//RefactoringSpecification" eOpposite="#//RefactoringSpecification/mechanism"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariationPoint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variabilityType" lowerBound="1"
eType="ecore:EEnum platform:/plugin/org.eclipse.featuremodel.metamodel/models/featuremodel.ecore#//VariabilityType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindingTime" lowerBound="1"
eType="ecore:EEnum platform:/plugin/org.splevo.vpm/model/vpm.ecore#//variability/BindingTime"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extensibility" lowerBound="1"
eType="ecore:EEnum platform:/plugin/org.splevo.vpm/model/vpm.ecore#//variability/Extensible"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variabilityMechanism" eType="#//VariabilityMechanism"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SPLProfile">
<eStructuralFeatures xsi:type="ecore:EReference" name="variabilityMechanisms"
eType="#//VariabilityMechanism"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PreCondition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locationExclusion" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementExclusion" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="locationType" lowerBound="1"
eType="#//SoftwareElementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementingElementType"
lowerBound="1" eType="#//SoftwareElementType"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/kopl/SPLevo/Releng/org.splevo.docs/model/refactoring-specification.ecore | ecore | refactoring
RefactoringSpecification
infos
instructions
mechanism
alternatives
Descriptions
summary
configurationMechanism
motivation
Characteristics
bindingTime
variabilityType
extensible
qualityGoalByTrend
SupportedSoftwareModel
softwareModel
supportedTypes
SoftwareElementType
specificType
Example
description
leading
integration
spl
CodeSnippet
formattedCode
Limitation
reason
notSupportedType
RefactoringInstruction
instructionExample
summary
mechanics
parameters
preCondition
VariabilityInfos
characteristics
supportedModels
limitations
generalExample
description
RefactoringInstructions
instructions
VariabilityMechanism
name
specification
VariationPoint
variabilityType
bindingTime
extensibility
variabilityMechanism
SPLProfile
variabilityMechanisms
PreCondition
locationExclusion
elementExclusion
locationType
implementingElementType | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"refactoring","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefactoringSpecification","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Descriptions","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Characteristics","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportedSoftwareModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareElementType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Example","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeSnippet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Limitation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefactoringInstruction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariabilityInfos","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefactoringInstructions","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariabilityMechanism","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariationPoint","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SPLProfile","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreCondition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"infos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mechanism","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alternatives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configurationMechanism","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"motivation","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bindingTime","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variabilityType","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extensible","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualityGoalByTrend","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"softwareModel","changeable":true,"lowerBound":1,"iD":false,"id":39,"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":"supportedTypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specificType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leading","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"integration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formattedCode","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reason","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"notSupportedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructionExample","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","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":"mechanics","changeable":true,"lowerBound":1,"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":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"characteristics","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"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":"supportedModels","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"limitations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalExample","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","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"},{"id":78,"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":"instructions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variabilityType","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bindingTime","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extensibility","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variabilityMechanism","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variabilityMechanisms","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"locationExclusion","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":"elementExclusion","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"locationType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementingElementType","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":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":16,"target":10},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":10},{"source":17,"target":11},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":11},{"source":18,"target":12},{"source":18,"target":22},{"source":18,"target":1},{"source":18,"target":23},{"source":22,"target":12},{"source":19,"target":1},{"source":19,"target":24},{"source":19,"target":1},{"source":24,"target":1},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":25,"target":28},{"source":25,"target":2},{"source":26,"target":29},{"source":26,"target":2},{"source":27,"target":30},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":31,"target":35},{"source":31,"target":3},{"source":32,"target":36},{"source":32,"target":3},{"source":33,"target":37},{"source":33,"target":3},{"source":34,"target":38},{"source":34,"target":3},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":39,"target":41},{"source":39,"target":4},{"source":40,"target":5},{"source":40,"target":42},{"source":40,"target":4},{"source":42,"target":5},{"source":5,"target":0},{"source":5,"target":43},{"source":43,"target":44},{"source":43,"target":5},{"source":6,"target":0},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":45,"target":49},{"source":45,"target":6},{"source":46,"target":7},{"source":46,"target":50},{"source":46,"target":6},{"source":50,"target":7},{"source":47,"target":7},{"source":47,"target":51},{"source":47,"target":6},{"source":51,"target":7},{"source":48,"target":7},{"source":48,"target":52},{"source":48,"target":6},{"source":52,"target":7},{"source":7,"target":0},{"source":7,"target":53},{"source":53,"target":54},{"source":53,"target":7},{"source":8,"target":0},{"source":8,"target":55},{"source":8,"target":56},{"source":55,"target":57},{"source":55,"target":8},{"source":56,"target":5},{"source":56,"target":58},{"source":56,"target":8},{"source":58,"target":5},{"source":9,"target":0},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":59,"target":6},{"source":59,"target":64},{"source":59,"target":9},{"source":64,"target":6},{"source":60,"target":65},{"source":60,"target":9},{"source":61,"target":66},{"source":61,"target":9},{"source":62,"target":67},{"source":62,"target":9},{"source":63,"target":15},{"source":63,"target":68},{"source":63,"target":9},{"source":68,"target":15},{"source":10,"target":0},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":69,"target":3},{"source":69,"target":74},{"source":69,"target":10},{"source":74,"target":3},{"source":70,"target":4},{"source":70,"target":75},{"source":70,"target":10},{"source":75,"target":4},{"source":71,"target":8},{"source":71,"target":76},{"source":71,"target":10},{"source":76,"target":8},{"source":72,"target":6},{"source":72,"target":77},{"source":72,"target":10},{"source":77,"target":6},{"source":73,"target":2},{"source":73,"target":78},{"source":73,"target":10},{"source":78,"target":2},{"source":11,"target":0},{"source":11,"target":79},{"source":79,"target":9},{"source":79,"target":80},{"source":79,"target":11},{"source":80,"target":9},{"source":12,"target":0},{"source":12,"target":81},{"source":12,"target":23},{"source":81,"target":82},{"source":81,"target":12},{"source":23,"target":1},{"source":23,"target":83},{"source":23,"target":12},{"source":23,"target":18},{"source":83,"target":1},{"source":13,"target":0},{"source":13,"target":84},{"source":13,"target":85},{"source":13,"target":86},{"source":13,"target":87},{"source":84,"target":88},{"source":84,"target":13},{"source":85,"target":89},{"source":85,"target":13},{"source":86,"target":90},{"source":86,"target":13},{"source":87,"target":12},{"source":87,"target":91},{"source":87,"target":13},{"source":91,"target":12},{"source":14,"target":0},{"source":14,"target":92},{"source":92,"target":12},{"source":92,"target":93},{"source":92,"target":14},{"source":93,"target":12},{"source":15,"target":0},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":15,"target":97},{"source":94,"target":98},{"source":94,"target":15},{"source":95,"target":99},{"source":95,"target":15},{"source":96,"target":5},{"source":96,"target":100},{"source":96,"target":15},{"source":100,"target":5},{"source":97,"target":5},{"source":97,"target":101},{"source":97,"target":15},{"source":101,"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="Metamodelo_Cpp" nsURI="http://metamodelo_cpp.unicen.edu.ar"
nsPrefix="org.eclipse.emf.ecore.metamodelo_cpp">
<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="CppModel">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="nameNotEmpty nameNotNull"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="nameNotEmpty" value="name.size() > 0"/>
<details key="nameNotNull" value="name <> null"/>
</eAnnotations>
<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="sourceFolder" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="src"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetFolder" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="build"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainClass" lowerBound="1"
eType="#//CppClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#//CppPathReferentiable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orphanTypes" ordered="false"
upperBound="-1" eType="#//CppType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modules" ordered="false"
upperBound="-1" eType="#//CppClassFile" changeable="false" volatile="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="elements
 ->select(x | x.oclIsKindOf(CppPackage))
 ->collect(x : CppPackage | x.childrenReferences )
 ->select(y | y.oclIsKindOf(CppClassFile))
 ->collect(y | y.oclAsType(CppClassFile))"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppPathReferentiable" abstract="true"
eSuperTypes="#//CppNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parentReference" eType="#//CppPackage"
eOpposite="#//CppPackage/childrenReferences"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedIn" ordered="false"
upperBound="-1" eType="#//CppPathReference" changeable="false" volatile="true"
eOpposite="#//CppPathReference/referencedTerminal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppPathReference" abstract="true" eSuperTypes="#//CppModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedTerminal" eType="#//CppPathReferentiable"
eOpposite="#//CppPathReferentiable/referencedIn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppPackage" eSuperTypes="#//CppPathReferentiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="childrenReferences" ordered="false"
upperBound="-1" eType="#//CppPathReferentiable" containment="true" eOpposite="#//CppPathReferentiable/parentReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="childrenPackages" ordered="false"
upperBound="-1" eType="#//CppPackage" changeable="false" volatile="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="childrenReferences
				->select(x | x.oclIsKindOf(CppPackage))
				->collect(x | x.oclAsType(CppPackage))"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="containedTypes" ordered="false"
upperBound="-1" eType="#//CppType" changeable="false" volatile="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="childrenReferences
				->select(x | x.oclIsKindOf(CppClassFile))
				->collect(x : CppClassFile | x.elements )"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppModelElement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="CppNamedElement" abstract="true" eSuperTypes="#//CppModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="nameNotEmpty"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="nameNotEmpty" value="name.size() > 0"/>
</eAnnotations>
<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="CppClassFile" eSuperTypes="#//CppPathReferentiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//CppPathReferentiable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//CppImportDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppType" abstract="true" eSuperTypes="#//CppPathReferentiable">
<eStructuralFeatures xsi:type="ecore:EReference" name="usagesInTypeAccess" ordered="false"
upperBound="-1" eType="#//CppTypeAccess" eOpposite="#//CppTypeAccess/access"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" ordered="false"
upperBound="-1" eType="#//CppTypeParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppTypeParameter" eSuperTypes="#//CppType">
<eAnnotations/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1"
eType="#//CppTypeAccess" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppClassifier" abstract="true" eSuperTypes="#//CppType #//CppFieldContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="cppOperations" ordered="false"
upperBound="-1" eType="#//CppMemberFunction" changeable="false" volatile="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="self.cppFields
				->select(x : CppField | x.oclIsTypeOf(CppMethod)).oclAsType(CppMethod)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cppDestructor" ordered="false"
upperBound="-1" eType="#//CppMemberFunction" changeable="false" volatile="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="self.cppFields
				->select(x : CppField | x.oclIsTypeOf(CppDestructor)).oclAsType(CppDestructor)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cppConstructor" ordered="false"
upperBound="-1" eType="#//CppMemberFunction" changeable="false" volatile="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="self.cppFields
				->select(x : CppField | x.oclIsTypeOf(CppConstructor)).oclAsType(CppConstructor)"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="cppAttributes" ordered="false"
upperBound="-1" eType="#//CppVariable" changeable="false" volatile="true"
derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="self.cppFields
				->select(x : CppField | x.oclIsTypeOf(CppVariable)).oclAsType(CppVariable)"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppEnum" eSuperTypes="#//CppType">
<eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1"
eType="#//CppEnumConstructor" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppEnumConstructor" eSuperTypes="#//CppNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//CppExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppComment" eSuperTypes="#//CppModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="singleLine" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiLine" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppPrimitiveType" abstract="true" eSuperTypes="#//CppType"/>
<eClassifiers xsi:type="ecore:EClass" name="CppBooleanType" eSuperTypes="#//CppPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CppVoidType" eSuperTypes="#//CppPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CppCharType" eSuperTypes="#//CppPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CppShortType" eSuperTypes="#//CppPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CppIntType" eSuperTypes="#//CppPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CppLongType" eSuperTypes="#//CppPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CppFloatType" eSuperTypes="#//CppPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CppDoubleType" eSuperTypes="#//CppPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CppSignedType" eSuperTypes="#//CppPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CppUnsignedType" eSuperTypes="#//CppPrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="CppClass" eSuperTypes="#//CppClassifier">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false"
upperBound="-1" eType="#//CppClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classkey" lowerBound="1"
eType="#//CppClassKey"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isGeneric" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppImportDeclaration" eSuperTypes="#//CppModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="pathImport" eType="#//CppClassFile"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppTypedElement" abstract="true" eSuperTypes="#//CppModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//CppTypeAccess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppExpression" abstract="true" eSuperTypes="#//CppModelElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CppVariable" eSuperTypes="#//CppVariableDeclaration #//CppField #//CppTypedElement #//CppType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isConst" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="storage" eType="#//CppStorageType"
defaultValueLiteral="AUTO"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppArrayInitializer" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1"
upperBound="-1" eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppFunction" abstract="true" eSuperTypes="#//CppModelElement #//CppType">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameters" upperBound="-1"
eType="#//CppSingleVariableDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVarArg" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="linkage" eType="#//CppLinkageSpecifier"
defaultValueLiteral="EXTERN"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isInline" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionBody" eType="#//CppBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppBlock" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppMemberFunction" abstract="true" eSuperTypes="#//CppFunction #//CppField"/>
<eClassifiers xsi:type="ecore:EClass" name="CppConstructor" eSuperTypes="#//CppMemberFunction"/>
<eClassifiers xsi:type="ecore:EClass" name="CppDestructor" eSuperTypes="#//CppMemberFunction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppMethod" eSuperTypes="#//CppMemberFunction #//CppTypedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinal" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isConst" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPureVirtual" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppAbstractMethodInvocation" abstract="true"
eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1"
eType="#//CppMemberFunction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppMethodInvocation" eSuperTypes="#//CppAbstractMethodInvocation">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//CppExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppSuperMethodInvocation" eSuperTypes="#//CppAbstractMethodInvocation"/>
<eClassifiers xsi:type="ecore:EClass" name="CppSuperConstructorInvocation" eSuperTypes="#//CppMethodInvocation"/>
<eClassifiers xsi:type="ecore:EClass" name="CppLabeledStatement" eSuperTypes="#//CppExpression #//CppNamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CppSelectionStatement" abstract="true"
eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//CppExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppIterationStatement" abstract="true"
eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="theBody" lowerBound="1"
eType="#//CppExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppJumpStatement" abstract="true" eSuperTypes="#//CppExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="CppIfStatement" eSuperTypes="#//CppSelectionStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="CppIfElseStatement" eSuperTypes="#//CppSelectionStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" lowerBound="1"
eType="#//CppExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inLine" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppSwitchExpression" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//CppExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" ordered="false"
upperBound="-1" eType="#//CppCase" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false"
upperBound="-1" eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppCase" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" upperBound="-1" eType="#//CppExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppWhileStatement" eSuperTypes="#//CppIterationStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="CppDoWhileStatement" eSuperTypes="#//CppIterationStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="CppForStatement" eSuperTypes="#//CppIterationStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="initializer" lowerBound="1"
eType="#//CppExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updater" lowerBound="1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppBreakStatement" eSuperTypes="#//CppJumpStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="CppReturnStatement" eSuperTypes="#//CppJumpStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnExpression" lowerBound="1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppGotoStatement" eSuperTypes="#//CppJumpStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" lowerBound="1" eType="#//CppLabeledStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppContinueStatement" eSuperTypes="#//CppJumpStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="CppAssignamentStatement" eSuperTypes="#//CppBinaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//CppAssignmentOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppNullLiteral" eSuperTypes="#//CppExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="CppBooleanLiteral" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppCharacterLiteral" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charValue" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppNumberLiteral" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="token" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppStringLiteral" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literalValue" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppRegexLiteral" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="options" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppDeclarationExpression" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" ordered="false"
lowerBound="1" upperBound="-1" eType="#//CppVariableDeclarationGroup" containment="true"
eOpposite="#//CppVariableDeclarationGroup/container"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppBinaryExpression" abstract="true"
eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" lowerBound="1"
eType="#//CppExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" lowerBound="1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppInfixExpression" eSuperTypes="#//CppBinaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//CppOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppUnaryExpression" abstract="true"
eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppPostfixExpression" eSuperTypes="#//CppUnaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//CppPostfixOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppPrefixExpression" eSuperTypes="#//CppUnaryExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1"
eType="#//CppUnaryOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppParenthizedExpression" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppCastExpression" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//CppTypeAccess"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppConstantExpression" eSuperTypes="#//CppExpression #//CppNamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CppArrayAccess" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//CppExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="array" lowerBound="1" eType="#//CppExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppField" abstract="true" eSuperTypes="#//CppNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="fieldContainer" lowerBound="1"
eType="#//CppFieldContainer" volatile="true" transient="true" resolveProxies="false"
eOpposite="#//CppFieldContainer/cppFields"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessSpecifier" lowerBound="1"
eType="#//CppAccessSpecifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppFieldContainer" eSuperTypes="#//CppModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="cppFields" upperBound="-1"
eType="#//CppField" containment="true" resolveProxies="false" eOpposite="#//CppField/fieldContainer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppTryExpression" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="theBody" lowerBound="1"
eType="#//CppExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="catchClause" upperBound="-1"
eType="#//CppCatchClause" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppCatchClause" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1"
eType="#//CppSingleVariableDeclaration" containment="true" eOpposite="#//CppSingleVariableDeclaration/catchClause"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="theBody" lowerBound="1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppThrowExpression" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//CppExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppThisExpression" eSuperTypes="#//CppExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="CppFieldAccess" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//CppVariableAccess"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppVariableAccess" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//CppVariableDeclaration" resolveProxies="false" eOpposite="#//CppVariableDeclaration/usageInVariableAccess"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppTypeAccess" eSuperTypes="#//CppExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="access" lowerBound="1"
eType="#//CppType" eOpposite="#//CppType/usagesInTypeAccess"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterMapping" upperBound="-1"
eType="#//CppTypeAccess" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppVariableDeclaration" abstract="true"
eSuperTypes="#//CppNamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="usageInVariableAccess"
ordered="false" upperBound="-1" eType="#//CppVariableAccess" changeable="false"
volatile="true" transient="true" resolveProxies="false" eOpposite="#//CppVariableAccess/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//CppExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vartype" eType="#//CppVarType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isArray" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1"
eType="#//CppExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppSingleVariableDeclaration" eSuperTypes="#//CppVariableDeclaration #//CppTypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="catchClause" eType="#//CppCatchClause"
eOpposite="#//CppCatchClause/exception"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppVariableDeclarationGroup" eSuperTypes="#//CppTypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1"
eType="#//CppDeclarationExpression" volatile="true" transient="true" eOpposite="#//CppDeclarationExpression/groups"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fragments" ordered="false"
upperBound="-1" eType="#//CppVariableDeclarationFragment" containment="true"
eOpposite="#//CppVariableDeclarationFragment/variablesContainer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CppVariableDeclarationFragment" eSuperTypes="#//CppVariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="variablesContainer" eType="#//CppVariableDeclarationGroup"
volatile="true" transient="true" eOpposite="#//CppVariableDeclarationGroup/fragments"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CppVarType">
<eLiterals name="OBJECT" value="1"/>
<eLiterals name="REFERENCE" value="2"/>
<eLiterals name="POINTER" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CppAccessSpecifier">
<eLiterals name="PRIVATE" value="1"/>
<eLiterals name="PROTECTED" value="2"/>
<eLiterals name="PUBLIC" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CppClassKey">
<eLiterals name="CLASS" value="1"/>
<eLiterals name="STRUCT" value="2"/>
<eLiterals name="UNION" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CppLinkageSpecifier">
<eLiterals name="STATIC" value="1"/>
<eLiterals name="EXTERN" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CppStorageType">
<eLiterals name="AUTO" value="1"/>
<eLiterals name="REGISTER" value="2"/>
<eLiterals name="STATIC" value="3"/>
<eLiterals name="EXTERN" value="4"/>
<eLiterals name="TYPEDEF" value="5"/>
<eLiterals name="THREAD_LOCAL" value="6"/>
<eLiterals name="MUTABLE" value="7"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CppQualifierType">
<eLiterals name="CONST" value="1"/>
<eLiterals name="VOLATILE" value="2"/>
<eLiterals name="RESTRICT" value="3"/>
<eLiterals name="ATOMIC" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CppOperator">
<eLiterals name="GREATER_EQUALS" value="1"/>
<eLiterals name="OR" value="2"/>
<eLiterals name="MINUS" value="3"/>
<eLiterals name="XOR_EQ" value="4"/>
<eLiterals name="LESS_EQUALS" value="5"/>
<eLiterals name="EQUALS" value="6"/>
<eLiterals name="NOT_EQUALS" value="7"/>
<eLiterals name="AND" value="8"/>
<eLiterals name="PLUS" value="9"/>
<eLiterals name="GREATER_THAN" value="10"/>
<eLiterals name="LESS_THAN" value="11"/>
<eLiterals name="TIMES" value="12"/>
<eLiterals name="DIVISION" value="13"/>
<eLiterals name="SHIFT_LEFT" value="14"/>
<eLiterals name="SHIFT_RIGHT" value="15"/>
<eLiterals name="XOR" value="16"/>
<eLiterals name="BIT_OR" value="17"/>
<eLiterals name="REMAINDER" value="18"/>
<eLiterals name="BIT_AND" value="19"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CppUnaryOperator">
<eLiterals name="AMPERSAND" value="1"/>
<eLiterals name="ASTERISK" value="2"/>
<eLiterals name="PLUS" value="3"/>
<eLiterals name="MINUS" value="4"/>
<eLiterals name="BIT_NOT" value="5"/>
<eLiterals name="NOT" value="6"/>
<eLiterals name="INCREMENT" value="7"/>
<eLiterals name="DECREMENT" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CppAssignmentOperator">
<eLiterals name="ASSIGN" value="1"/>
<eLiterals name="TIMES_ASSIGN" value="2"/>
<eLiterals name="DIVISSION_ASSIGN" value="3"/>
<eLiterals name="MODULO_ASSIGN" value="4"/>
<eLiterals name="PLUS_ASSIGN" value="5"/>
<eLiterals name="MINUS_ASSIGN" value="6"/>
<eLiterals name="SHIFT_LEFT_ASSIGN" value="7"/>
<eLiterals name="SHIFT_RIGHT_ASSIGN" value="8"/>
<eLiterals name="AND_ASSIGN" value="9"/>
<eLiterals name="XOR_ASSIGN" value="10"/>
<eLiterals name="OR_ASSIGN" value="11"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CppPostfixOperator">
<eLiterals name="DECREMENT" value="1"/>
<eLiterals name="INCREMENT" value="2"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/mduthey/Tesis_Duthey_Spina/Proyecto Migracion-UI/IngInversaC-UI/src/atl/metamodels/cpp.ecore | ecore | Metamodelo_Cpp
CppModel
name
sourceFolder
src
targetFolder
build
mainClass
elements
orphanTypes
modules
CppPathReferentiable
parentReference
referencedIn
CppPathReference
referencedTerminal
CppPackage
childrenReferences
childrenPackages
containedTypes
CppModelElement
CppNamedElement
name
CppClassFile
elements
imports
CppType
usagesInTypeAccess
typeParameters
CppTypeParameter
bounds
CppClassifier
cppOperations
cppDestructor
cppConstructor
cppAttributes
CppEnum
literals
CppEnumConstructor
expression
CppComment
singleLine
multiLine
content
CppPrimitiveType
CppBooleanType
CppVoidType
CppCharType
CppShortType
CppIntType
CppLongType
CppFloatType
CppDoubleType
CppSignedType
CppUnsignedType
CppClass
isAbstract
superClass
classkey
isGeneric
isFinal
CppImportDeclaration
pathImport
CppTypedElement
type
CppExpression
CppVariable
isConst
storage
AUTO
CppArrayInitializer
expressions
CppFunction
ownedParameters
isVarArg
linkage
EXTERN
isInline
functionBody
CppBlock
statements
CppMemberFunction
CppConstructor
CppDestructor
isVirtual
CppMethod
isFinal
isConst
isVirtual
isPureVirtual
CppAbstractMethodInvocation
method
arguments
CppMethodInvocation
expression
CppSuperMethodInvocation
CppSuperConstructorInvocation
CppLabeledStatement
CppSelectionStatement
condition
statement
CppIterationStatement
theBody
condition
CppJumpStatement
CppIfStatement
CppIfElseStatement
elseStatement
inLine
false
CppSwitchExpression
expression
cases
default
CppCase
value
expression
CppWhileStatement
CppDoWhileStatement
CppForStatement
initializer
updater
CppBreakStatement
CppReturnStatement
returnExpression
CppGotoStatement
label
CppContinueStatement
CppAssignamentStatement
operator
CppNullLiteral
CppBooleanLiteral
booleanValue
CppCharacterLiteral
charValue
CppNumberLiteral
token
CppStringLiteral
literalValue
CppRegexLiteral
pattern
options
CppDeclarationExpression
groups
CppBinaryExpression
leftOperand
rightOperand
CppInfixExpression
operator
CppUnaryExpression
expression
CppPostfixExpression
operator
CppPrefixExpression
operator
CppParenthizedExpression
expression
CppCastExpression
type
expression
CppConstantExpression
CppArrayAccess
index
array
CppField
fieldContainer
accessSpecifier
CppFieldContainer
cppFields
CppTryExpression
theBody
catchClause
CppCatchClause
exception
theBody
CppThrowExpression
expression
CppThisExpression
CppFieldAccess
field
expression
CppVariableAccess
variable
CppTypeAccess
access
parameterMapping
CppVariableDeclaration
usageInVariableAccess
initializer
vartype
isArray
false
dimensions
CppSingleVariableDeclaration
catchClause
CppVariableDeclarationGroup
container
fragments
CppVariableDeclarationFragment
variablesContainer
CppVarType
OBJECT
OBJECT
REFERENCE
REFERENCE
POINTER
POINTER
CppAccessSpecifier
PRIVATE
PRIVATE
PROTECTED
PROTECTED
PUBLIC
PUBLIC
CppClassKey
CLASS
CLASS
STRUCT
STRUCT
UNION
UNION
CppLinkageSpecifier
STATIC
STATIC
EXTERN
EXTERN
CppStorageType
AUTO
AUTO
REGISTER
REGISTER
STATIC
STATIC
EXTERN
EXTERN
TYPEDEF
TYPEDEF
THREAD_LOCAL
THREAD_LOCAL
MUTABLE
MUTABLE
CppQualifierType
CONST
CONST
VOLATILE
VOLATILE
RESTRICT
RESTRICT
ATOMIC
ATOMIC
CppOperator
GREATER_EQUALS
GREATER_EQUALS
OR
OR
MINUS
MINUS
XOR_EQ
XOR_EQ
LESS_EQUALS
LESS_EQUALS
EQUALS
EQUALS
NOT_EQUALS
NOT_EQUALS
AND
AND
PLUS
PLUS
GREATER_THAN
GREATER_THAN
LESS_THAN
LESS_THAN
TIMES
TIMES
DIVISION
DIVISION
SHIFT_LEFT
SHIFT_LEFT
SHIFT_RIGHT
SHIFT_RIGHT
XOR
XOR
BIT_OR
BIT_OR
REMAINDER
REMAINDER
BIT_AND
BIT_AND
CppUnaryOperator
AMPERSAND
AMPERSAND
ASTERISK
ASTERISK
PLUS
PLUS
MINUS
MINUS
BIT_NOT
BIT_NOT
NOT
NOT
INCREMENT
INCREMENT
DECREMENT
DECREMENT
CppAssignmentOperator
ASSIGN
ASSIGN
TIMES_ASSIGN
TIMES_ASSIGN
DIVISSION_ASSIGN
DIVISSION_ASSIGN
MODULO_ASSIGN
MODULO_ASSIGN
PLUS_ASSIGN
PLUS_ASSIGN
MINUS_ASSIGN
MINUS_ASSIGN
SHIFT_LEFT_ASSIGN
SHIFT_LEFT_ASSIGN
SHIFT_RIGHT_ASSIGN
SHIFT_RIGHT_ASSIGN
AND_ASSIGN
AND_ASSIGN
XOR_ASSIGN
XOR_ASSIGN
OR_ASSIGN
OR_ASSIGN
CppPostfixOperator
DECREMENT
DECREMENT
INCREMENT
INCREMENT | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.ecore.metamodelo_cpp","nsURI":"http://metamodelo_cpp.unicen.edu.ar","name":"Metamodelo_Cpp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppPathReferentiable","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppPathReference","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppPackage","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppModelElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppNamedElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppClassFile","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppType","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppTypeParameter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppClassifier","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppEnum","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppEnumConstructor","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppComment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppPrimitiveType","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppBooleanType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppVoidType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppCharType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppShortType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppIntType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppLongType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppFloatType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppDoubleType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppSignedType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppUnsignedType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppClass","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppImportDeclaration","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppTypedElement","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppExpression","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppVariable","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppArrayInitializer","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppFunction","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppBlock","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppMemberFunction","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppConstructor","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppDestructor","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppMethod","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppAbstractMethodInvocation","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppMethodInvocation","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppSuperMethodInvocation","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppSuperConstructorInvocation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppLabeledStatement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppSelectionStatement","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppIterationStatement","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppJumpStatement","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppIfStatement","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppIfElseStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppSwitchExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppCase","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppWhileStatement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppDoWhileStatement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppForStatement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppBreakStatement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppReturnStatement","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppGotoStatement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppContinueStatement","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppAssignamentStatement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppNullLiteral","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppBooleanLiteral","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppCharacterLiteral","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppNumberLiteral","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppStringLiteral","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppRegexLiteral","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppDeclarationExpression","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppBinaryExpression","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppInfixExpression","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppUnaryExpression","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppPostfixExpression","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppPrefixExpression","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppParenthizedExpression","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppCastExpression","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppConstantExpression","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppArrayAccess","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppField","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppFieldContainer","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppTryExpression","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppCatchClause","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppThrowExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppThisExpression","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppFieldAccess","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppVariableAccess","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppTypeAccess","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppVariableDeclaration","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppSingleVariableDeclaration","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppVariableDeclarationGroup","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CppVariableDeclarationFragment","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CppVarType","instanceClass":null,"id":86,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CppAccessSpecifier","instanceClass":null,"id":87,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CppClassKey","instanceClass":null,"id":88,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CppLinkageSpecifier","instanceClass":null,"id":89,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CppStorageType","instanceClass":null,"id":90,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CppQualifierType","instanceClass":null,"id":91,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CppOperator","instanceClass":null,"id":92,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CppUnaryOperator","instanceClass":null,"id":93,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CppAssignmentOperator","instanceClass":null,"id":94,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CppPostfixOperator","instanceClass":null,"id":95,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"src","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"src","unsettable":false,"transient":false,"unique":true,"name":"sourceFolder","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"build","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"build","unsettable":false,"transient":false,"unique":true,"name":"targetFolder","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orphanTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":false,"resolveProxies":true,"lowerBound":0,"id":102,"derived":true},{"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"},{"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":"parentReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedIn","changeable":false,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":"childrenReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedTerminal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childrenPackages","changeable":false,"resolveProxies":true,"lowerBound":0,"id":119,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":120,"derived":true},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usagesInTypeAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cppOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":142,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cppDestructor","changeable":false,"resolveProxies":true,"lowerBound":0,"id":143,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cppConstructor","changeable":false,"resolveProxies":true,"lowerBound":0,"id":144,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cppAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":145,"derived":true},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"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":"singleLine","changeable":true,"lowerBound":1,"iD":false,"id":158,"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":"multiLine","changeable":true,"lowerBound":1,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":176,"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":177,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classkey","changeable":true,"lowerBound":1,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isGeneric","changeable":true,"lowerBound":0,"iD":false,"id":179,"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":"isFinal","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pathImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"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":"isConst","changeable":true,"lowerBound":1,"iD":false,"id":194,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"AUTO","unsettable":false,"transient":false,"unique":true,"name":"storage","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"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":"isVarArg","changeable":true,"lowerBound":1,"iD":false,"id":206,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EXTERN","unsettable":false,"transient":false,"unique":true,"name":"linkage","changeable":true,"lowerBound":0,"iD":false,"id":207,"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":"isInline","changeable":true,"lowerBound":1,"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":"functionBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"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":"isFinal","changeable":true,"lowerBound":1,"iD":false,"id":226,"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":"isConst","changeable":true,"lowerBound":1,"iD":false,"id":227,"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":"isVirtual","changeable":true,"lowerBound":1,"iD":false,"id":228,"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":"isPureVirtual","changeable":true,"lowerBound":1,"iD":false,"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"},{"container":false,"ordered":true,"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":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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"theBody","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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"inLine","changeable":true,"lowerBound":1,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"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":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"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":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"container":false,"ordered":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":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updater","changeable":true,"resolveProxies":true,"lowerBound":1,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"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":"booleanValue","changeable":true,"lowerBound":1,"iD":false,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charValue","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literalValue","changeable":true,"lowerBound":1,"iD":false,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"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":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"lowerBound":1,"iD":false,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"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":"groups","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":true,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":337,"derived":false},{"container":false,"ordered":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":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":true,"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":"fieldContainer","changeable":true,"resolveProxies":false,"lowerBound":1,"id":349,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessSpecifier","changeable":true,"lowerBound":1,"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":"cppFields","changeable":true,"resolveProxies":false,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theBody","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"catchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"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":"catchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":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":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"derived":false},{"container":false,"ordered":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":373,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"usageInVariableAccess","changeable":false,"resolveProxies":false,"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":"parameterMapping","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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vartype","changeable":true,"lowerBound":0,"iD":false,"id":386,"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":"isArray","changeable":true,"lowerBound":1,"iD":false,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"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":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"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":"variablesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"name":"OBJECT","id":405,"value":1,"literal":"OBJECT","eClass":"EEnumLiteral"},{"name":"REFERENCE","id":406,"value":2,"literal":"REFERENCE","eClass":"EEnumLiteral"},{"name":"POINTER","id":407,"value":3,"literal":"POINTER","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":408,"value":1,"literal":"PRIVATE","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":409,"value":2,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":410,"value":3,"literal":"PUBLIC","eClass":"EEnumLiteral"},{"name":"CLASS","id":411,"value":1,"literal":"CLASS","eClass":"EEnumLiteral"},{"name":"STRUCT","id":412,"value":2,"literal":"STRUCT","eClass":"EEnumLiteral"},{"name":"UNION","id":413,"value":3,"literal":"UNION","eClass":"EEnumLiteral"},{"name":"STATIC","id":414,"value":1,"literal":"STATIC","eClass":"EEnumLiteral"},{"name":"EXTERN","id":415,"value":2,"literal":"EXTERN","eClass":"EEnumLiteral"},{"name":"AUTO","id":416,"value":1,"literal":"AUTO","eClass":"EEnumLiteral"},{"name":"REGISTER","id":417,"value":2,"literal":"REGISTER","eClass":"EEnumLiteral"},{"name":"STATIC","id":418,"value":3,"literal":"STATIC","eClass":"EEnumLiteral"},{"name":"EXTERN","id":419,"value":4,"literal":"EXTERN","eClass":"EEnumLiteral"},{"name":"TYPEDEF","id":420,"value":5,"literal":"TYPEDEF","eClass":"EEnumLiteral"},{"name":"THREAD_LOCAL","id":421,"value":6,"literal":"THREAD_LOCAL","eClass":"EEnumLiteral"},{"name":"MUTABLE","id":422,"value":7,"literal":"MUTABLE","eClass":"EEnumLiteral"},{"name":"CONST","id":423,"value":1,"literal":"CONST","eClass":"EEnumLiteral"},{"name":"VOLATILE","id":424,"value":2,"literal":"VOLATILE","eClass":"EEnumLiteral"},{"name":"RESTRICT","id":425,"value":3,"literal":"RESTRICT","eClass":"EEnumLiteral"},{"name":"ATOMIC","id":426,"value":4,"literal":"ATOMIC","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":427,"value":1,"literal":"GREATER_EQUALS","eClass":"EEnumLiteral"},{"name":"OR","id":428,"value":2,"literal":"OR","eClass":"EEnumLiteral"},{"name":"MINUS","id":429,"value":3,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"XOR_EQ","id":430,"value":4,"literal":"XOR_EQ","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":431,"value":5,"literal":"LESS_EQUALS","eClass":"EEnumLiteral"},{"name":"EQUALS","id":432,"value":6,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":433,"value":7,"literal":"NOT_EQUALS","eClass":"EEnumLiteral"},{"name":"AND","id":434,"value":8,"literal":"AND","eClass":"EEnumLiteral"},{"name":"PLUS","id":435,"value":9,"literal":"PLUS","eClass":"EEnumLiteral"},{"name":"GREATER_THAN","id":436,"value":10,"literal":"GREATER_THAN","eClass":"EEnumLiteral"},{"name":"LESS_THAN","id":437,"value":11,"literal":"LESS_THAN","eClass":"EEnumLiteral"},{"name":"TIMES","id":438,"value":12,"literal":"TIMES","eClass":"EEnumLiteral"},{"name":"DIVISION","id":439,"value":13,"literal":"DIVISION","eClass":"EEnumLiteral"},{"name":"SHIFT_LEFT","id":440,"value":14,"literal":"SHIFT_LEFT","eClass":"EEnumLiteral"},{"name":"SHIFT_RIGHT","id":441,"value":15,"literal":"SHIFT_RIGHT","eClass":"EEnumLiteral"},{"name":"XOR","id":442,"value":16,"literal":"XOR","eClass":"EEnumLiteral"},{"name":"BIT_OR","id":443,"value":17,"literal":"BIT_OR","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":444,"value":18,"literal":"REMAINDER","eClass":"EEnumLiteral"},{"name":"BIT_AND","id":445,"value":19,"literal":"BIT_AND","eClass":"EEnumLiteral"},{"name":"AMPERSAND","id":446,"value":1,"literal":"AMPERSAND","eClass":"EEnumLiteral"},{"name":"ASTERISK","id":447,"value":2,"literal":"ASTERISK","eClass":"EEnumLiteral"},{"name":"PLUS","id":448,"value":3,"literal":"PLUS","eClass":"EEnumLiteral"},{"name":"MINUS","id":449,"value":4,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"BIT_NOT","id":450,"value":5,"literal":"BIT_NOT","eClass":"EEnumLiteral"},{"name":"NOT","id":451,"value":6,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":452,"value":7,"literal":"INCREMENT","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":453,"value":8,"literal":"DECREMENT","eClass":"EEnumLiteral"},{"name":"ASSIGN","id":454,"value":1,"literal":"ASSIGN","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":455,"value":2,"literal":"TIMES_ASSIGN","eClass":"EEnumLiteral"},{"name":"DIVISSION_ASSIGN","id":456,"value":3,"literal":"DIVISSION_ASSIGN","eClass":"EEnumLiteral"},{"name":"MODULO_ASSIGN","id":457,"value":4,"literal":"MODULO_ASSIGN","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":458,"value":5,"literal":"PLUS_ASSIGN","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":459,"value":6,"literal":"MINUS_ASSIGN","eClass":"EEnumLiteral"},{"name":"SHIFT_LEFT_ASSIGN","id":460,"value":7,"literal":"SHIFT_LEFT_ASSIGN","eClass":"EEnumLiteral"},{"name":"SHIFT_RIGHT_ASSIGN","id":461,"value":8,"literal":"SHIFT_RIGHT_ASSIGN","eClass":"EEnumLiteral"},{"name":"AND_ASSIGN","id":462,"value":9,"literal":"AND_ASSIGN","eClass":"EEnumLiteral"},{"name":"XOR_ASSIGN","id":463,"value":10,"literal":"XOR_ASSIGN","eClass":"EEnumLiteral"},{"name":"OR_ASSIGN","id":464,"value":11,"literal":"OR_ASSIGN","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":465,"value":1,"literal":"DECREMENT","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":466,"value":2,"literal":"INCREMENT","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":1,"target":0},{"source":1,"target":96},{"source":1,"target":97},{"source":1,"target":98},{"source":1,"target":99},{"source":1,"target":100},{"source":1,"target":101},{"source":1,"target":102},{"source":96,"target":103},{"source":96,"target":1},{"source":97,"target":104},{"source":97,"target":1},{"source":98,"target":105},{"source":98,"target":1},{"source":99,"target":25},{"source":99,"target":106},{"source":99,"target":1},{"source":106,"target":25},{"source":100,"target":2},{"source":100,"target":107},{"source":100,"target":1},{"source":107,"target":2},{"source":101,"target":8},{"source":101,"target":108},{"source":101,"target":1},{"source":108,"target":8},{"source":102,"target":7},{"source":102,"target":109},{"source":102,"target":1},{"source":109,"target":7},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":110},{"source":2,"target":111},{"source":2,"target":112},{"source":110,"target":4},{"source":110,"target":113},{"source":110,"target":2},{"source":110,"target":114},{"source":113,"target":4},{"source":111,"target":3},{"source":111,"target":115},{"source":111,"target":2},{"source":111,"target":116},{"source":115,"target":3},{"source":112,"target":6},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":116},{"source":3,"target":117},{"source":116,"target":2},{"source":116,"target":118},{"source":116,"target":3},{"source":116,"target":111},{"source":118,"target":2},{"source":117,"target":5},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":114},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":121},{"source":114,"target":2},{"source":114,"target":122},{"source":114,"target":4},{"source":114,"target":110},{"source":122,"target":2},{"source":119,"target":4},{"source":119,"target":123},{"source":119,"target":4},{"source":123,"target":4},{"source":120,"target":8},{"source":120,"target":124},{"source":120,"target":4},{"source":124,"target":8},{"source":121,"target":2},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":125},{"source":6,"target":126},{"source":125,"target":127},{"source":125,"target":6},{"source":126,"target":5},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":128},{"source":7,"target":129},{"source":7,"target":130},{"source":128,"target":2},{"source":128,"target":131},{"source":128,"target":7},{"source":131,"target":2},{"source":129,"target":26},{"source":129,"target":132},{"source":129,"target":7},{"source":132,"target":26},{"source":130,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":133},{"source":8,"target":134},{"source":8,"target":135},{"source":133,"target":81},{"source":133,"target":136},{"source":133,"target":8},{"source":133,"target":137},{"source":136,"target":81},{"source":134,"target":9},{"source":134,"target":138},{"source":134,"target":8},{"source":138,"target":9},{"source":135,"target":2},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":139},{"source":9,"target":140},{"source":139,"target":81},{"source":139,"target":141},{"source":139,"target":9},{"source":141,"target":81},{"source":140,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":74},{"source":10,"target":142},{"source":10,"target":143},{"source":10,"target":144},{"source":10,"target":145},{"source":10,"target":146},{"source":10,"target":147},{"source":142,"target":33},{"source":142,"target":148},{"source":142,"target":10},{"source":148,"target":33},{"source":143,"target":33},{"source":143,"target":149},{"source":143,"target":10},{"source":149,"target":33},{"source":144,"target":33},{"source":144,"target":150},{"source":144,"target":10},{"source":150,"target":33},{"source":145,"target":29},{"source":145,"target":151},{"source":145,"target":10},{"source":151,"target":29},{"source":146,"target":8},{"source":147,"target":74},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":152},{"source":11,"target":153},{"source":152,"target":12},{"source":152,"target":154},{"source":152,"target":11},{"source":154,"target":12},{"source":153,"target":8},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":155},{"source":12,"target":156},{"source":155,"target":28},{"source":155,"target":157},{"source":155,"target":12},{"source":157,"target":28},{"source":156,"target":6},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":158},{"source":13,"target":159},{"source":13,"target":160},{"source":13,"target":161},{"source":158,"target":162},{"source":158,"target":13},{"source":159,"target":163},{"source":159,"target":13},{"source":160,"target":164},{"source":160,"target":13},{"source":161,"target":5},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":165},{"source":165,"target":8},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":166},{"source":166,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":167},{"source":167,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":168},{"source":168,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":169},{"source":169,"target":14},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":170},{"source":170,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":171},{"source":171,"target":14},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":172},{"source":172,"target":14},{"source":22,"target":0},{"source":22,"target":14},{"source":22,"target":173},{"source":173,"target":14},{"source":23,"target":0},{"source":23,"target":14},{"source":23,"target":174},{"source":174,"target":14},{"source":24,"target":0},{"source":24,"target":14},{"source":24,"target":175},{"source":175,"target":14},{"source":25,"target":0},{"source":25,"target":10},{"source":25,"target":176},{"source":25,"target":177},{"source":25,"target":178},{"source":25,"target":179},{"source":25,"target":180},{"source":25,"target":181},{"source":176,"target":182},{"source":176,"target":25},{"source":177,"target":25},{"source":177,"target":183},{"source":177,"target":25},{"source":183,"target":25},{"source":178,"target":88},{"source":178,"target":184},{"source":178,"target":25},{"source":184,"target":88},{"source":179,"target":185},{"source":179,"target":25},{"source":180,"target":186},{"source":180,"target":25},{"source":181,"target":10},{"source":26,"target":0},{"source":26,"target":5},{"source":26,"target":187},{"source":26,"target":188},{"source":187,"target":7},{"source":187,"target":189},{"source":187,"target":26},{"source":189,"target":7},{"source":188,"target":5},{"source":27,"target":0},{"source":27,"target":5},{"source":27,"target":190},{"source":27,"target":191},{"source":190,"target":81},{"source":190,"target":192},{"source":190,"target":27},{"source":192,"target":81},{"source":191,"target":5},{"source":28,"target":0},{"source":28,"target":5},{"source":28,"target":193},{"source":193,"target":5},{"source":29,"target":0},{"source":29,"target":82},{"source":29,"target":73},{"source":29,"target":27},{"source":29,"target":8},{"source":29,"target":194},{"source":29,"target":195},{"source":29,"target":196},{"source":29,"target":197},{"source":29,"target":198},{"source":29,"target":199},{"source":194,"target":200},{"source":194,"target":29},{"source":195,"target":90},{"source":195,"target":201},{"source":195,"target":29},{"source":201,"target":90},{"source":196,"target":82},{"source":197,"target":73},{"source":198,"target":27},{"source":199,"target":8},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":202},{"source":30,"target":203},{"source":202,"target":28},{"source":202,"target":204},{"source":202,"target":30},{"source":204,"target":28},{"source":203,"target":28},{"source":31,"target":0},{"source":31,"target":5},{"source":31,"target":8},{"source":31,"target":205},{"source":31,"target":206},{"source":31,"target":207},{"source":31,"target":208},{"source":31,"target":209},{"source":31,"target":210},{"source":31,"target":211},{"source":205,"target":83},{"source":205,"target":212},{"source":205,"target":31},{"source":212,"target":83},{"source":206,"target":213},{"source":206,"target":31},{"source":207,"target":89},{"source":207,"target":214},{"source":207,"target":31},{"source":214,"target":89},{"source":208,"target":215},{"source":208,"target":31},{"source":209,"target":32},{"source":209,"target":216},{"source":209,"target":31},{"source":216,"target":32},{"source":210,"target":5},{"source":211,"target":8},{"source":32,"target":0},{"source":32,"target":28},{"source":32,"target":217},{"source":32,"target":218},{"source":217,"target":28},{"source":217,"target":219},{"source":217,"target":32},{"source":219,"target":28},{"source":218,"target":28},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":73},{"source":33,"target":220},{"source":33,"target":221},{"source":220,"target":31},{"source":221,"target":73},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":222},{"source":222,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":223},{"source":35,"target":224},{"source":223,"target":225},{"source":223,"target":35},{"source":224,"target":33},{"source":36,"target":0},{"source":36,"target":33},{"source":36,"target":27},{"source":36,"target":226},{"source":36,"target":227},{"source":36,"target":228},{"source":36,"target":229},{"source":36,"target":230},{"source":36,"target":231},{"source":226,"target":232},{"source":226,"target":36},{"source":227,"target":233},{"source":227,"target":36},{"source":228,"target":234},{"source":228,"target":36},{"source":229,"target":235},{"source":229,"target":36},{"source":230,"target":33},{"source":231,"target":27},{"source":37,"target":0},{"source":37,"target":28},{"source":37,"target":236},{"source":37,"target":237},{"source":37,"target":238},{"source":236,"target":33},{"source":236,"target":239},{"source":236,"target":37},{"source":239,"target":33},{"source":237,"target":28},{"source":237,"target":240},{"source":237,"target":37},{"source":240,"target":28},{"source":238,"target":28},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":241},{"source":38,"target":242},{"source":241,"target":28},{"source":241,"target":243},{"source":241,"target":38},{"source":243,"target":28},{"source":242,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":244},{"source":244,"target":37},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":245},{"source":245,"target":38},{"source":41,"target":0},{"source":41,"target":28},{"source":41,"target":6},{"source":41,"target":246},{"source":41,"target":247},{"source":246,"target":28},{"source":247,"target":6},{"source":42,"target":0},{"source":42,"target":28},{"source":42,"target":248},{"source":42,"target":249},{"source":42,"target":250},{"source":248,"target":28},{"source":248,"target":251},{"source":248,"target":42},{"source":251,"target":28},{"source":249,"target":28},{"source":249,"target":252},{"source":249,"target":42},{"source":252,"target":28},{"source":250,"target":28},{"source":43,"target":0},{"source":43,"target":28},{"source":43,"target":253},{"source":43,"target":254},{"source":43,"target":255},{"source":253,"target":28},{"source":253,"target":256},{"source":253,"target":43},{"source":256,"target":28},{"source":254,"target":28},{"source":254,"target":257},{"source":254,"target":43},{"source":257,"target":28},{"source":255,"target":28},{"source":44,"target":0},{"source":44,"target":28},{"source":44,"target":258},{"source":258,"target":28},{"source":45,"target":0},{"source":45,"target":42},{"source":45,"target":259},{"source":259,"target":42},{"source":46,"target":0},{"source":46,"target":42},{"source":46,"target":260},{"source":46,"target":261},{"source":46,"target":262},{"source":260,"target":28},{"source":260,"target":263},{"source":260,"target":46},{"source":263,"target":28},{"source":261,"target":264},{"source":261,"target":46},{"source":262,"target":42},{"source":47,"target":0},{"source":47,"target":28},{"source":47,"target":265},{"source":47,"target":266},{"source":47,"target":267},{"source":47,"target":268},{"source":265,"target":28},{"source":265,"target":269},{"source":265,"target":47},{"source":269,"target":28},{"source":266,"target":48},{"source":266,"target":270},{"source":266,"target":47},{"source":270,"target":48},{"source":267,"target":28},{"source":267,"target":271},{"source":267,"target":47},{"source":271,"target":28},{"source":268,"target":28},{"source":48,"target":0},{"source":48,"target":28},{"source":48,"target":272},{"source":48,"target":273},{"source":48,"target":274},{"source":272,"target":28},{"source":272,"target":275},{"source":272,"target":48},{"source":275,"target":28},{"source":273,"target":28},{"source":273,"target":276},{"source":273,"target":48},{"source":276,"target":28},{"source":274,"target":28},{"source":49,"target":0},{"source":49,"target":43},{"source":49,"target":277},{"source":277,"target":43},{"source":50,"target":0},{"source":50,"target":43},{"source":50,"target":278},{"source":278,"target":43},{"source":51,"target":0},{"source":51,"target":43},{"source":51,"target":279},{"source":51,"target":280},{"source":51,"target":281},{"source":279,"target":28},{"source":279,"target":282},{"source":279,"target":51},{"source":282,"target":28},{"source":280,"target":28},{"source":280,"target":283},{"source":280,"target":51},{"source":283,"target":28},{"source":281,"target":43},{"source":52,"target":0},{"source":52,"target":44},{"source":52,"target":284},{"source":284,"target":44},{"source":53,"target":0},{"source":53,"target":44},{"source":53,"target":285},{"source":53,"target":286},{"source":285,"target":28},{"source":285,"target":287},{"source":285,"target":53},{"source":287,"target":28},{"source":286,"target":44},{"source":54,"target":0},{"source":54,"target":44},{"source":54,"target":288},{"source":54,"target":289},{"source":288,"target":41},{"source":288,"target":290},{"source":288,"target":54},{"source":290,"target":41},{"source":289,"target":44},{"source":55,"target":0},{"source":55,"target":44},{"source":55,"target":291},{"source":291,"target":44},{"source":56,"target":0},{"source":56,"target":64},{"source":56,"target":292},{"source":56,"target":293},{"source":292,"target":94},{"source":292,"target":294},{"source":292,"target":56},{"source":294,"target":94},{"source":293,"target":64},{"source":57,"target":0},{"source":57,"target":28},{"source":57,"target":295},{"source":295,"target":28},{"source":58,"target":0},{"source":58,"target":28},{"source":58,"target":296},{"source":58,"target":297},{"source":296,"target":298},{"source":296,"target":58},{"source":297,"target":28},{"source":59,"target":0},{"source":59,"target":28},{"source":59,"target":299},{"source":59,"target":300},{"source":299,"target":301},{"source":299,"target":59},{"source":300,"target":28},{"source":60,"target":0},{"source":60,"target":28},{"source":60,"target":302},{"source":60,"target":303},{"source":302,"target":304},{"source":302,"target":60},{"source":303,"target":28},{"source":61,"target":0},{"source":61,"target":28},{"source":61,"target":305},{"source":61,"target":306},{"source":305,"target":307},{"source":305,"target":61},{"source":306,"target":28},{"source":62,"target":0},{"source":62,"target":28},{"source":62,"target":308},{"source":62,"target":309},{"source":62,"target":310},{"source":308,"target":311},{"source":308,"target":62},{"source":309,"target":312},{"source":309,"target":62},{"source":310,"target":28},{"source":63,"target":0},{"source":63,"target":28},{"source":63,"target":313},{"source":63,"target":314},{"source":313,"target":84},{"source":313,"target":315},{"source":313,"target":63},{"source":313,"target":316},{"source":315,"target":84},{"source":314,"target":28},{"source":64,"target":0},{"source":64,"target":28},{"source":64,"target":317},{"source":64,"target":318},{"source":64,"target":319},{"source":317,"target":28},{"source":317,"target":320},{"source":317,"target":64},{"source":320,"target":28},{"source":318,"target":28},{"source":318,"target":321},{"source":318,"target":64},{"source":321,"target":28},{"source":319,"target":28},{"source":65,"target":0},{"source":65,"target":64},{"source":65,"target":322},{"source":65,"target":323},{"source":322,"target":92},{"source":322,"target":324},{"source":322,"target":65},{"source":324,"target":92},{"source":323,"target":64},{"source":66,"target":0},{"source":66,"target":28},{"source":66,"target":325},{"source":66,"target":326},{"source":325,"target":28},{"source":325,"target":327},{"source":325,"target":66},{"source":327,"target":28},{"source":326,"target":28},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":328},{"source":67,"target":329},{"source":328,"target":95},{"source":328,"target":330},{"source":328,"target":67},{"source":330,"target":95},{"source":329,"target":66},{"source":68,"target":0},{"source":68,"target":66},{"source":68,"target":331},{"source":68,"target":332},{"source":331,"target":93},{"source":331,"target":333},{"source":331,"target":68},{"source":333,"target":93},{"source":332,"target":66},{"source":69,"target":0},{"source":69,"target":28},{"source":69,"target":334},{"source":69,"target":335},{"source":334,"target":28},{"source":334,"target":336},{"source":334,"target":69},{"source":336,"target":28},{"source":335,"target":28},{"source":70,"target":0},{"source":70,"target":28},{"source":70,"target":337},{"source":70,"target":338},{"source":70,"target":339},{"source":337,"target":81},{"source":337,"target":340},{"source":337,"target":70},{"source":340,"target":81},{"source":338,"target":28},{"source":338,"target":341},{"source":338,"target":70},{"source":341,"target":28},{"source":339,"target":28},{"source":71,"target":0},{"source":71,"target":28},{"source":71,"target":6},{"source":71,"target":342},{"source":71,"target":343},{"source":342,"target":28},{"source":343,"target":6},{"source":72,"target":0},{"source":72,"target":28},{"source":72,"target":344},{"source":72,"target":345},{"source":72,"target":346},{"source":344,"target":28},{"source":344,"target":347},{"source":344,"target":72},{"source":347,"target":28},{"source":345,"target":28},{"source":345,"target":348},{"source":345,"target":72},{"source":348,"target":28},{"source":346,"target":28},{"source":73,"target":0},{"source":73,"target":6},{"source":73,"target":349},{"source":73,"target":350},{"source":73,"target":351},{"source":349,"target":74},{"source":349,"target":352},{"source":349,"target":73},{"source":349,"target":353},{"source":352,"target":74},{"source":350,"target":87},{"source":350,"target":354},{"source":350,"target":73},{"source":354,"target":87},{"source":351,"target":6},{"source":74,"target":0},{"source":74,"target":5},{"source":74,"target":353},{"source":74,"target":355},{"source":353,"target":73},{"source":353,"target":356},{"source":353,"target":74},{"source":353,"target":349},{"source":356,"target":73},{"source":355,"target":5},{"source":75,"target":0},{"source":75,"target":28},{"source":75,"target":357},{"source":75,"target":358},{"source":75,"target":359},{"source":357,"target":28},{"source":357,"target":360},{"source":357,"target":75},{"source":360,"target":28},{"source":358,"target":76},{"source":358,"target":361},{"source":358,"target":75},{"source":361,"target":76},{"source":359,"target":28},{"source":76,"target":0},{"source":76,"target":28},{"source":76,"target":362},{"source":76,"target":363},{"source":76,"target":364},{"source":362,"target":83},{"source":362,"target":365},{"source":362,"target":76},{"source":362,"target":366},{"source":365,"target":83},{"source":363,"target":28},{"source":363,"target":367},{"source":363,"target":76},{"source":367,"target":28},{"source":364,"target":28},{"source":77,"target":0},{"source":77,"target":28},{"source":77,"target":368},{"source":77,"target":369},{"source":368,"target":28},{"source":368,"target":370},{"source":368,"target":77},{"source":370,"target":28},{"source":369,"target":28},{"source":78,"target":0},{"source":78,"target":28},{"source":78,"target":371},{"source":371,"target":28},{"source":79,"target":0},{"source":79,"target":28},{"source":79,"target":372},{"source":79,"target":373},{"source":79,"target":374},{"source":372,"target":80},{"source":372,"target":375},{"source":372,"target":79},{"source":375,"target":80},{"source":373,"target":28},{"source":373,"target":376},{"source":373,"target":79},{"source":376,"target":28},{"source":374,"target":28},{"source":80,"target":0},{"source":80,"target":28},{"source":80,"target":377},{"source":80,"target":378},{"source":377,"target":82},{"source":377,"target":379},{"source":377,"target":80},{"source":377,"target":380},{"source":379,"target":82},{"source":378,"target":28},{"source":81,"target":0},{"source":81,"target":28},{"source":81,"target":137},{"source":81,"target":381},{"source":81,"target":382},{"source":137,"target":8},{"source":137,"target":383},{"source":137,"target":81},{"source":137,"target":133},{"source":383,"target":8},{"source":381,"target":81},{"source":381,"target":384},{"source":381,"target":81},{"source":384,"target":81},{"source":382,"target":28},{"source":82,"target":0},{"source":82,"target":6},{"source":82,"target":380},{"source":82,"target":385},{"source":82,"target":386},{"source":82,"target":387},{"source":82,"target":388},{"source":82,"target":389},{"source":380,"target":80},{"source":380,"target":390},{"source":380,"target":82},{"source":380,"target":377},{"source":390,"target":80},{"source":385,"target":28},{"source":385,"target":391},{"source":385,"target":82},{"source":391,"target":28},{"source":386,"target":86},{"source":386,"target":392},{"source":386,"target":82},{"source":392,"target":86},{"source":387,"target":393},{"source":387,"target":82},{"source":388,"target":28},{"source":388,"target":394},{"source":388,"target":82},{"source":394,"target":28},{"source":389,"target":6},{"source":83,"target":0},{"source":83,"target":82},{"source":83,"target":27},{"source":83,"target":366},{"source":83,"target":395},{"source":83,"target":396},{"source":366,"target":76},{"source":366,"target":397},{"source":366,"target":83},{"source":366,"target":362},{"source":397,"target":76},{"source":395,"target":82},{"source":396,"target":27},{"source":84,"target":0},{"source":84,"target":27},{"source":84,"target":316},{"source":84,"target":398},{"source":84,"target":399},{"source":316,"target":63},{"source":316,"target":400},{"source":316,"target":84},{"source":316,"target":313},{"source":400,"target":63},{"source":398,"target":85},{"source":398,"target":401},{"source":398,"target":84},{"source":398,"target":402},{"source":401,"target":85},{"source":399,"target":27},{"source":85,"target":0},{"source":85,"target":82},{"source":85,"target":402},{"source":85,"target":403},{"source":402,"target":84},{"source":402,"target":404},{"source":402,"target":85},{"source":402,"target":398},{"source":404,"target":84},{"source":403,"target":82},{"source":86,"target":0},{"source":86,"target":405},{"source":86,"target":406},{"source":86,"target":407},{"source":405,"target":86},{"source":406,"target":86},{"source":407,"target":86},{"source":87,"target":0},{"source":87,"target":408},{"source":87,"target":409},{"source":87,"target":410},{"source":408,"target":87},{"source":409,"target":87},{"source":410,"target":87},{"source":88,"target":0},{"source":88,"target":411},{"source":88,"target":412},{"source":88,"target":413},{"source":411,"target":88},{"source":412,"target":88},{"source":413,"target":88},{"source":89,"target":0},{"source":89,"target":414},{"source":89,"target":415},{"source":414,"target":89},{"source":415,"target":89},{"source":90,"target":0},{"source":90,"target":416},{"source":90,"target":417},{"source":90,"target":418},{"source":90,"target":419},{"source":90,"target":420},{"source":90,"target":421},{"source":90,"target":422},{"source":416,"target":90},{"source":417,"target":90},{"source":418,"target":90},{"source":419,"target":90},{"source":420,"target":90},{"source":421,"target":90},{"source":422,"target":90},{"source":91,"target":0},{"source":91,"target":423},{"source":91,"target":424},{"source":91,"target":425},{"source":91,"target":426},{"source":423,"target":91},{"source":424,"target":91},{"source":425,"target":91},{"source":426,"target":91},{"source":92,"target":0},{"source":92,"target":427},{"source":92,"target":428},{"source":92,"target":429},{"source":92,"target":430},{"source":92,"target":431},{"source":92,"target":432},{"source":92,"target":433},{"source":92,"target":434},{"source":92,"target":435},{"source":92,"target":436},{"source":92,"target":437},{"source":92,"target":438},{"source":92,"target":439},{"source":92,"target":440},{"source":92,"target":441},{"source":92,"target":442},{"source":92,"target":443},{"source":92,"target":444},{"source":92,"target":445},{"source":427,"target":92},{"source":428,"target":92},{"source":429,"target":92},{"source":430,"target":92},{"source":431,"target":92},{"source":432,"target":92},{"source":433,"target":92},{"source":434,"target":92},{"source":435,"target":92},{"source":436,"target":92},{"source":437,"target":92},{"source":438,"target":92},{"source":439,"target":92},{"source":440,"target":92},{"source":441,"target":92},{"source":442,"target":92},{"source":443,"target":92},{"source":444,"target":92},{"source":445,"target":92},{"source":93,"target":0},{"source":93,"target":446},{"source":93,"target":447},{"source":93,"target":448},{"source":93,"target":449},{"source":93,"target":450},{"source":93,"target":451},{"source":93,"target":452},{"source":93,"target":453},{"source":446,"target":93},{"source":447,"target":93},{"source":448,"target":93},{"source":449,"target":93},{"source":450,"target":93},{"source":451,"target":93},{"source":452,"target":93},{"source":453,"target":93},{"source":94,"target":0},{"source":94,"target":454},{"source":94,"target":455},{"source":94,"target":456},{"source":94,"target":457},{"source":94,"target":458},{"source":94,"target":459},{"source":94,"target":460},{"source":94,"target":461},{"source":94,"target":462},{"source":94,"target":463},{"source":94,"target":464},{"source":454,"target":94},{"source":455,"target":94},{"source":456,"target":94},{"source":457,"target":94},{"source":458,"target":94},{"source":459,"target":94},{"source":460,"target":94},{"source":461,"target":94},{"source":462,"target":94},{"source":463,"target":94},{"source":464,"target":94},{"source":95,"target":0},{"source":95,"target":465},{"source":95,"target":466},{"source":465,"target":95},{"source":466,"target":95}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="eol_types" nsURI="http://www.eclipse.org/epsilon/eol_types"
nsPrefix="eol_types">
<eClassifiers xsi:type="ecore:EClass" name="Type"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyType" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="dynamicType" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="declared" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelType" eSuperTypes="#//AnyType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelElementType" eSuperTypes="#//AnyType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PseudoType" abstract="true" eSuperTypes="#//AnyType"/>
<eClassifiers xsi:type="ecore:EClass" name="SelfType" eSuperTypes="#//PseudoType"/>
<eClassifiers xsi:type="ecore:EClass" name="SelfContentType" eSuperTypes="#//PseudoType"/>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//AnyType">
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" eType="#//AnyType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" eType="#//AnyType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NativeType" eSuperTypes="#//AnyType">
<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="VoidType" eSuperTypes="#//AnyType"/>
<eClassifiers xsi:type="ecore:EClass" name="InvalidType" eSuperTypes="#//AnyType"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//AnyType">
<eStructuralFeatures xsi:type="ecore:EReference" name="contentType" lowerBound="1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedCollectionType" abstract="true"
eSuperTypes="#//CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="UniqueCollectionType" abstract="true"
eSuperTypes="#//CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//UniqueCollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//UniqueCollectionType #//OrderedCollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//OrderedCollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//AnyType"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//PrimitiveType"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//RealType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//PrimitiveType"/>
</ecore:EPackage>
| github:ecore:/data/Fhma/MT_EOL/uk.ac.york.cs.emu.eol.examples.mutations.generator/metamodels/EOL_Types.ecore | ecore | eol_types
Type
AnyType
dynamicType
declared
ModelType
modelName
ModelElementType
modelName
elementName
PseudoType
SelfType
SelfContentType
MapType
keyType
valueType
NativeType
value
VoidType
InvalidType
CollectionType
contentType
BagType
OrderedCollectionType
UniqueCollectionType
SetType
OrderedSetType
SequenceType
PrimitiveType
BooleanType
RealType
IntegerType
StringType | null | {"directed":true,"nodes":[{"nsPrefix":"eol_types","nsURI":"http://www.eclipse.org/epsilon/eol_types","name":"eol_types","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PseudoType","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfContentType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedCollectionType","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueCollectionType","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","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":"dynamicType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"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":"declared","changeable":true,"lowerBound":1,"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":"modelName","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":"modelName","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementName","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","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":"valueType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":2,"target":0},{"source":2,"target":1},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":24,"target":1},{"source":24,"target":27},{"source":24,"target":2},{"source":27,"target":1},{"source":25,"target":28},{"source":25,"target":2},{"source":26,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":31},{"source":29,"target":3},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":32,"target":35},{"source":32,"target":4},{"source":33,"target":36},{"source":33,"target":4},{"source":34,"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":5},{"source":6,"target":38},{"source":38,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":39},{"source":39,"target":5},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":40,"target":2},{"source":40,"target":43},{"source":40,"target":8},{"source":43,"target":2},{"source":41,"target":2},{"source":41,"target":44},{"source":41,"target":8},{"source":44,"target":2},{"source":42,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":45},{"source":9,"target":46},{"source":45,"target":47},{"source":45,"target":9},{"source":46,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":48},{"source":48,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":49},{"source":49,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":50},{"source":12,"target":51},{"source":50,"target":1},{"source":50,"target":52},{"source":50,"target":12},{"source":52,"target":1},{"source":51,"target":2},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":53},{"source":53,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":54},{"source":54,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":55},{"source":55,"target":12},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":56},{"source":56,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":14},{"source":17,"target":57},{"source":17,"target":58},{"source":57,"target":15},{"source":58,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":59},{"source":59,"target":14},{"source":19,"target":0},{"source":19,"target":2},{"source":19,"target":60},{"source":60,"target":2},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":61},{"source":61,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":62},{"source":62,"target":19},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":63},{"source":63,"target":21},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":64},{"source":64,"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="_1" nsURI="http://purl.org/dc/elements/1.1/" nsPrefix="_1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 DCMES 1.1 XML Schema
 XML Schema for http://purl.org/dc/elements/1.1/ namespace

 Created 2008-02-11

 Created by 

 Tim Cole (t-cole3@uiuc.edu)
 Tom Habing (thabing@uiuc.edu)
 Jane Hunter (jane@dstc.edu.au)
 Pete Johnston (p.johnston@ukoln.ac.uk),
 Carl Lagoze (lagoze@cs.cornell.edu)

 This schema declares XML elements for the 15 DC elements from the
 http://purl.org/dc/elements/1.1/ namespace.

 It defines a complexType SimpleLiteral which permits mixed content 
 and makes the xml:lang attribute available. It disallows child elements by
 use of minOcccurs/maxOccurs.

 However, this complexType does permit the derivation of other complexTypes
 which would permit child elements.

 All elements are declared as substitutable for the abstract element any, 
 which means that the default type for all elements is dc:SimpleLiteral.

 

 See http://www.w3.org/XML/1998/namespace.html and
 http://www.w3.org/TR/REC-xml for information about this namespace.

 This schema document describes the XML namespace, in a form
 suitable for import by other schema documents. 

 Note that local names in this namespace are intended to be defined
 only by the World Wide Web Consortium or its subgroups. The
 following names are currently defined in this namespace and should
 not be used with conflicting semantics by any Working Group,
 specification, or document instance:

 base (as an attribute name): denotes an attribute whose value
 provides a URI to be used as the base for interpreting any
 relative URIs in the scope of the element on which it
 appears; its value is inherited. This name is reserved
 by virtue of its definition in the XML Base specification.

 lang (as an attribute name): denotes an attribute whose value
 is a language code for the natural language of the content of
 any element; its value is inherited. This name is reserved
 by virtue of its definition in the XML specification.
 
 space (as an attribute name): denotes an attribute whose
 value is a keyword indicating what whitespace processing
 discipline is intended for the content of the element; its
 value is inherited. This name is reserved by virtue of its
 definition in the XML specification.

 Father (in any context at all): denotes Jon Bosak, the chair of 
 the original XML Working Group. This name is reserved by 
 the following decision of the W3C XML Plenary and 
 XML Coordination groups:

 In appreciation for his vision, leadership and dedication
 the W3C XML Plenary on this 10th day of February, 2000
 reserves for Jon Bosak in perpetuity the XML name
 xml:Father
 
This schema defines attributes and an attribute group
 suitable for use by
 schemas wishing to allow xml:base, xml:lang or xml:space attributes
 on elements they define.

 To enable this, such a schema must import this schema
 for the XML namespace, e.g. as follows:
 <schema . . .>
 . . .
 <import namespace="http://www.w3.org/XML/1998/namespace"
 schemaLocation="http://www.w3.org/2001/03/xml.xsd"/>

 Subsequently, qualified reference to any of the attributes
 or the group defined below will have the desired effect, e.g.

 <type . . .>
 . . .
 <attributeGroup ref="xml:specialAttrs"/>
 
 will define a type which will schema-validate an instance
 element with any of those attributes
In keeping with the XML Schema WG's standard versioning
 policy, this schema document will persist at
 http://www.w3.org/2001/03/xml.xsd.
 At the date of issue it can also be found at
 http://www.w3.org/2001/xml.xsd.
 The schema document at that URI may however change in the future,
 in order to remain compatible with the latest version of XML Schema
 itself. In other words, if the XML Schema namespace changes, the version
 of this document at
 http://www.w3.org/2001/xml.xsd will change
 accordingly; the version at
 http://www.w3.org/2001/03/xml.xsd will not change.
 "/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="ElementContainer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 		This complexType is included as a convenience for schema authors who need to define a root
 		or container element for all of the DC elements.
 	"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="elementContainer"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="anyGroup" 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="any:group"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="any" upperBound="-1" eType="#//SimpleLiteral"
changeable="false" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="any"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="any:group"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleLiteral">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 This is the default type for all of the DC elements.
 It permits text content only with optional
 xml:lang attribute.
 Text is allowed because mixed="true", but sub-elements
 are disallowed because minOccurs="0" and maxOccurs="0" 
 are on the xs:any tag.

 	 This complexType allows for restriction or extension permitting
 child elements.
 	"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="SimpleLiteral"/>
<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="lang" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Language">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="In due course, we should install the relevant ISO 2- and 3-letter
 codes as the enumerated possible values . . ."/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="lang"/>
<details key="namespace" value="http://www.w3.org/XML/1998/namespace"/>
</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="description" upperBound="-2"
eType="#//SimpleLiteral" 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="description"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="any" upperBound="-2" eType="#//SimpleLiteral"
changeable="false" volatile="true" transient="true" derived="true" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="any"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rights" upperBound="-2"
eType="#//SimpleLiteral" 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="rights"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="title" upperBound="-2"
eType="#//SimpleLiteral" 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="title"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="date" upperBound="-2" eType="#//SimpleLiteral"
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="date"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="identifier" upperBound="-2"
eType="#//SimpleLiteral" 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="identifier"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" upperBound="-2"
eType="#//SimpleLiteral" 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="relation"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributor" upperBound="-2"
eType="#//SimpleLiteral" 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="contributor"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="coverage" upperBound="-2"
eType="#//SimpleLiteral" 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="coverage"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="creator" upperBound="-2"
eType="#//SimpleLiteral" 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="creator"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="format" upperBound="-2"
eType="#//SimpleLiteral" 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="format"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="language" upperBound="-2"
eType="#//SimpleLiteral" 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="language"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="publisher" upperBound="-2"
eType="#//SimpleLiteral" 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="publisher"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-2"
eType="#//SimpleLiteral" 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="source"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subject" upperBound="-2"
eType="#//SimpleLiteral" 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="subject"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" upperBound="-2" eType="#//SimpleLiteral"
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="type"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="any"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/FIXTradingCommunity/orchestra-metamodel/model/_1.ecore | ecore | _1
ElementContainer
group
anyGroup
any
SimpleLiteral
mixed
lang
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
description
any
rights
title
date
identifier
relation
contributor
coverage
creator
format
language
publisher
source
subject
type | null | {"directed":true,"nodes":[{"nsPrefix":"_1","nsURI":"http://purl.org/dc/elements/1.1/","name":"_1","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementContainer","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleLiteral","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"},{"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":4,"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":"anyGroup","changeable":true,"lowerBound":0,"iD":false,"id":5,"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":"any","changeable":false,"resolveProxies":false,"lowerBound":0,"id":6,"derived":true},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"id":9,"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":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"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":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":"xMLNSPrefixMap","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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"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":"description","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":"any","changeable":false,"resolveProxies":false,"lowerBound":0,"id":18,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"rights","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"title","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"date","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"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":"identifier","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":"relation","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":"contributor","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":"coverage","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":"creator","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":"format","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":"language","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":"publisher","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":"source","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":"subject","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":"type","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":true},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"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"}],"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":4,"target":7},{"source":4,"target":1},{"source":5,"target":8},{"source":5,"target":1},{"source":6,"target":2},{"source":6,"target":9},{"source":6,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":10,"target":12},{"source":10,"target":2},{"source":11,"target":13},{"source":11,"target":2},{"source":3,"target":0},{"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":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":14,"target":33},{"source":14,"target":3},{"source":15,"target":34},{"source":15,"target":3},{"source":16,"target":35},{"source":16,"target":3},{"source":17,"target":2},{"source":17,"target":36},{"source":17,"target":3},{"source":36,"target":2},{"source":18,"target":2},{"source":18,"target":37},{"source":18,"target":3},{"source":37,"target":2},{"source":19,"target":2},{"source":19,"target":38},{"source":19,"target":3},{"source":38,"target":2},{"source":20,"target":2},{"source":20,"target":39},{"source":20,"target":3},{"source":39,"target":2},{"source":21,"target":2},{"source":21,"target":40},{"source":21,"target":3},{"source":40,"target":2},{"source":22,"target":2},{"source":22,"target":41},{"source":22,"target":3},{"source":41,"target":2},{"source":23,"target":2},{"source":23,"target":42},{"source":23,"target":3},{"source":42,"target":2},{"source":24,"target":2},{"source":24,"target":43},{"source":24,"target":3},{"source":43,"target":2},{"source":25,"target":2},{"source":25,"target":44},{"source":25,"target":3},{"source":44,"target":2},{"source":26,"target":2},{"source":26,"target":45},{"source":26,"target":3},{"source":45,"target":2},{"source":27,"target":2},{"source":27,"target":46},{"source":27,"target":3},{"source":46,"target":2},{"source":28,"target":2},{"source":28,"target":47},{"source":28,"target":3},{"source":47,"target":2},{"source":29,"target":2},{"source":29,"target":48},{"source":29,"target":3},{"source":48,"target":2},{"source":30,"target":2},{"source":30,"target":49},{"source":30,"target":3},{"source":49,"target":2},{"source":31,"target":2},{"source":31,"target":50},{"source":31,"target":3},{"source":50,"target":2},{"source":32,"target":2},{"source":32,"target":51},{"source":32,"target":3},{"source":51,"target":2}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="TestQVTBase"
nsURI="http://www.eclipse.org/qvt/1.0/TestQVTBase" nsPrefix="tqvtb">
<eClassifiers xsi:type="ecore:EClass" name="TestDomain" eSuperTypes="../../org.eclipse.qvt.declarative.ecore.qvtbase/model/QVTBase.ecore#//Domain">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="DummyConstraint"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="owner"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TestExpression" eSuperTypes="../../org.eclipse.ocl.ecore/model/OCLEcore.ecore#//ecore/OCLExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="TestPattern" eSuperTypes="../../org.eclipse.qvt.declarative.ecore.qvtbase/model/QVTBase.ecore#//Pattern">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="owner"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TestRule" eSuperTypes="../../org.eclipse.qvt.declarative.ecore.qvtbase/model/QVTBase.ecore#//Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="owner"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TestTransformation" eSuperTypes="../../org.eclipse.qvt.declarative.ecore.qvtbase/model/QVTBase.ecore#//Transformation">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="owner"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringBag" ordered="false"
unique="false" upperBound="-1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringOrderedSet" upperBound="-1"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSequence" unique="false"
upperBound="-1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSet" ordered="false"
upperBound="-1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="string" ordered="false"
unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/arcanefoam/qvtMustus/archive/org.eclipse.qvt.declarative.test.testqvtbase/model/TestQVTBase.ecore | ecore | TestQVTBase
TestDomain
contents
TestExpression
TestPattern
contents
TestRule
contents
TestTransformation
contents
stringBag
stringOrderedSet
stringSequence
stringSet
string | null | {"directed":true,"nodes":[{"nsPrefix":"tqvtb","nsURI":"http://www.eclipse.org/qvt/1.0/TestQVTBase","name":"TestQVTBase","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestDomain","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestExpression","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestPattern","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestRule","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestTransformation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"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":"stringBag","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":"stringOrderedSet","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":"stringSequence","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":"stringSet","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"string","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":6,"target":8},{"source":6,"target":1},{"source":2,"target":0},{"source":2,"target":9},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":11},{"source":10,"target":12},{"source":10,"target":3},{"source":4,"target":0},{"source":4,"target":13},{"source":4,"target":14},{"source":13,"target":15},{"source":13,"target":4},{"source":5,"target":0},{"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":16,"target":23},{"source":16,"target":5},{"source":17,"target":24},{"source":17,"target":5},{"source":18,"target":25},{"source":18,"target":5},{"source":19,"target":26},{"source":19,"target":5},{"source":20,"target":27},{"source":20,"target":5},{"source":21,"target":28},{"source":21,"target":5}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="map" nsURI="http://www.bacin.de/geoff-map-v0.7" nsPrefix="geoff.map">
<eClassifiers xsi:type="ecore:EClass" name="GeoMap">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="center" eType="#//types/LonLat"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="options" eType="#//MapOptions"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zoomToMaxExtent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="zoomToExtent" eType="#//types/Bounds"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layers" upperBound="-1"
eType="#//layers/Layer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="popups" upperBound="-1"
eType="#//popups/Popup" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scripts" upperBound="-1"
eType="#//Script" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapOptions">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayProjection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxResolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numZoomLevels" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zoom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Icon">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="offset" lowerBound="1"
eType="#//types/Pixel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="size" lowerBound="1" eType="#//types/Size"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StyleMap">
<eStructuralFeatures xsi:type="ecore:EReference" name="styles" upperBound="-1"
eType="#//Style" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="options" eType="#//StyleMapOptions"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Style"/>
<eClassifiers xsi:type="ecore:EClass" name="StyleMapOptions">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="externalGraphic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="graphicWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="graphicHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="graphicXOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="graphicYOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<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="ObjectAttributes" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Script">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="src" 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>
<eSubpackages name="layers" nsURI="http://www.bacin.de/geoff-map-layers-v0.7" nsPrefix="geoff.map.layers">
<eClassifiers xsi:type="ecore:EClass" name="Layer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="options" eType="#//layers/LayerOptions"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OSM" eSuperTypes="#//layers/XYZ"/>
<eClassifiers xsi:type="ecore:EClass" name="Markers" eSuperTypes="#//layers/Layer">
<eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1"
eType="#//markers/Marker" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WMS" eSuperTypes="#//layers/Grid"/>
<eClassifiers xsi:type="ecore:EClass" name="HTTPGetParams">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transparent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Vector" eSuperTypes="#//layers/Layer">
<eStructuralFeatures xsi:type="ecore:EReference" name="strategies" upperBound="-1"
eType="#//strategies/Strategy" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="protocol" eType="#//protocols/Protocol"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="styleMap" eType="#//StyleMap"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//features/Feature" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayerOptions">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isBaseLayer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wrapDateLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayInLayerSwitcher"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="attribution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gutter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxResolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minResolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numZoomLevels" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minScale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxScale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayOutsideMaxExtent"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XYZ" eSuperTypes="#//layers/Grid"/>
<eClassifiers xsi:type="ecore:EClass" name="Grid" eSuperTypes="#//layers/HTTPRequest">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="singleTile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HTTPRequest" eSuperTypes="#//layers/Layer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" eType="#//layers/HTTPGetParams"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SphericalMercator" abstract="true"
interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="FixedZoomLevels" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="EventPane" abstract="true" eSuperTypes="#//layers/Layer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="smoothDragPan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Google" eSuperTypes="#//layers/SphericalMercator #//layers/EventPane #//layers/FixedZoomLevels">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sphericalMercator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//layers/GMapType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapsUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="GMapType">
<eLiterals name="ROADMAP" literal="google.maps.MapTypeId.ROADMAP"/>
<eLiterals name="TERRAIN" value="1"/>
<eLiterals name="SATELLITE" value="2"/>
<eLiterals name="HYBRID" value="3"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="types" nsURI="http://www.bacin.de/geoff-map-types-v0.7" nsPrefix="geoff.map.types">
<eClassifiers xsi:type="ecore:EClass" name="LonLat">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lon" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lat" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projectionCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="EPSG:4326"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Size">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="w" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="h" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Pixel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bounds">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="right" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="top" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="markers" nsURI="http://www.bacin.de/geoff-map-markers-v0.7"
nsPrefix="geoff.map.types">
<eClassifiers xsi:type="ecore:EClass" name="Marker">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lonLat" lowerBound="1"
eType="#//types/LonLat" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="icon" eType="#//Icon"
containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="strategies" nsURI="http://www.bacin.de/geoff-map-strategies-v0.7"
nsPrefix="geoff.map.strategies">
<eClassifiers xsi:type="ecore:EClass" name="Strategy">
<eStructuralFeatures xsi:type="ecore:EReference" name="options" eType="#//strategies/StrategyOptions"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fixed" eSuperTypes="#//strategies/Strategy"/>
<eClassifiers xsi:type="ecore:EClass" name="StrategyOptions"/>
</eSubpackages>
<eSubpackages name="protocols" nsURI="http://www.bacin.de/geoff-map-protocols-v0.7"
nsPrefix="geoff.map.protocols">
<eClassifiers xsi:type="ecore:EClass" name="Protocol"/>
<eClassifiers xsi:type="ecore:EClass" name="HTTP" eSuperTypes="#//protocols/Protocol">
<eStructuralFeatures xsi:type="ecore:EReference" name="options" eType="#//protocols/HTTPOptions"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HTTPOptions">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="format" eType="#//formats/Format"
containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="formats" nsURI="http://www.bacin.de/geoff-map-formats-v0.7"
nsPrefix="geoff.map.formats">
<eClassifiers xsi:type="ecore:EClass" name="Format"/>
<eClassifiers xsi:type="ecore:EClass" name="GML" eSuperTypes="#//formats/XML"/>
<eClassifiers xsi:type="ecore:EClass" name="XML" eSuperTypes="#//formats/Format"/>
<eClassifiers xsi:type="ecore:EClass" name="KML" eSuperTypes="#//formats/XML">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extractStyles" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extractAttributes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="features" nsURI="http://www.bacin.de/geoff-map-features-v0.7"
nsPrefix="geoff.map.features">
<eClassifiers xsi:type="ecore:EClass" name="Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="Vector" eSuperTypes="#//features/Feature">
<eStructuralFeatures xsi:type="ecore:EReference" name="geometry" eType="#//geometries/Geometry"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//ObjectAttributes" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//Style"
containment="true"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="geometries" nsURI="http://www.bacin.de/geoff-map-geometries-v0.7"
nsPrefix="geoff.map.geometries">
<eClassifiers xsi:type="ecore:EClass" name="Geometry"/>
<eClassifiers xsi:type="ecore:EClass" name="Point" eSuperTypes="#//geometries/Geometry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="projection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="popups" nsURI="http://www.bacin.de/geoff-map-popups-v0.7" nsPrefix="geoff.map.popups">
<eClassifiers xsi:type="ecore:EClass" name="Popup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lonlat" eType="#//types/LonLat"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contentSize" eType="#//types/Size"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contentHTML" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="closeBox" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minSize" eType="#//types/Size"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maxSize" eType="#//types/Size"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="panMapIfOutOfView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keepInMap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="closeOnMove" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Anchored" eSuperTypes="#//popups/Popup"/>
<eClassifiers xsi:type="ecore:EClass" name="Framed" eSuperTypes="#//popups/Anchored"/>
<eClassifiers xsi:type="ecore:EClass" name="FramedCloud" eSuperTypes="#//popups/Framed"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/geoff-map.ecore | ecore | map
GeoMap
name
description
center
options
zoomToMaxExtent
false
zoomToExtent
layers
popups
scripts
MapOptions
projection
displayProjection
maxResolution
numZoomLevels
zoom
Icon
url
offset
size
StyleMap
styles
options
Style
StyleMapOptions
externalGraphic
graphicWidth
graphicHeight
graphicXOffset
graphicYOffset
title
ObjectAttributes
java.util.Map$Entry
java.util.Map$Entry
key
value
Script
src
type
layers
Layer
name
options
OSM
Markers
markers
WMS
HTTPGetParams
layers
transparent
Vector
strategies
isFixed
protocol
styleMap
features
LayerOptions
isBaseLayer
opacity
wrapDateLine
displayInLayerSwitcher
visibility
attribution
gutter
projection
maxResolution
minResolution
numZoomLevels
minScale
maxScale
displayOutsideMaxExtent
XYZ
Grid
singleTile
HTTPRequest
url
params
SphericalMercator
FixedZoomLevels
EventPane
smoothDragPan
true
isFixed
true
Google
sphericalMercator
false
type
mapsUrl
GMapType
ROADMAP
google.maps.MapTypeId.ROADMAP
TERRAIN
TERRAIN
SATELLITE
SATELLITE
HYBRID
HYBRID
types
LonLat
lon
lat
projectionCode
EPSG:4326
Size
w
h
Pixel
x
y
Bounds
left
bottom
right
top
markers
Marker
name
lonLat
icon
strategies
Strategy
options
Fixed
StrategyOptions
protocols
Protocol
HTTP
options
HTTPOptions
url
format
formats
Format
GML
XML
KML
extractStyles
extractAttributes
features
Feature
Vector
geometry
attributes
style
geometries
Geometry
Point
x
y
projection
popups
Popup
id
lonlat
contentSize
contentHTML
closeBox
autoSize
minSize
maxSize
panMapIfOutOfView
keepInMap
closeOnMove
Anchored
Framed
FramedCloud | null | {"directed":true,"nodes":[{"nsPrefix":"geoff.map","nsURI":"http://www.bacin.de/geoff-map-v0.7","name":"map","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeoMap","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapOptions","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Icon","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleMap","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Style","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleMapOptions","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ObjectAttributes","instanceClass":"java.util.Map$Entry","abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"nsPrefix":"geoff.map.layers","nsURI":"http://www.bacin.de/geoff-map-layers-v0.7","name":"layers","id":9,"eClass":"EPackage"},{"nsPrefix":"geoff.map.types","nsURI":"http://www.bacin.de/geoff-map-types-v0.7","name":"types","id":10,"eClass":"EPackage"},{"nsPrefix":"geoff.map.types","nsURI":"http://www.bacin.de/geoff-map-markers-v0.7","name":"markers","id":11,"eClass":"EPackage"},{"nsPrefix":"geoff.map.strategies","nsURI":"http://www.bacin.de/geoff-map-strategies-v0.7","name":"strategies","id":12,"eClass":"EPackage"},{"nsPrefix":"geoff.map.protocols","nsURI":"http://www.bacin.de/geoff-map-protocols-v0.7","name":"protocols","id":13,"eClass":"EPackage"},{"nsPrefix":"geoff.map.formats","nsURI":"http://www.bacin.de/geoff-map-formats-v0.7","name":"formats","id":14,"eClass":"EPackage"},{"nsPrefix":"geoff.map.features","nsURI":"http://www.bacin.de/geoff-map-features-v0.7","name":"features","id":15,"eClass":"EPackage"},{"nsPrefix":"geoff.map.geometries","nsURI":"http://www.bacin.de/geoff-map-geometries-v0.7","name":"geometries","id":16,"eClass":"EPackage"},{"nsPrefix":"geoff.map.popups","nsURI":"http://www.bacin.de/geoff-map-popups-v0.7","name":"popups","id":17,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"center","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":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"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":"zoomToMaxExtent","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"zoomToExtent","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":"layers","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":"popups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scripts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LonLat","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bounds","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"id":34,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"id":36,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Popup","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"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":"projection","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":"displayProjection","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxResolution","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":"numZoomLevels","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zoom","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":"url","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pixel","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"id":55,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Size","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"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":"styles","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":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"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":"externalGraphic","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":"graphicWidth","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":"graphicHeight","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"graphicXOffset","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":"graphicYOffset","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"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":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":"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":"src","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OSM","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Markers","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WMS","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTTPGetParams","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vector","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerOptions","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYZ","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grid","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTTPRequest","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SphericalMercator","instanceClass":null,"abstract":true,"id":91,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedZoomLevels","instanceClass":null,"abstract":true,"id":92,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventPane","instanceClass":null,"abstract":true,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Google","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GMapType","instanceClass":null,"id":95,"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":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marker","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"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":"layers","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transparent","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strategies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFixed","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"protocol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"styleMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strategy","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protocol","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"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":"isBaseLayer","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opacity","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":null,"unsettable":false,"transient":false,"unique":true,"name":"wrapDateLine","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayInLayerSwitcher","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":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribution","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gutter","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":"projection","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":"maxResolution","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minResolution","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numZoomLevels","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minScale","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxScale","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayOutsideMaxExtent","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"singleTile","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"smoothDragPan","changeable":true,"lowerBound":0,"iD":false,"id":161,"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":"isFixed","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"sphericalMercator","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":"type","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":"mapsUrl","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"},{"name":"ROADMAP","id":175,"value":0,"literal":"google.maps.MapTypeId.ROADMAP","eClass":"EEnumLiteral"},{"name":"TERRAIN","id":176,"value":1,"literal":"TERRAIN","eClass":"EEnumLiteral"},{"name":"SATELLITE","id":177,"value":2,"literal":"SATELLITE","eClass":"EEnumLiteral"},{"name":"HYBRID","id":178,"value":3,"literal":"HYBRID","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lon","changeable":true,"lowerBound":1,"iD":false,"id":179,"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":"lat","changeable":true,"lowerBound":1,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"EPSG:4326","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"EPSG:4326","unsettable":false,"transient":false,"unique":true,"name":"projectionCode","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"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":"w","changeable":true,"lowerBound":1,"iD":false,"id":185,"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":"h","changeable":true,"lowerBound":1,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"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":"left","changeable":true,"lowerBound":0,"iD":false,"id":193,"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":"bottom","changeable":true,"lowerBound":0,"iD":false,"id":194,"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":"right","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"top","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lonLat","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"icon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fixed","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyOptions","instanceClass":null,"abstract":false,"id":208,"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":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTTP","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HTTPOptions","instanceClass":null,"abstract":false,"id":213,"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":"options","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":"url","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Format","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"id":221,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GML","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XML","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KML","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"id":225,"eClass":"EGenericType"},{"id":226,"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":"extractStyles","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extractAttributes","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vector","instanceClass":null,"abstract":false,"id":232,"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":"geometry","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":"attributes","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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Geometry","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projection","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Anchored","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Framed","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FramedCloud","instanceClass":null,"abstract":false,"id":251,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lonlat","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentHTML","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"closeBox","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"autoSize","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":"minSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"maxSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"panMapIfOutOfView","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keepInMap","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"closeOnMove","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":18,"target":27},{"source":18,"target":1},{"source":19,"target":28},{"source":19,"target":1},{"source":20,"target":29},{"source":20,"target":30},{"source":20,"target":1},{"source":30,"target":29},{"source":21,"target":2},{"source":21,"target":31},{"source":21,"target":1},{"source":31,"target":2},{"source":22,"target":32},{"source":22,"target":1},{"source":23,"target":33},{"source":23,"target":34},{"source":23,"target":1},{"source":34,"target":33},{"source":24,"target":35},{"source":24,"target":36},{"source":24,"target":1},{"source":36,"target":35},{"source":25,"target":37},{"source":25,"target":38},{"source":25,"target":1},{"source":38,"target":37},{"source":26,"target":8},{"source":26,"target":39},{"source":26,"target":1},{"source":39,"target":8},{"source":2,"target":0},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":40,"target":45},{"source":40,"target":2},{"source":41,"target":46},{"source":41,"target":2},{"source":42,"target":47},{"source":42,"target":2},{"source":43,"target":48},{"source":43,"target":2},{"source":44,"target":49},{"source":44,"target":2},{"source":3,"target":0},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":50,"target":53},{"source":50,"target":3},{"source":51,"target":54},{"source":51,"target":55},{"source":51,"target":3},{"source":55,"target":54},{"source":52,"target":56},{"source":52,"target":57},{"source":52,"target":3},{"source":57,"target":56},{"source":4,"target":0},{"source":4,"target":58},{"source":4,"target":59},{"source":58,"target":5},{"source":58,"target":60},{"source":58,"target":4},{"source":60,"target":5},{"source":59,"target":6},{"source":59,"target":61},{"source":59,"target":4},{"source":61,"target":6},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":62,"target":68},{"source":62,"target":6},{"source":63,"target":69},{"source":63,"target":6},{"source":64,"target":70},{"source":64,"target":6},{"source":65,"target":71},{"source":65,"target":6},{"source":66,"target":72},{"source":66,"target":6},{"source":67,"target":73},{"source":67,"target":6},{"source":7,"target":0},{"source":7,"target":74},{"source":7,"target":75},{"source":74,"target":76},{"source":74,"target":7},{"source":75,"target":77},{"source":75,"target":7},{"source":8,"target":0},{"source":8,"target":78},{"source":8,"target":79},{"source":78,"target":80},{"source":78,"target":8},{"source":79,"target":81},{"source":79,"target":8},{"source":9,"target":35},{"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":0},{"source":35,"target":9},{"source":35,"target":96},{"source":35,"target":97},{"source":96,"target":98},{"source":96,"target":35},{"source":97,"target":87},{"source":97,"target":99},{"source":97,"target":35},{"source":99,"target":87},{"source":82,"target":9},{"source":82,"target":88},{"source":82,"target":100},{"source":100,"target":88},{"source":83,"target":9},{"source":83,"target":35},{"source":83,"target":101},{"source":83,"target":102},{"source":101,"target":103},{"source":101,"target":104},{"source":101,"target":83},{"source":104,"target":103},{"source":102,"target":35},{"source":84,"target":9},{"source":84,"target":89},{"source":84,"target":105},{"source":105,"target":89},{"source":85,"target":9},{"source":85,"target":106},{"source":85,"target":107},{"source":106,"target":108},{"source":106,"target":85},{"source":107,"target":109},{"source":107,"target":85},{"source":86,"target":9},{"source":86,"target":35},{"source":86,"target":110},{"source":86,"target":111},{"source":86,"target":112},{"source":86,"target":113},{"source":86,"target":114},{"source":86,"target":115},{"source":110,"target":116},{"source":110,"target":117},{"source":110,"target":86},{"source":117,"target":116},{"source":111,"target":118},{"source":111,"target":86},{"source":112,"target":119},{"source":112,"target":120},{"source":112,"target":86},{"source":120,"target":119},{"source":113,"target":4},{"source":113,"target":121},{"source":113,"target":86},{"source":121,"target":4},{"source":114,"target":122},{"source":114,"target":123},{"source":114,"target":86},{"source":123,"target":122},{"source":115,"target":35},{"source":87,"target":9},{"source":87,"target":124},{"source":87,"target":125},{"source":87,"target":126},{"source":87,"target":127},{"source":87,"target":128},{"source":87,"target":129},{"source":87,"target":130},{"source":87,"target":131},{"source":87,"target":132},{"source":87,"target":133},{"source":87,"target":134},{"source":87,"target":135},{"source":87,"target":136},{"source":87,"target":137},{"source":124,"target":138},{"source":124,"target":87},{"source":125,"target":139},{"source":125,"target":87},{"source":126,"target":140},{"source":126,"target":87},{"source":127,"target":141},{"source":127,"target":87},{"source":128,"target":142},{"source":128,"target":87},{"source":129,"target":143},{"source":129,"target":87},{"source":130,"target":144},{"source":130,"target":87},{"source":131,"target":145},{"source":131,"target":87},{"source":132,"target":146},{"source":132,"target":87},{"source":133,"target":147},{"source":133,"target":87},{"source":134,"target":148},{"source":134,"target":87},{"source":135,"target":149},{"source":135,"target":87},{"source":136,"target":150},{"source":136,"target":87},{"source":137,"target":151},{"source":137,"target":87},{"source":88,"target":9},{"source":88,"target":89},{"source":88,"target":152},{"source":152,"target":89},{"source":89,"target":9},{"source":89,"target":90},{"source":89,"target":153},{"source":89,"target":154},{"source":153,"target":155},{"source":153,"target":89},{"source":154,"target":90},{"source":90,"target":9},{"source":90,"target":35},{"source":90,"target":156},{"source":90,"target":157},{"source":90,"target":158},{"source":156,"target":159},{"source":156,"target":90},{"source":157,"target":85},{"source":157,"target":160},{"source":157,"target":90},{"source":160,"target":85},{"source":158,"target":35},{"source":91,"target":9},{"source":92,"target":9},{"source":93,"target":9},{"source":93,"target":35},{"source":93,"target":161},{"source":93,"target":162},{"source":93,"target":163},{"source":161,"target":164},{"source":161,"target":93},{"source":162,"target":165},{"source":162,"target":93},{"source":163,"target":35},{"source":94,"target":9},{"source":94,"target":91},{"source":94,"target":93},{"source":94,"target":92},{"source":94,"target":166},{"source":94,"target":167},{"source":94,"target":168},{"source":94,"target":169},{"source":94,"target":170},{"source":94,"target":171},{"source":166,"target":172},{"source":166,"target":94},{"source":167,"target":95},{"source":167,"target":173},{"source":167,"target":94},{"source":173,"target":95},{"source":168,"target":174},{"source":168,"target":94},{"source":169,"target":91},{"source":170,"target":93},{"source":171,"target":92},{"source":95,"target":9},{"source":95,"target":175},{"source":95,"target":176},{"source":95,"target":177},{"source":95,"target":178},{"source":175,"target":95},{"source":176,"target":95},{"source":177,"target":95},{"source":178,"target":95},{"source":10,"target":29},{"source":10,"target":56},{"source":10,"target":54},{"source":10,"target":33},{"source":10,"target":0},{"source":29,"target":10},{"source":29,"target":179},{"source":29,"target":180},{"source":29,"target":181},{"source":179,"target":182},{"source":179,"target":29},{"source":180,"target":183},{"source":180,"target":29},{"source":181,"target":184},{"source":181,"target":29},{"source":56,"target":10},{"source":56,"target":185},{"source":56,"target":186},{"source":185,"target":187},{"source":185,"target":56},{"source":186,"target":188},{"source":186,"target":56},{"source":54,"target":10},{"source":54,"target":189},{"source":54,"target":190},{"source":189,"target":191},{"source":189,"target":54},{"source":190,"target":192},{"source":190,"target":54},{"source":33,"target":10},{"source":33,"target":193},{"source":33,"target":194},{"source":33,"target":195},{"source":33,"target":196},{"source":193,"target":197},{"source":193,"target":33},{"source":194,"target":198},{"source":194,"target":33},{"source":195,"target":199},{"source":195,"target":33},{"source":196,"target":200},{"source":196,"target":33},{"source":11,"target":103},{"source":11,"target":0},{"source":103,"target":11},{"source":103,"target":201},{"source":103,"target":202},{"source":103,"target":203},{"source":201,"target":204},{"source":201,"target":103},{"source":202,"target":29},{"source":202,"target":205},{"source":202,"target":103},{"source":205,"target":29},{"source":203,"target":3},{"source":203,"target":206},{"source":203,"target":103},{"source":206,"target":3},{"source":12,"target":116},{"source":12,"target":207},{"source":12,"target":208},{"source":12,"target":0},{"source":116,"target":12},{"source":116,"target":209},{"source":209,"target":208},{"source":209,"target":210},{"source":209,"target":116},{"source":210,"target":208},{"source":207,"target":12},{"source":207,"target":116},{"source":207,"target":211},{"source":211,"target":116},{"source":208,"target":12},{"source":13,"target":119},{"source":13,"target":212},{"source":13,"target":213},{"source":13,"target":0},{"source":119,"target":13},{"source":212,"target":13},{"source":212,"target":119},{"source":212,"target":214},{"source":212,"target":215},{"source":214,"target":213},{"source":214,"target":216},{"source":214,"target":212},{"source":216,"target":213},{"source":215,"target":119},{"source":213,"target":13},{"source":213,"target":217},{"source":213,"target":218},{"source":217,"target":219},{"source":217,"target":213},{"source":218,"target":220},{"source":218,"target":221},{"source":218,"target":213},{"source":221,"target":220},{"source":14,"target":220},{"source":14,"target":222},{"source":14,"target":223},{"source":14,"target":224},{"source":14,"target":0},{"source":220,"target":14},{"source":222,"target":14},{"source":222,"target":223},{"source":222,"target":225},{"source":225,"target":223},{"source":223,"target":14},{"source":223,"target":220},{"source":223,"target":226},{"source":226,"target":220},{"source":224,"target":14},{"source":224,"target":223},{"source":224,"target":227},{"source":224,"target":228},{"source":224,"target":229},{"source":227,"target":230},{"source":227,"target":224},{"source":228,"target":231},{"source":228,"target":224},{"source":229,"target":223},{"source":15,"target":122},{"source":15,"target":232},{"source":15,"target":0},{"source":122,"target":15},{"source":232,"target":15},{"source":232,"target":122},{"source":232,"target":233},{"source":232,"target":234},{"source":232,"target":235},{"source":232,"target":236},{"source":233,"target":237},{"source":233,"target":238},{"source":233,"target":232},{"source":238,"target":237},{"source":234,"target":7},{"source":234,"target":239},{"source":234,"target":232},{"source":239,"target":7},{"source":235,"target":5},{"source":235,"target":240},{"source":235,"target":232},{"source":240,"target":5},{"source":236,"target":122},{"source":16,"target":237},{"source":16,"target":241},{"source":16,"target":0},{"source":237,"target":16},{"source":241,"target":16},{"source":241,"target":237},{"source":241,"target":242},{"source":241,"target":243},{"source":241,"target":244},{"source":241,"target":245},{"source":242,"target":246},{"source":242,"target":241},{"source":243,"target":247},{"source":243,"target":241},{"source":244,"target":248},{"source":244,"target":241},{"source":245,"target":237},{"source":17,"target":37},{"source":17,"target":249},{"source":17,"target":250},{"source":17,"target":251},{"source":17,"target":0},{"source":37,"target":17},{"source":37,"target":252},{"source":37,"target":253},{"source":37,"target":254},{"source":37,"target":255},{"source":37,"target":256},{"source":37,"target":257},{"source":37,"target":258},{"source":37,"target":259},{"source":37,"target":260},{"source":37,"target":261},{"source":37,"target":262},{"source":252,"target":263},{"source":252,"target":37},{"source":253,"target":29},{"source":253,"target":264},{"source":253,"target":37},{"source":264,"target":29},{"source":254,"target":56},{"source":254,"target":265},{"source":254,"target":37},{"source":265,"target":56},{"source":255,"target":266},{"source":255,"target":37},{"source":256,"target":267},{"source":256,"target":37},{"source":257,"target":268},{"source":257,"target":37},{"source":258,"target":56},{"source":258,"target":269},{"source":258,"target":37},{"source":269,"target":56},{"source":259,"target":56},{"source":259,"target":270},{"source":259,"target":37},{"source":270,"target":56},{"source":260,"target":271},{"source":260,"target":37},{"source":261,"target":272},{"source":261,"target":37},{"source":262,"target":273},{"source":262,"target":37},{"source":249,"target":17},{"source":249,"target":37},{"source":249,"target":274},{"source":274,"target":37},{"source":250,"target":17},{"source":250,"target":249},{"source":250,"target":275},{"source":275,"target":249},{"source":251,"target":17},{"source":251,"target":250},{"source":251,"target":276},{"source":276,"target":250}],"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="completemodel"
nsURI="http:///completemodel.ecore" nsPrefix="completemodel">
<eClassifiers xsi:type="ecore:EClass" name="Contact">
<eOperations name="addContact" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="searchContact" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="deleteContact" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="editContact" ordered="false" lowerBound="1"/>
<eOperations name="printContact" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastname" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="street" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zipcode" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="city" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="counrtry" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="phone" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fax" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mobile" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mail" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="additional_info" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UserData">
<eOperations name="comparePasswd" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="username" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="password" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContactCollection">
<eStructuralFeatures xsi:type="ecore:EReference" name="contacts" ordered="false"
upperBound="-1" eType="#//Contact" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/completemodel.ecore | ecore | completemodel
Contact
addContact
searchContact
deleteContact
editContact
printContact
name
lastname
street
zipcode
city
counrtry
phone
fax
mobile
mail
additional_info
UserData
comparePasswd
username
password
ContactCollection
contacts | null | {"directed":true,"nodes":[{"nsPrefix":"completemodel","nsURI":"http:///completemodel.ecore","name":"completemodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contact","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserData","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContactCollection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"unique":true,"name":"addContact","lowerBound":1,"id":4,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"searchContact","lowerBound":1,"id":5,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"deleteContact","lowerBound":1,"id":6,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"editContact","lowerBound":1,"id":7,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"printContact","lowerBound":1,"id":8,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastname","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"street","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zipcode","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"counrtry","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"phone","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fax","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mobile","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mail","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"additional_info","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"comparePasswd","lowerBound":1,"id":35,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contacts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":4,"target":20},{"source":4,"target":1},{"source":5,"target":21},{"source":5,"target":1},{"source":6,"target":22},{"source":6,"target":1},{"source":7,"target":1},{"source":8,"target":23},{"source":8,"target":1},{"source":9,"target":24},{"source":9,"target":1},{"source":10,"target":25},{"source":10,"target":1},{"source":11,"target":26},{"source":11,"target":1},{"source":12,"target":27},{"source":12,"target":1},{"source":13,"target":28},{"source":13,"target":1},{"source":14,"target":29},{"source":14,"target":1},{"source":15,"target":30},{"source":15,"target":1},{"source":16,"target":31},{"source":16,"target":1},{"source":17,"target":32},{"source":17,"target":1},{"source":18,"target":33},{"source":18,"target":1},{"source":19,"target":34},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":35,"target":38},{"source":35,"target":2},{"source":36,"target":39},{"source":36,"target":2},{"source":37,"target":40},{"source":37,"target":2},{"source":3,"target":0},{"source":3,"target":41},{"source":41,"target":1},{"source":41,"target":42},{"source":41,"target":3},{"source":42,"target":1}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="build"
nsURI="http://www.eclipse.org/emf/mwe/ewm/workflow/examples/build" nsPrefix="org.eclipse.emf.mwe.ewm.workflow.examples.build">
<eClassifiers xsi:type="ecore:EClass" name="JavaCompiler" eSuperTypes="../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowUnitOfWork">
<eOperations name="run" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//runtime/state/WorkflowState">
<eParameters name="context" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//runtime/WorkflowContext"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classNameParameter" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classpathParameter" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workingDirectoryParameter"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaJar" eSuperTypes="../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowUnitOfWork">
<eOperations name="run" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//runtime/state/WorkflowState">
<eParameters name="context" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//runtime/WorkflowContext"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="classNameParameter" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workingDirectoryParameter"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputFileParameter" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ZipFile" eSuperTypes="../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowUnitOfWork">
<eOperations name="run" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//runtime/state/WorkflowState">
<eParameters name="context" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//runtime/WorkflowContext"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="workingDirectoryParameter"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputFileParameter" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputFileParameter" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.mwe.ewm.core/model/workflow.ecore#//WorkflowParameter"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Build.ecore | ecore | build
JavaCompiler
run
context
classNameParameter
classpathParameter
workingDirectoryParameter
JavaJar
run
context
classNameParameter
workingDirectoryParameter
outputFileParameter
ZipFile
run
context
workingDirectoryParameter
inputFileParameter
outputFileParameter | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.mwe.ewm.workflow.examples.build","nsURI":"http://www.eclipse.org/emf/mwe/ewm/workflow/examples/build","name":"build","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaCompiler","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaJar","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZipFile","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classNameParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classpathParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workingDirectoryParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EParameter"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classNameParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workingDirectoryParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputFileParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EParameter"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"run","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workingDirectoryParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputFileParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputFileParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":4,"target":9},{"source":4,"target":1},{"source":4,"target":10},{"source":10,"target":11},{"source":10,"target":4},{"source":5,"target":12},{"source":5,"target":1},{"source":6,"target":13},{"source":6,"target":1},{"source":7,"target":14},{"source":7,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":15,"target":20},{"source":15,"target":2},{"source":15,"target":21},{"source":21,"target":22},{"source":21,"target":15},{"source":16,"target":23},{"source":16,"target":2},{"source":17,"target":24},{"source":17,"target":2},{"source":18,"target":25},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":26,"target":31},{"source":26,"target":3},{"source":26,"target":32},{"source":32,"target":33},{"source":32,"target":26},{"source":27,"target":34},{"source":27,"target":3},{"source":28,"target":35},{"source":28,"target":3},{"source":29,"target":36},{"source":29,"target":3}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="publication102"
nsURI="http://publication102" nsPrefix="_publication102">
<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"/>
<details key="ref=res_position"/>
<details key="cref=skills"/>
</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>
<eStructuralFeatures xsi:type="ecore:EReference" name="paragraphs" upperBound="-1"
eType="#//Paragraph" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1"
eType="#//Researcher" eOpposite="#//Researcher/res_papers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="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"/>
<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="Write" eSuperTypes="#//Labelled">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="label=timeSpent"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="paragraph" eType="#//Paragraph"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeSpent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="#//Labelled">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="label=date"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="reviewNote" eType="#//ReviewNote"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PublicationStructure" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="pov"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="researchers" upperBound="-1"
eType="#//Researcher" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="papers" upperBound="-1"
eType="#//Paper" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="knowledgeMan" eType="#//KnowledgeManager"
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>
<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"/>
<details key="label=description"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Position" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=description"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Position"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Keyword" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kpapers" upperBound="-1"
eType="#//Paper"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KnowledgeManager" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="kref=allkeywords"/>
</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"/>
<details key="ltrg=keyword"/>
</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/publication102.ecore | ecore | publication102
Researcher
name
forName
writes
reviews
res_papers
skills
res_position
collaborations
Paper
paragraphs
authors
keywords
citedBy
Paragraph
reviews
content
ReviewNote
content
Write
paragraph
timeSpent
Review
reviewNote
date
PublicationStructure
researchers
papers
knowledgeMan
positions
Named
name
Counted
id
Labelled
lname
Skill
description
Position
description
parent
Keyword
description
kpapers
KnowledgeManager
allkeywords
PaperKeyword
weight
keyword
Collaboration
ratio
col_paper | null | {"directed":true,"nodes":[{"nsPrefix":"_publication102","nsURI":"http://publication102","name":"publication102","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewNote","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Write","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStructure","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Counted","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Labelled","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skill","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnowledgeManager","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperKeyword","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forName","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writes","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":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"res_papers","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":"skills","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"res_position","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":"collaborations","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"},{"container":false,"ordered":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":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paragraphs","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":"keywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedBy","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"},{"container":false,"ordered":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":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":"content","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"timeSpent","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewNote","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":"date","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","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":"papers","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":"knowledgeMan","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":"positions","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"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":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":"lname","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kpapers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allkeywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"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":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyword","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ratio","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"col_paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":17,"target":25},{"source":17,"target":1},{"source":18,"target":26},{"source":18,"target":1},{"source":19,"target":5},{"source":19,"target":27},{"source":19,"target":1},{"source":27,"target":5},{"source":20,"target":6},{"source":20,"target":28},{"source":20,"target":1},{"source":28,"target":6},{"source":21,"target":2},{"source":21,"target":29},{"source":21,"target":1},{"source":21,"target":30},{"source":29,"target":2},{"source":22,"target":11},{"source":22,"target":31},{"source":22,"target":1},{"source":31,"target":11},{"source":23,"target":12},{"source":23,"target":32},{"source":23,"target":1},{"source":32,"target":12},{"source":24,"target":16},{"source":24,"target":33},{"source":24,"target":1},{"source":33,"target":16},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":34},{"source":2,"target":30},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":34,"target":3},{"source":34,"target":38},{"source":34,"target":2},{"source":38,"target":3},{"source":30,"target":1},{"source":30,"target":39},{"source":30,"target":2},{"source":30,"target":21},{"source":39,"target":1},{"source":35,"target":15},{"source":35,"target":40},{"source":35,"target":2},{"source":40,"target":15},{"source":36,"target":2},{"source":36,"target":41},{"source":36,"target":2},{"source":41,"target":2},{"source":37,"target":8},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":8},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":42,"target":4},{"source":42,"target":46},{"source":42,"target":3},{"source":46,"target":4},{"source":43,"target":47},{"source":43,"target":3},{"source":44,"target":9},{"source":45,"target":8},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":48},{"source":4,"target":49},{"source":48,"target":50},{"source":48,"target":4},{"source":49,"target":8},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":51,"target":3},{"source":51,"target":54},{"source":51,"target":5},{"source":54,"target":3},{"source":52,"target":55},{"source":52,"target":5},{"source":53,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":56,"target":4},{"source":56,"target":59},{"source":56,"target":6},{"source":59,"target":4},{"source":57,"target":60},{"source":57,"target":6},{"source":58,"target":10},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":61,"target":1},{"source":61,"target":66},{"source":61,"target":7},{"source":66,"target":1},{"source":62,"target":2},{"source":62,"target":67},{"source":62,"target":7},{"source":67,"target":2},{"source":63,"target":14},{"source":63,"target":68},{"source":63,"target":7},{"source":68,"target":14},{"source":64,"target":12},{"source":64,"target":69},{"source":64,"target":7},{"source":69,"target":12},{"source":65,"target":8},{"source":8,"target":0},{"source":8,"target":70},{"source":70,"target":71},{"source":70,"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":74,"target":75},{"source":74,"target":10},{"source":11,"target":0},{"source":11,"target":76},{"source":76,"target":77},{"source":76,"target":11},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":78},{"source":12,"target":79},{"source":12,"target":80},{"source":78,"target":81},{"source":78,"target":12},{"source":79,"target":12},{"source":79,"target":82},{"source":79,"target":12},{"source":82,"target":12},{"source":80,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":83,"target":86},{"source":83,"target":13},{"source":84,"target":2},{"source":84,"target":87},{"source":84,"target":13},{"source":87,"target":2},{"source":85,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":88},{"source":14,"target":89},{"source":88,"target":13},{"source":88,"target":90},{"source":88,"target":14},{"source":90,"target":13},{"source":89,"target":8},{"source":15,"target":0},{"source":15,"target":91},{"source":15,"target":92},{"source":91,"target":93},{"source":91,"target":15},{"source":92,"target":13},{"source":92,"target":94},{"source":92,"target":15},{"source":94,"target":13},{"source":16,"target":0},{"source":16,"target":95},{"source":16,"target":96},{"source":95,"target":97},{"source":95,"target":16},{"source":96,"target":2},{"source":96,"target":98},{"source":96,"target":16},{"source":98,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="scm"
nsURI="http://eclipse.org/mylyn/models/scm" nsPrefix="scm">
<eClassifiers xsi:type="ecore:EClass" name="ChangeSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="artifacts" upperBound="-1"
eType="#//ScmArtifact" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//ScmUser"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repository" lowerBound="1"
eType="#//ScmRepository"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChangeSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="changes" upperBound="-1"
eType="#//ChangeSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScmArtifact">
<eOperations name="getFileRevision"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeType" eType="#//ChangeType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="repository" lowerBound="1"
eType="#//ScmRepository"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScmUser">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScmRepository">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" 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="ChangeType">
<eLiterals name="ADDED"/>
<eLiterals name="DELETED" value="1"/>
<eLiterals name="MODIFIED" value="2"/>
<eLiterals name="REPLACED" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CvsArtifact" eSuperTypes="#//ScmArtifact">
<eStructuralFeatures xsi:type="ecore:EReference" name="connector" lowerBound="1"
eType="#//CvsConnector"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CvsConnector" eSuperTypes="#//ScmConnector"/>
<eClassifiers xsi:type="ecore:EClass" name="ScmConnector"/>
<eClassifiers xsi:type="ecore:EClass" name="CvsRepository" eSuperTypes="#//ScmRepository">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/scm.ecore | ecore | scm
ChangeSet
artifacts
author
id
message
date
repository
kind
ChangeSet
changes
ScmArtifact
getFileRevision
path
changeType
repository
ScmUser
id
email
name
ScmRepository
url
name
ChangeType
ADDED
ADDED
DELETED
DELETED
MODIFIED
MODIFIED
REPLACED
REPLACED
CvsArtifact
connector
revision
CvsConnector
ScmConnector
CvsRepository
location | null | {"directed":true,"nodes":[{"nsPrefix":"scm","nsURI":"http://eclipse.org/mylyn/models/scm","name":"scm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeSet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeSet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScmArtifact","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScmUser","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScmRepository","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChangeType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CvsArtifact","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CvsConnector","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScmConnector","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CvsRepository","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artifacts","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":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repository","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"kind","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"changes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFileRevision","lowerBound":0,"id":27,"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":"path","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"changeType","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":false,"unsettable":false,"transient":false,"unique":true,"name":"repository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"email","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":"name","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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"name":"ADDED","id":44,"value":0,"literal":"ADDED","eClass":"EEnumLiteral"},{"name":"DELETED","id":45,"value":1,"literal":"DELETED","eClass":"EEnumLiteral"},{"name":"MODIFIED","id":46,"value":2,"literal":"MODIFIED","eClass":"EEnumLiteral"},{"name":"REPLACED","id":47,"value":3,"literal":"REPLACED","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":"connector","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"revision","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":54,"derived":false},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":11,"target":3},{"source":11,"target":18},{"source":11,"target":1},{"source":18,"target":3},{"source":12,"target":4},{"source":12,"target":19},{"source":12,"target":1},{"source":19,"target":4},{"source":13,"target":20},{"source":13,"target":1},{"source":14,"target":21},{"source":14,"target":1},{"source":15,"target":22},{"source":15,"target":1},{"source":16,"target":5},{"source":16,"target":23},{"source":16,"target":1},{"source":23,"target":5},{"source":17,"target":24},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":25},{"source":25,"target":1},{"source":25,"target":26},{"source":25,"target":2},{"source":26,"target":1},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":27,"target":3},{"source":28,"target":31},{"source":28,"target":3},{"source":29,"target":6},{"source":29,"target":32},{"source":29,"target":3},{"source":32,"target":6},{"source":30,"target":5},{"source":30,"target":33},{"source":30,"target":3},{"source":33,"target":5},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":34,"target":37},{"source":34,"target":4},{"source":35,"target":38},{"source":35,"target":4},{"source":36,"target":39},{"source":36,"target":4},{"source":5,"target":0},{"source":5,"target":40},{"source":5,"target":41},{"source":40,"target":42},{"source":40,"target":5},{"source":41,"target":43},{"source":41,"target":5},{"source":6,"target":0},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":44,"target":6},{"source":45,"target":6},{"source":46,"target":6},{"source":47,"target":6},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":48,"target":8},{"source":48,"target":51},{"source":48,"target":7},{"source":51,"target":8},{"source":49,"target":52},{"source":49,"target":7},{"source":50,"target":3},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":53},{"source":53,"target":9},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":54},{"source":10,"target":55},{"source":54,"target":10},{"source":55,"target":5}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="eclipsecon" nsURI="uri://gmf/examples/eclipsecon" nsPrefix="ec">
<eClassifiers xsi:type="ecore:EClass" name="Schedule">
<eStructuralFeatures xsi:type="ecore:EReference" name="slices" upperBound="5"
eType="#//TimeSlot" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dayNo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimeSlot">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tutorial">
<eStructuralFeatures xsi:type="ecore:EReference" name="presenters" upperBound="2"
eType="#//Presenter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assigned" eType="#//TimeSlot"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="handouts" upperBound="-1"
eType="#//Handout" containment="true"/>
<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="Conference">
<eStructuralFeatures xsi:type="ecore:EReference" name="tutorials" upperBound="20"
eType="#//Tutorial" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attendees" upperBound="-1"
eType="#//Participant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="days" upperBound="2" eType="#//Schedule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eclipsezilla" upperBound="-1"
eType="#//Resource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Participant">
<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="Presenter" eSuperTypes="#//Participant">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="phone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="profile" eType="#//Profile"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Handout">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//HandoutKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eclipsezilla" eType="#//Resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HandoutKind">
<eLiterals name="PRINTED"/>
<eLiterals name="CD"/>
<eLiterals name="MEM_KEY"/>
</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="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Profile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eclipsezilla" eType="#//Resource"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experiment-distance-impact/original-distance/UnderstandabilityCloseDistance/25_eclipsecon.ecore | ecore | eclipsecon
Schedule
slices
dayNo
TimeSlot
start
end
Tutorial
presenters
assigned
handouts
title
Conference
tutorials
attendees
days
eclipsezilla
Participant
name
Presenter
phone
profile
Handout
kind
eclipsezilla
HandoutKind
PRINTED
PRINTED
CD
CD
MEM_KEY
MEM_KEY
Resource
name
location
Profile
bio
eclipsezilla | null | {"directed":true,"nodes":[{"nsPrefix":"ec","nsURI":"uri://gmf/examples/eclipsecon","name":"eclipsecon","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schedule","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeSlot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tutorial","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participant","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Presenter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Handout","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HandoutKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dayNo","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","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":"end","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"presenters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assigned","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":"handouts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":20,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tutorials","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":"attendees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"days","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eclipsezilla","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"id":36,"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":"phone","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"profile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"eclipsezilla","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"name":"PRINTED","id":46,"value":0,"literal":"PRINTED","eClass":"EEnumLiteral"},{"name":"CD","id":47,"value":0,"literal":"CD","eClass":"EEnumLiteral"},{"name":"MEM_KEY","id":48,"value":0,"literal":"MEM_KEY","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":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":"location","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":"bio","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":"eclipsezilla","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":11,"target":2},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":2},{"source":12,"target":14},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":15,"target":17},{"source":15,"target":2},{"source":16,"target":18},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":19,"target":6},{"source":19,"target":23},{"source":19,"target":3},{"source":23,"target":6},{"source":20,"target":2},{"source":20,"target":24},{"source":20,"target":3},{"source":24,"target":2},{"source":21,"target":7},{"source":21,"target":25},{"source":21,"target":3},{"source":25,"target":7},{"source":22,"target":26},{"source":22,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":27,"target":3},{"source":27,"target":31},{"source":27,"target":4},{"source":31,"target":3},{"source":28,"target":5},{"source":28,"target":32},{"source":28,"target":4},{"source":32,"target":5},{"source":29,"target":1},{"source":29,"target":33},{"source":29,"target":4},{"source":33,"target":1},{"source":30,"target":9},{"source":30,"target":34},{"source":30,"target":4},{"source":34,"target":9},{"source":5,"target":0},{"source":5,"target":35},{"source":35,"target":36},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":37,"target":40},{"source":37,"target":6},{"source":38,"target":10},{"source":38,"target":41},{"source":38,"target":6},{"source":41,"target":10},{"source":39,"target":5},{"source":7,"target":0},{"source":7,"target":42},{"source":7,"target":43},{"source":42,"target":8},{"source":42,"target":44},{"source":42,"target":7},{"source":44,"target":8},{"source":43,"target":9},{"source":43,"target":45},{"source":43,"target":7},{"source":45,"target":9},{"source":8,"target":0},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":46,"target":8},{"source":47,"target":8},{"source":48,"target":8},{"source":9,"target":0},{"source":9,"target":49},{"source":9,"target":50},{"source":49,"target":51},{"source":49,"target":9},{"source":50,"target":52},{"source":50,"target":9},{"source":10,"target":0},{"source":10,"target":53},{"source":10,"target":54},{"source":53,"target":55},{"source":53,"target":10},{"source":54,"target":9},{"source":54,"target":56},{"source":54,"target":10},{"source":56,"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="joveNotes" nsURI="http://www.sandy.com/xtext/JoveNotes" nsPrefix="joveNotes">
<eClassifiers xsi:type="ecore:EClass" name="JoveNotes">
<eStructuralFeatures xsi:type="ecore:EReference" name="processingHints" eType="#//ProcessingHints"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chapterDetails" eType="#//ChapterDetails"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notesElements" upperBound="-1"
eType="#//NotesElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessingHints">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="skipGeneration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="skipGenerationInProduction"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChapterDetails">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exerciseBank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subjectName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chapterNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subChapterNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chapterName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scriptBody" eType="#//ScriptBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotesElement"/>
<eClassifiers xsi:type="ecore:EClass" name="WordMeaning" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="word" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="meaning" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuestionAnswer" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="question" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="answerParts" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cmap" eType="#//CMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FIB" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="question" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="answers" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="term" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="definition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cmap" eType="#//CMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Character" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="character" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="estimate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cmap" eType="#//CMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TeacherNote" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" 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="note" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cmap" eType="#//CMap" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Matching" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="skipReverseQuestion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="question" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pairs" upperBound="-1"
eType="#//MatchPair" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mcqConfig" eType="#//MatchMCQConfig"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchPair">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="matchQuestion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="matchAnswer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchMCQConfig">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forwardCaption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reverseCaption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numOptionsToShow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numOptionsPerRow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrueFalse" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="truthValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="justification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChemEquation" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" 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="reactants" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="produces" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="products" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChemCompound" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="chemicalName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commonName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Spellbee" eSuperTypes="#//NotesElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="word" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImageLabel" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" 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="imageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hotspots" upperBound="-1"
eType="#//HotSpot" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HotSpot">
<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"/>
<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="Equation" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="equation" 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="symbols" upperBound="-1"
eType="#//EqSymbol" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EqSymbol">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" 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="RefToContext" eSuperTypes="#//NotesElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rtcElement" upperBound="-1"
eType="#//RTCElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RTCElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MultiChoice" eSuperTypes="#//NotesElement #//RTCElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="question" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1"
eType="#//Option" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numOptionsToShow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numOptionsPerRow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="explanation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exercise" eSuperTypes="#//NotesElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="marks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="question" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hints" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="answer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VoiceToText" eSuperTypes="#//NotesElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hideFromView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="clipName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Option">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optionValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="correctOption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CMap">
<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="Script">
<eStructuralFeatures xsi:type="ecore:EReference" name="evalVars" upperBound="-1"
eType="#//EvalVar" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scriptBody" eType="#//ScriptBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EvalVar">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScriptBody">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="script" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/deb-sandeep/com.sandy.xtext.jovenotes/model/generated/JoveNotes.ecore | ecore | joveNotes
JoveNotes
processingHints
chapterDetails
notesElements
ProcessingHints
skipGeneration
skipGenerationInProduction
ChapterDetails
exerciseBank
subjectName
chapterNumber
subChapterNumber
chapterName
scriptBody
NotesElement
WordMeaning
script
hideFromView
word
meaning
QuestionAnswer
script
hideFromView
question
answerParts
cmap
FIB
script
hideFromView
question
answers
Definition
script
hideFromView
term
definition
cmap
Character
script
hideFromView
character
estimate
cmap
TeacherNote
script
hideFromView
caption
note
cmap
Matching
script
hideFromView
skipReverseQuestion
question
pairs
mcqConfig
MatchPair
matchQuestion
matchAnswer
MatchMCQConfig
forwardCaption
reverseCaption
numOptionsToShow
numOptionsPerRow
Event
script
hideFromView
event
time
TrueFalse
script
hideFromView
statement
truthValue
justification
ChemEquation
script
hideFromView
description
reactants
produces
products
ChemCompound
script
hideFromView
symbol
chemicalName
commonName
Spellbee
script
hideFromView
word
ImageLabel
script
hideFromView
caption
imageName
hotspots
HotSpot
x
y
label
Equation
script
hideFromView
equation
description
symbols
EqSymbol
symbol
description
RefToContext
script
hideFromView
context
rtcElement
RTCElement
MultiChoice
script
hideFromView
question
options
numOptionsToShow
numOptionsPerRow
explanation
Exercise
script
hideFromView
marks
question
hints
answer
VoiceToText
script
hideFromView
clipName
text
Option
optionValue
correctOption
CMap
content
Script
evalVars
scriptBody
EvalVar
varName
varExpression
ScriptBody
script | null | {"directed":true,"nodes":[{"nsPrefix":"joveNotes","nsURI":"http://www.sandy.com/xtext/JoveNotes","name":"joveNotes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoveNotes","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingHints","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChapterDetails","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotesElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WordMeaning","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuestionAnswer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FIB","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Character","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TeacherNote","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Matching","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchPair","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchMCQConfig","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrueFalse","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChemEquation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChemCompound","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spellbee","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageLabel","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HotSpot","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqSymbol","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefToContext","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RTCElement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiChoice","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exercise","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoiceToText","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Option","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CMap","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvalVar","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptBody","instanceClass":null,"abstract":false,"id":32,"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":"processingHints","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":"chapterDetails","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":"notesElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"skipGeneration","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":"skipGenerationInProduction","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exerciseBank","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":"subjectName","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"chapterNumber","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subChapterNumber","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":"chapterName","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scriptBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hideFromView","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":"word","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":"meaning","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"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":"script","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":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"question","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"answerParts","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmap","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"question","changeable":true,"lowerBound":0,"iD":false,"id":79,"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":"answers","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"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":"script","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":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","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":"definition","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmap","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"character","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estimate","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hideFromView","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":"caption","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":"note","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":true,"unsettable":false,"transient":false,"unique":true,"name":"cmap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"skipReverseQuestion","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"question","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pairs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mcqConfig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"matchQuestion","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":"matchAnswer","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forwardCaption","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":"reverseCaption","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":"numOptionsToShow","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":"numOptionsPerRow","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"hideFromView","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":"event","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":"time","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hideFromView","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":"statement","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"truthValue","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":"justification","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"reactants","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":"produces","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":"products","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","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":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","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":"chemicalName","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commonName","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"word","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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"hideFromView","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":"caption","changeable":true,"lowerBound":0,"iD":false,"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":"imageName","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hotspots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"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":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"y","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":"label","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"equation","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"symbols","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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rtcElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"question","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numOptionsToShow","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numOptionsPerRow","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"explanation","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"marks","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"question","changeable":true,"lowerBound":0,"iD":false,"id":266,"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":"hints","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"answer","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"hideFromView","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clipName","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optionValue","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"correctOption","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"evalVars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scriptBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varExpression","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"script","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":1,"target":0},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":33,"target":2},{"source":33,"target":36},{"source":33,"target":1},{"source":36,"target":2},{"source":34,"target":3},{"source":34,"target":37},{"source":34,"target":1},{"source":37,"target":3},{"source":35,"target":4},{"source":35,"target":38},{"source":35,"target":1},{"source":38,"target":4},{"source":2,"target":0},{"source":2,"target":39},{"source":2,"target":40},{"source":39,"target":41},{"source":39,"target":2},{"source":40,"target":42},{"source":40,"target":2},{"source":3,"target":0},{"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":43,"target":49},{"source":43,"target":3},{"source":44,"target":50},{"source":44,"target":3},{"source":45,"target":51},{"source":45,"target":3},{"source":46,"target":52},{"source":46,"target":3},{"source":47,"target":53},{"source":47,"target":3},{"source":48,"target":32},{"source":48,"target":54},{"source":48,"target":3},{"source":54,"target":32},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":55,"target":30},{"source":55,"target":61},{"source":55,"target":5},{"source":61,"target":30},{"source":56,"target":62},{"source":56,"target":5},{"source":57,"target":63},{"source":57,"target":5},{"source":58,"target":64},{"source":58,"target":5},{"source":59,"target":4},{"source":60,"target":24},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":24},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":65,"target":30},{"source":65,"target":72},{"source":65,"target":6},{"source":72,"target":30},{"source":66,"target":73},{"source":66,"target":6},{"source":67,"target":74},{"source":67,"target":6},{"source":68,"target":75},{"source":68,"target":6},{"source":69,"target":29},{"source":69,"target":76},{"source":69,"target":6},{"source":76,"target":29},{"source":70,"target":4},{"source":71,"target":24},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":24},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":77,"target":30},{"source":77,"target":83},{"source":77,"target":7},{"source":83,"target":30},{"source":78,"target":84},{"source":78,"target":7},{"source":79,"target":85},{"source":79,"target":7},{"source":80,"target":86},{"source":80,"target":7},{"source":81,"target":4},{"source":82,"target":24},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":24},{"source":8,"target":87},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":8,"target":93},{"source":87,"target":30},{"source":87,"target":94},{"source":87,"target":8},{"source":94,"target":30},{"source":88,"target":95},{"source":88,"target":8},{"source":89,"target":96},{"source":89,"target":8},{"source":90,"target":97},{"source":90,"target":8},{"source":91,"target":29},{"source":91,"target":98},{"source":91,"target":8},{"source":98,"target":29},{"source":92,"target":4},{"source":93,"target":24},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":24},{"source":9,"target":99},{"source":9,"target":100},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":99,"target":30},{"source":99,"target":106},{"source":99,"target":9},{"source":106,"target":30},{"source":100,"target":107},{"source":100,"target":9},{"source":101,"target":108},{"source":101,"target":9},{"source":102,"target":109},{"source":102,"target":9},{"source":103,"target":29},{"source":103,"target":110},{"source":103,"target":9},{"source":110,"target":29},{"source":104,"target":4},{"source":105,"target":24},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":24},{"source":10,"target":111},{"source":10,"target":112},{"source":10,"target":113},{"source":10,"target":114},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":111,"target":30},{"source":111,"target":118},{"source":111,"target":10},{"source":118,"target":30},{"source":112,"target":119},{"source":112,"target":10},{"source":113,"target":120},{"source":113,"target":10},{"source":114,"target":121},{"source":114,"target":10},{"source":115,"target":29},{"source":115,"target":122},{"source":115,"target":10},{"source":122,"target":29},{"source":116,"target":4},{"source":117,"target":24},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":24},{"source":11,"target":123},{"source":11,"target":124},{"source":11,"target":125},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":11,"target":130},{"source":123,"target":30},{"source":123,"target":131},{"source":123,"target":11},{"source":131,"target":30},{"source":124,"target":132},{"source":124,"target":11},{"source":125,"target":133},{"source":125,"target":11},{"source":126,"target":134},{"source":126,"target":11},{"source":127,"target":12},{"source":127,"target":135},{"source":127,"target":11},{"source":135,"target":12},{"source":128,"target":13},{"source":128,"target":136},{"source":128,"target":11},{"source":136,"target":13},{"source":129,"target":4},{"source":130,"target":24},{"source":12,"target":0},{"source":12,"target":137},{"source":12,"target":138},{"source":137,"target":139},{"source":137,"target":12},{"source":138,"target":140},{"source":138,"target":12},{"source":13,"target":0},{"source":13,"target":141},{"source":13,"target":142},{"source":13,"target":143},{"source":13,"target":144},{"source":141,"target":145},{"source":141,"target":13},{"source":142,"target":146},{"source":142,"target":13},{"source":143,"target":147},{"source":143,"target":13},{"source":144,"target":148},{"source":144,"target":13},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":24},{"source":14,"target":149},{"source":14,"target":150},{"source":14,"target":151},{"source":14,"target":152},{"source":14,"target":153},{"source":14,"target":154},{"source":149,"target":30},{"source":149,"target":155},{"source":149,"target":14},{"source":155,"target":30},{"source":150,"target":156},{"source":150,"target":14},{"source":151,"target":157},{"source":151,"target":14},{"source":152,"target":158},{"source":152,"target":14},{"source":153,"target":4},{"source":154,"target":24},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":24},{"source":15,"target":159},{"source":15,"target":160},{"source":15,"target":161},{"source":15,"target":162},{"source":15,"target":163},{"source":15,"target":164},{"source":15,"target":165},{"source":159,"target":30},{"source":159,"target":166},{"source":159,"target":15},{"source":166,"target":30},{"source":160,"target":167},{"source":160,"target":15},{"source":161,"target":168},{"source":161,"target":15},{"source":162,"target":169},{"source":162,"target":15},{"source":163,"target":170},{"source":163,"target":15},{"source":164,"target":4},{"source":165,"target":24},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":24},{"source":16,"target":171},{"source":16,"target":172},{"source":16,"target":173},{"source":16,"target":174},{"source":16,"target":175},{"source":16,"target":176},{"source":16,"target":177},{"source":16,"target":178},{"source":171,"target":30},{"source":171,"target":179},{"source":171,"target":16},{"source":179,"target":30},{"source":172,"target":180},{"source":172,"target":16},{"source":173,"target":181},{"source":173,"target":16},{"source":174,"target":182},{"source":174,"target":16},{"source":175,"target":183},{"source":175,"target":16},{"source":176,"target":184},{"source":176,"target":16},{"source":177,"target":4},{"source":178,"target":24},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":24},{"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":185,"target":30},{"source":185,"target":192},{"source":185,"target":17},{"source":192,"target":30},{"source":186,"target":193},{"source":186,"target":17},{"source":187,"target":194},{"source":187,"target":17},{"source":188,"target":195},{"source":188,"target":17},{"source":189,"target":196},{"source":189,"target":17},{"source":190,"target":4},{"source":191,"target":24},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":197},{"source":18,"target":198},{"source":18,"target":199},{"source":18,"target":200},{"source":197,"target":30},{"source":197,"target":201},{"source":197,"target":18},{"source":201,"target":30},{"source":198,"target":202},{"source":198,"target":18},{"source":199,"target":203},{"source":199,"target":18},{"source":200,"target":4},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":24},{"source":19,"target":204},{"source":19,"target":205},{"source":19,"target":206},{"source":19,"target":207},{"source":19,"target":208},{"source":19,"target":209},{"source":19,"target":210},{"source":204,"target":30},{"source":204,"target":211},{"source":204,"target":19},{"source":211,"target":30},{"source":205,"target":212},{"source":205,"target":19},{"source":206,"target":213},{"source":206,"target":19},{"source":207,"target":214},{"source":207,"target":19},{"source":208,"target":20},{"source":208,"target":215},{"source":208,"target":19},{"source":215,"target":20},{"source":209,"target":4},{"source":210,"target":24},{"source":20,"target":0},{"source":20,"target":216},{"source":20,"target":217},{"source":20,"target":218},{"source":216,"target":219},{"source":216,"target":20},{"source":217,"target":220},{"source":217,"target":20},{"source":218,"target":221},{"source":218,"target":20},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":24},{"source":21,"target":222},{"source":21,"target":223},{"source":21,"target":224},{"source":21,"target":225},{"source":21,"target":226},{"source":21,"target":227},{"source":21,"target":228},{"source":222,"target":30},{"source":222,"target":229},{"source":222,"target":21},{"source":229,"target":30},{"source":223,"target":230},{"source":223,"target":21},{"source":224,"target":231},{"source":224,"target":21},{"source":225,"target":232},{"source":225,"target":21},{"source":226,"target":22},{"source":226,"target":233},{"source":226,"target":21},{"source":233,"target":22},{"source":227,"target":4},{"source":228,"target":24},{"source":22,"target":0},{"source":22,"target":234},{"source":22,"target":235},{"source":234,"target":236},{"source":234,"target":22},{"source":235,"target":237},{"source":235,"target":22},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":238},{"source":23,"target":239},{"source":23,"target":240},{"source":23,"target":241},{"source":23,"target":242},{"source":238,"target":30},{"source":238,"target":243},{"source":238,"target":23},{"source":243,"target":30},{"source":239,"target":244},{"source":239,"target":23},{"source":240,"target":245},{"source":240,"target":23},{"source":241,"target":24},{"source":241,"target":246},{"source":241,"target":23},{"source":246,"target":24},{"source":242,"target":4},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":24},{"source":25,"target":247},{"source":25,"target":248},{"source":25,"target":249},{"source":25,"target":250},{"source":25,"target":251},{"source":25,"target":252},{"source":25,"target":253},{"source":25,"target":254},{"source":25,"target":255},{"source":247,"target":30},{"source":247,"target":256},{"source":247,"target":25},{"source":256,"target":30},{"source":248,"target":257},{"source":248,"target":25},{"source":249,"target":258},{"source":249,"target":25},{"source":250,"target":28},{"source":250,"target":259},{"source":250,"target":25},{"source":259,"target":28},{"source":251,"target":260},{"source":251,"target":25},{"source":252,"target":261},{"source":252,"target":25},{"source":253,"target":262},{"source":253,"target":25},{"source":254,"target":4},{"source":255,"target":24},{"source":26,"target":0},{"source":26,"target":4},{"source":26,"target":263},{"source":26,"target":264},{"source":26,"target":265},{"source":26,"target":266},{"source":26,"target":267},{"source":26,"target":268},{"source":26,"target":269},{"source":263,"target":30},{"source":263,"target":270},{"source":263,"target":26},{"source":270,"target":30},{"source":264,"target":271},{"source":264,"target":26},{"source":265,"target":272},{"source":265,"target":26},{"source":266,"target":273},{"source":266,"target":26},{"source":267,"target":274},{"source":267,"target":26},{"source":268,"target":275},{"source":268,"target":26},{"source":269,"target":4},{"source":27,"target":0},{"source":27,"target":4},{"source":27,"target":276},{"source":27,"target":277},{"source":27,"target":278},{"source":27,"target":279},{"source":27,"target":280},{"source":276,"target":30},{"source":276,"target":281},{"source":276,"target":27},{"source":281,"target":30},{"source":277,"target":282},{"source":277,"target":27},{"source":278,"target":283},{"source":278,"target":27},{"source":279,"target":284},{"source":279,"target":27},{"source":280,"target":4},{"source":28,"target":0},{"source":28,"target":285},{"source":28,"target":286},{"source":285,"target":287},{"source":285,"target":28},{"source":286,"target":288},{"source":286,"target":28},{"source":29,"target":0},{"source":29,"target":289},{"source":289,"target":290},{"source":289,"target":29},{"source":30,"target":0},{"source":30,"target":291},{"source":30,"target":292},{"source":291,"target":31},{"source":291,"target":293},{"source":291,"target":30},{"source":293,"target":31},{"source":292,"target":32},{"source":292,"target":294},{"source":292,"target":30},{"source":294,"target":32},{"source":31,"target":0},{"source":31,"target":295},{"source":31,"target":296},{"source":295,"target":297},{"source":295,"target":31},{"source":296,"target":298},{"source":296,"target":31},{"source":32,"target":0},{"source":32,"target":299},{"source":299,"target":300},{"source":299,"target":32}],"multigraph":true} |
true | <?xml version="1.0" encoding="ISO-8859-1"?>
<xmi:XMI xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
<ecore:EPackage name="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false"
upperBound="-1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false"
upperBound="-1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false"
upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1"
upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false"
lowerBound="1" eType="#/0/Module" eOpposite="#/0/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false"
eType="#/0/Query" eOpposite="#/0/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false"
eType="#/0/Library" eOpposite="#/0/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false"
eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false"
eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#/1/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true"
eOpposite="#/0/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
upperBound="-1" eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false"
eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false"
lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl">
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
lowerBound="1" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/PrimitiveTypes"
nsPrefix="ptypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="java.lang.Double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/FURCAS-dev/FURCAS/DSLEngineering/com.sap.furcas.test/scenarioFixtures/ATL.ecore | ecore | ATL
LocatedElement
location
commentsBefore
commentsAfter
Unit
libraries
name
Library
helpers
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ModuleElement
module
Helper
query
library
definition
Rule
outPattern
actionBlock
variables
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
isNoDefault
LazyMatchedRule
isUnique
CalledRule
parameters
isEntrypoint
isEndpoint
InPattern
elements
rule
filter
OutPattern
rule
elements
PatternElement
InPatternElement
mapsTo
inPattern
models
SimpleInPatternElement
OutPatternElement
outPattern
sourceElement
bindings
model
SimpleOutPatternElement
reverseBindings
ForEachOutPatternElement
collection
iterator
Binding
value
outPatternElement
propertyName
RuleVariableDeclaration
rule
LibraryRef
unit
name
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
OCL
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
VariableExp
referredVariable
SuperExp
PrimitiveExp
StringExp
stringSymbol
BooleanExp
booleanSymbol
NumericExp
RealExp
realSymbol
IntegerExp
integerSymbol
CollectionExp
elements
BagExp
OrderedSetExp
SequenceExp
SetExp
TupleExp
tuplePart
TuplePart
tuple
MapExp
elements
MapElement
map
key
value
EnumLiteralExp
name
OclUndefinedExp
PropertyCallExp
source
NavigationOrAttributeCallExp
name
OperationCallExp
arguments
operationName
OperatorCallExp
CollectionOperationCallExp
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
id
varName
type
initExpression
letExp
baseExp
variableExp
Iterator
loopExpr
Parameter
operation
CollectionType
elementType
OclType
name
definitions
oclExpression
operation
mapType2
attribute
mapType
collectionTypes
tupleTypeAttribute
variableDeclaration
Primitive
StringType
BooleanType
NumericType
IntegerType
RealType
BagType
OrderedSetType
SequenceType
SetType
OclAnyType
TupleType
attributes
TupleTypeAttribute
type
tupleType
name
OclModelElement
model
MapType
valueType
keyType
OclFeatureDefinition
feature
context_
OclContextDefinition
definition
context_
OclFeature
definition
Attribute
name
initExpression
type
Operation
name
parameters
returnType
body
OclModel
name
metamodel
elements
model
PrimitiveTypes
Boolean
java.lang.Boolean
java.lang.Boolean
Double
java.lang.Double
java.lang.Double
Integer
java.lang.Integer
java.lang.Integer
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","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":"ExpressionStat","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":32,"serializable":true,"eClass":"EDataType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"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":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"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":45,"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":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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":54,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":58,"serializable":true,"eClass":"EDataType"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"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":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"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":87,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","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":"isNoDefault","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"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":103,"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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":110,"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":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":121,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":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":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"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":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":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":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":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":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"container":false,"ordered":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":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"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":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":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":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":183,"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":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":190,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"derived":false},{"id":258,"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":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"id":264,"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":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"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":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"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":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"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":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"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":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"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":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"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":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"Double","instanceClass":"java.lang.Double","id":293,"serializable":true,"eClass":"EDataType"},{"id":294,"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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":297,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"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":314,"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":315,"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":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"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":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"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":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":358,"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":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"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":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"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":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"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":379,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"derived":false},{"id":393,"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":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"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":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"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":417,"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":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"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":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"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":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"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":453,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":454,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/PrimitiveTypes","name":"PrimitiveTypes","id":461,"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":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":32},{"source":30,"target":32},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":32},{"source":31,"target":32},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":32},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":22},{"source":36,"target":39},{"source":36,"target":2},{"source":36,"target":40},{"source":39,"target":22},{"source":37,"target":32},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":32},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":42},{"source":3,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":3},{"source":42,"target":45},{"source":44,"target":7},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":46,"target":49},{"source":46,"target":50},{"source":46,"target":4},{"source":50,"target":49},{"source":47,"target":7},{"source":47,"target":51},{"source":47,"target":4},{"source":47,"target":52},{"source":51,"target":7},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":53,"target":58},{"source":53,"target":59},{"source":53,"target":5},{"source":59,"target":58},{"source":54,"target":60},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":60},{"source":55,"target":60},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":60},{"source":56,"target":6},{"source":56,"target":63},{"source":56,"target":5},{"source":56,"target":64},{"source":63,"target":6},{"source":57,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":64},{"source":6,"target":65},{"source":64,"target":5},{"source":64,"target":66},{"source":64,"target":6},{"source":64,"target":56},{"source":66,"target":5},{"source":65,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":52},{"source":7,"target":45},{"source":7,"target":67},{"source":7,"target":68},{"source":52,"target":4},{"source":52,"target":69},{"source":52,"target":7},{"source":52,"target":47},{"source":69,"target":4},{"source":45,"target":3},{"source":45,"target":70},{"source":45,"target":7},{"source":45,"target":42},{"source":70,"target":3},{"source":67,"target":71},{"source":67,"target":72},{"source":67,"target":7},{"source":72,"target":71},{"source":68,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":73,"target":13},{"source":73,"target":78},{"source":73,"target":8},{"source":73,"target":79},{"source":78,"target":13},{"source":74,"target":23},{"source":74,"target":80},{"source":74,"target":8},{"source":74,"target":81},{"source":80,"target":23},{"source":75,"target":21},{"source":75,"target":82},{"source":75,"target":8},{"source":75,"target":83},{"source":82,"target":21},{"source":76,"target":32},{"source":76,"target":84},{"source":76,"target":8},{"source":84,"target":32},{"source":77,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"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":85,"target":12},{"source":85,"target":92},{"source":85,"target":9},{"source":85,"target":93},{"source":92,"target":12},{"source":86,"target":9},{"source":86,"target":94},{"source":86,"target":9},{"source":86,"target":87},{"source":94,"target":9},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":86},{"source":95,"target":9},{"source":88,"target":58},{"source":88,"target":96},{"source":88,"target":9},{"source":96,"target":58},{"source":89,"target":58},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":58},{"source":90,"target":58},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":58},{"source":91,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":58},{"source":99,"target":101},{"source":99,"target":10},{"source":101,"target":58},{"source":100,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":106},{"source":102,"target":107},{"source":102,"target":11},{"source":107,"target":106},{"source":103,"target":58},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":58},{"source":104,"target":58},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":58},{"source":105,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":110},{"source":12,"target":93},{"source":12,"target":111},{"source":12,"target":112},{"source":110,"target":15},{"source":110,"target":113},{"source":110,"target":12},{"source":110,"target":114},{"source":113,"target":15},{"source":93,"target":9},{"source":93,"target":115},{"source":93,"target":12},{"source":93,"target":85},{"source":115,"target":9},{"source":111,"target":49},{"source":111,"target":116},{"source":111,"target":12},{"source":116,"target":49},{"source":112,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":79},{"source":13,"target":117},{"source":13,"target":118},{"source":79,"target":8},{"source":79,"target":119},{"source":79,"target":13},{"source":79,"target":73},{"source":119,"target":8},{"source":117,"target":17},{"source":117,"target":120},{"source":117,"target":13},{"source":117,"target":121},{"source":120,"target":17},{"source":118,"target":1},{"source":14,"target":0},{"source":14,"target":122},{"source":14,"target":123},{"source":123,"target":122},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":124},{"source":15,"target":114},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":17},{"source":124,"target":127},{"source":124,"target":15},{"source":124,"target":128},{"source":127,"target":17},{"source":114,"target":12},{"source":114,"target":129},{"source":114,"target":15},{"source":114,"target":110},{"source":129,"target":12},{"source":125,"target":60},{"source":125,"target":130},{"source":125,"target":15},{"source":130,"target":60},{"source":126,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":131},{"source":131,"target":15},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":121},{"source":17,"target":128},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":121,"target":13},{"source":121,"target":135},{"source":121,"target":17},{"source":121,"target":117},{"source":135,"target":13},{"source":128,"target":15},{"source":128,"target":136},{"source":128,"target":17},{"source":128,"target":124},{"source":136,"target":15},{"source":132,"target":20},{"source":132,"target":137},{"source":132,"target":17},{"source":132,"target":138},{"source":137,"target":20},{"source":133,"target":60},{"source":133,"target":139},{"source":133,"target":17},{"source":139,"target":60},{"source":134,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":140},{"source":18,"target":141},{"source":140,"target":49},{"source":140,"target":142},{"source":140,"target":18},{"source":142,"target":49},{"source":141,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":143,"target":49},{"source":143,"target":146},{"source":143,"target":19},{"source":146,"target":49},{"source":144,"target":147},{"source":144,"target":148},{"source":144,"target":19},{"source":148,"target":147},{"source":145,"target":17},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":149},{"source":20,"target":138},{"source":20,"target":150},{"source":20,"target":151},{"source":149,"target":49},{"source":149,"target":152},{"source":149,"target":20},{"source":152,"target":49},{"source":138,"target":17},{"source":138,"target":153},{"source":138,"target":20},{"source":138,"target":132},{"source":153,"target":17},{"source":150,"target":32},{"source":150,"target":154},{"source":150,"target":20},{"source":154,"target":32},{"source":151,"target":1},{"source":21,"target":0},{"source":21,"target":122},{"source":21,"target":83},{"source":21,"target":155},{"source":83,"target":8},{"source":83,"target":156},{"source":83,"target":21},{"source":83,"target":75},{"source":156,"target":8},{"source":155,"target":122},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":40},{"source":22,"target":157},{"source":22,"target":158},{"source":40,"target":2},{"source":40,"target":159},{"source":40,"target":22},{"source":40,"target":36},{"source":159,"target":2},{"source":157,"target":32},{"source":157,"target":160},{"source":157,"target":22},{"source":160,"target":32},{"source":158,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":81},{"source":23,"target":161},{"source":23,"target":162},{"source":81,"target":8},{"source":81,"target":163},{"source":81,"target":23},{"source":81,"target":74},{"source":163,"target":8},{"source":161,"target":24},{"source":161,"target":164},{"source":161,"target":23},{"source":164,"target":24},{"source":162,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":165},{"source":165,"target":1},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":166},{"source":25,"target":167},{"source":166,"target":49},{"source":166,"target":168},{"source":166,"target":25},{"source":168,"target":49},{"source":167,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":169},{"source":26,"target":170},{"source":26,"target":171},{"source":26,"target":172},{"source":169,"target":49},{"source":169,"target":173},{"source":169,"target":26},{"source":173,"target":49},{"source":170,"target":32},{"source":170,"target":174},{"source":170,"target":26},{"source":174,"target":32},{"source":171,"target":49},{"source":171,"target":175},{"source":171,"target":26},{"source":175,"target":49},{"source":172,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":176},{"source":27,"target":177},{"source":27,"target":178},{"source":27,"target":179},{"source":176,"target":49},{"source":176,"target":180},{"source":176,"target":27},{"source":180,"target":49},{"source":177,"target":24},{"source":177,"target":181},{"source":177,"target":27},{"source":181,"target":24},{"source":178,"target":24},{"source":178,"target":182},{"source":178,"target":27},{"source":182,"target":24},{"source":179,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":183},{"source":28,"target":184},{"source":28,"target":185},{"source":28,"target":186},{"source":183,"target":147},{"source":183,"target":187},{"source":183,"target":28},{"source":187,"target":147},{"source":184,"target":49},{"source":184,"target":188},{"source":184,"target":28},{"source":188,"target":49},{"source":185,"target":24},{"source":185,"target":189},{"source":185,"target":28},{"source":189,"target":24},{"source":186,"target":24},{"source":190,"target":49},{"source":190,"target":191},{"source":190,"target":192},{"source":190,"target":193},{"source":190,"target":194},{"source":190,"target":195},{"source":190,"target":196},{"source":190,"target":197},{"source":190,"target":198},{"source":190,"target":199},{"source":190,"target":200},{"source":190,"target":201},{"source":190,"target":202},{"source":190,"target":203},{"source":190,"target":204},{"source":190,"target":205},{"source":190,"target":206},{"source":190,"target":207},{"source":190,"target":208},{"source":190,"target":209},{"source":190,"target":210},{"source":190,"target":211},{"source":190,"target":212},{"source":190,"target":213},{"source":190,"target":214},{"source":190,"target":215},{"source":190,"target":216},{"source":190,"target":217},{"source":190,"target":218},{"source":190,"target":219},{"source":190,"target":122},{"source":190,"target":147},{"source":190,"target":106},{"source":190,"target":220},{"source":190,"target":221},{"source":190,"target":222},{"source":190,"target":223},{"source":190,"target":224},{"source":190,"target":225},{"source":190,"target":226},{"source":190,"target":227},{"source":190,"target":228},{"source":190,"target":229},{"source":190,"target":230},{"source":190,"target":231},{"source":190,"target":232},{"source":190,"target":233},{"source":190,"target":234},{"source":190,"target":235},{"source":190,"target":236},{"source":190,"target":71},{"source":190,"target":237},{"source":190,"target":238},{"source":190,"target":239},{"source":190,"target":240},{"source":190,"target":60},{"source":49,"target":190},{"source":49,"target":1},{"source":49,"target":241},{"source":49,"target":242},{"source":49,"target":243},{"source":49,"target":244},{"source":49,"target":245},{"source":49,"target":246},{"source":49,"target":247},{"source":49,"target":248},{"source":49,"target":249},{"source":49,"target":250},{"source":49,"target":251},{"source":49,"target":252},{"source":49,"target":253},{"source":241,"target":221},{"source":241,"target":254},{"source":241,"target":49},{"source":241,"target":255},{"source":254,"target":221},{"source":242,"target":219},{"source":242,"target":256},{"source":242,"target":49},{"source":242,"target":257},{"source":256,"target":219},{"source":243,"target":210},{"source":243,"target":258},{"source":243,"target":49},{"source":243,"target":259},{"source":258,"target":210},{"source":244,"target":199},{"source":244,"target":260},{"source":244,"target":49},{"source":244,"target":261},{"source":260,"target":199},{"source":245,"target":218},{"source":245,"target":262},{"source":245,"target":49},{"source":245,"target":263},{"source":262,"target":218},{"source":246,"target":215},{"source":246,"target":264},{"source":246,"target":49},{"source":246,"target":265},{"source":264,"target":215},{"source":247,"target":212},{"source":247,"target":266},{"source":247,"target":49},{"source":247,"target":267},{"source":266,"target":212},{"source":248,"target":122},{"source":248,"target":268},{"source":248,"target":49},{"source":248,"target":269},{"source":268,"target":122},{"source":249,"target":219},{"source":249,"target":270},{"source":249,"target":49},{"source":249,"target":271},{"source":270,"target":219},{"source":250,"target":240},{"source":250,"target":272},{"source":250,"target":49},{"source":250,"target":273},{"source":272,"target":240},{"source":251,"target":219},{"source":251,"target":274},{"source":251,"target":49},{"source":251,"target":275},{"source":274,"target":219},{"source":252,"target":239},{"source":252,"target":276},{"source":252,"target":49},{"source":252,"target":277},{"source":276,"target":239},{"source":253,"target":1},{"source":191,"target":190},{"source":191,"target":49},{"source":191,"target":278},{"source":191,"target":279},{"source":278,"target":122},{"source":278,"target":280},{"source":278,"target":191},{"source":278,"target":281},{"source":280,"target":122},{"source":279,"target":49},{"source":192,"target":190},{"source":192,"target":49},{"source":192,"target":282},{"source":282,"target":49},{"source":193,"target":190},{"source":193,"target":49},{"source":193,"target":283},{"source":283,"target":49},{"source":194,"target":190},{"source":194,"target":193},{"source":194,"target":284},{"source":194,"target":285},{"source":284,"target":32},{"source":284,"target":286},{"source":284,"target":194},{"source":286,"target":32},{"source":285,"target":193},{"source":195,"target":190},{"source":195,"target":193},{"source":195,"target":287},{"source":195,"target":288},{"source":287,"target":58},{"source":287,"target":289},{"source":287,"target":195},{"source":289,"target":58},{"source":288,"target":193},{"source":196,"target":190},{"source":196,"target":193},{"source":196,"target":290},{"source":290,"target":193},{"source":197,"target":190},{"source":197,"target":196},{"source":197,"target":291},{"source":197,"target":292},{"source":291,"target":293},{"source":291,"target":294},{"source":291,"target":197},{"source":294,"target":293},{"source":292,"target":196},{"source":198,"target":190},{"source":198,"target":196},{"source":198,"target":295},{"source":198,"target":296},{"source":295,"target":297},{"source":295,"target":298},{"source":295,"target":198},{"source":298,"target":297},{"source":296,"target":196},{"source":199,"target":190},{"source":199,"target":49},{"source":199,"target":261},{"source":199,"target":299},{"source":261,"target":49},{"source":261,"target":300},{"source":261,"target":199},{"source":261,"target":244},{"source":300,"target":49},{"source":299,"target":49},{"source":200,"target":190},{"source":200,"target":199},{"source":200,"target":301},{"source":301,"target":199},{"source":201,"target":190},{"source":201,"target":199},{"source":201,"target":302},{"source":302,"target":199},{"source":202,"target":190},{"source":202,"target":199},{"source":202,"target":303},{"source":303,"target":199},{"source":203,"target":190},{"source":203,"target":199},{"source":203,"target":304},{"source":304,"target":199},{"source":204,"target":190},{"source":204,"target":49},{"source":204,"target":305},{"source":204,"target":306},{"source":305,"target":205},{"source":305,"target":307},{"source":305,"target":204},{"source":305,"target":308},{"source":307,"target":205},{"source":306,"target":49},{"source":205,"target":190},{"source":205,"target":122},{"source":205,"target":308},{"source":205,"target":309},{"source":308,"target":204},{"source":308,"target":310},{"source":308,"target":205},{"source":308,"target":305},{"source":310,"target":204},{"source":309,"target":122},{"source":206,"target":190},{"source":206,"target":49},{"source":206,"target":311},{"source":206,"target":312},{"source":311,"target":207},{"source":311,"target":313},{"source":311,"target":206},{"source":311,"target":314},{"source":313,"target":207},{"source":312,"target":49},{"source":207,"target":190},{"source":207,"target":1},{"source":207,"target":314},{"source":207,"target":315},{"source":207,"target":316},{"source":207,"target":317},{"source":314,"target":206},{"source":314,"target":318},{"source":314,"target":207},{"source":314,"target":311},{"source":318,"target":206},{"source":315,"target":49},{"source":315,"target":319},{"source":315,"target":207},{"source":319,"target":49},{"source":316,"target":49},{"source":316,"target":320},{"source":316,"target":207},{"source":320,"target":49},{"source":317,"target":1},{"source":208,"target":190},{"source":208,"target":49},{"source":208,"target":321},{"source":208,"target":322},{"source":321,"target":32},{"source":321,"target":323},{"source":321,"target":208},{"source":323,"target":32},{"source":322,"target":49},{"source":209,"target":190},{"source":209,"target":49},{"source":209,"target":324},{"source":324,"target":49},{"source":210,"target":190},{"source":210,"target":49},{"source":210,"target":259},{"source":210,"target":325},{"source":259,"target":49},{"source":259,"target":326},{"source":259,"target":210},{"source":259,"target":243},{"source":326,"target":49},{"source":325,"target":49},{"source":211,"target":190},{"source":211,"target":210},{"source":211,"target":327},{"source":211,"target":328},{"source":327,"target":32},{"source":327,"target":329},{"source":327,"target":211},{"source":329,"target":32},{"source":328,"target":210},{"source":212,"target":190},{"source":212,"target":210},{"source":212,"target":267},{"source":212,"target":330},{"source":212,"target":331},{"source":267,"target":49},{"source":267,"target":332},{"source":267,"target":212},{"source":267,"target":247},{"source":332,"target":49},{"source":330,"target":32},{"source":330,"target":333},{"source":330,"target":212},{"source":333,"target":32},{"source":331,"target":210},{"source":213,"target":190},{"source":213,"target":212},{"source":213,"target":334},{"source":334,"target":212},{"source":214,"target":190},{"source":214,"target":212},{"source":214,"target":335},{"source":335,"target":212},{"source":215,"target":190},{"source":215,"target":210},{"source":215,"target":265},{"source":215,"target":336},{"source":215,"target":337},{"source":265,"target":49},{"source":265,"target":338},{"source":265,"target":215},{"source":265,"target":246},{"source":338,"target":49},{"source":336,"target":147},{"source":336,"target":339},{"source":336,"target":215},{"source":336,"target":340},{"source":339,"target":147},{"source":337,"target":210},{"source":216,"target":190},{"source":216,"target":215},{"source":216,"target":341},{"source":216,"target":342},{"source":341,"target":122},{"source":341,"target":343},{"source":341,"target":216},{"source":341,"target":344},{"source":343,"target":122},{"source":342,"target":215},{"source":217,"target":190},{"source":217,"target":215},{"source":217,"target":345},{"source":217,"target":346},{"source":345,"target":32},{"source":345,"target":347},{"source":345,"target":217},{"source":347,"target":32},{"source":346,"target":215},{"source":218,"target":190},{"source":218,"target":49},{"source":218,"target":348},{"source":218,"target":263},{"source":218,"target":349},{"source":348,"target":122},{"source":348,"target":350},{"source":348,"target":218},{"source":348,"target":351},{"source":350,"target":122},{"source":263,"target":49},{"source":263,"target":352},{"source":263,"target":218},{"source":263,"target":245},{"source":352,"target":49},{"source":349,"target":49},{"source":219,"target":190},{"source":219,"target":49},{"source":219,"target":271},{"source":219,"target":275},{"source":219,"target":257},{"source":219,"target":353},{"source":271,"target":49},{"source":271,"target":354},{"source":271,"target":219},{"source":271,"target":249},{"source":354,"target":49},{"source":275,"target":49},{"source":275,"target":355},{"source":275,"target":219},{"source":275,"target":251},{"source":355,"target":49},{"source":257,"target":49},{"source":257,"target":356},{"source":257,"target":219},{"source":257,"target":242},{"source":356,"target":49},{"source":353,"target":49},{"source":122,"target":190},{"source":122,"target":1},{"source":122,"target":357},{"source":122,"target":358},{"source":122,"target":359},{"source":122,"target":269},{"source":122,"target":351},{"source":122,"target":344},{"source":122,"target":281},{"source":122,"target":360},{"source":357,"target":32},{"source":357,"target":361},{"source":357,"target":122},{"source":361,"target":32},{"source":358,"target":32},{"source":358,"target":362},{"source":358,"target":122},{"source":362,"target":32},{"source":359,"target":221},{"source":359,"target":363},{"source":359,"target":122},{"source":359,"target":364},{"source":363,"target":221},{"source":269,"target":49},{"source":269,"target":365},{"source":269,"target":122},{"source":269,"target":248},{"source":365,"target":49},{"source":351,"target":218},{"source":351,"target":366},{"source":351,"target":122},{"source":351,"target":348},{"source":366,"target":218},{"source":344,"target":216},{"source":344,"target":367},{"source":344,"target":122},{"source":344,"target":341},{"source":367,"target":216},{"source":281,"target":191},{"source":281,"target":368},{"source":281,"target":122},{"source":281,"target":278},{"source":368,"target":191},{"source":360,"target":1},{"source":147,"target":190},{"source":147,"target":122},{"source":147,"target":340},{"source":147,"target":369},{"source":340,"target":215},{"source":340,"target":370},{"source":340,"target":147},{"source":340,"target":336},{"source":370,"target":215},{"source":369,"target":122},{"source":106,"target":190},{"source":106,"target":122},{"source":106,"target":371},{"source":106,"target":372},{"source":371,"target":240},{"source":371,"target":373},{"source":371,"target":106},{"source":371,"target":374},{"source":373,"target":240},{"source":372,"target":122},{"source":220,"target":190},{"source":220,"target":221},{"source":220,"target":375},{"source":220,"target":376},{"source":375,"target":221},{"source":375,"target":377},{"source":375,"target":220},{"source":375,"target":378},{"source":377,"target":221},{"source":376,"target":221},{"source":221,"target":190},{"source":221,"target":49},{"source":221,"target":379},{"source":221,"target":380},{"source":221,"target":255},{"source":221,"target":381},{"source":221,"target":382},{"source":221,"target":383},{"source":221,"target":384},{"source":221,"target":378},{"source":221,"target":385},{"source":221,"target":364},{"source":221,"target":386},{"source":379,"target":32},{"source":379,"target":387},{"source":379,"target":221},{"source":387,"target":32},{"source":380,"target":237},{"source":380,"target":388},{"source":380,"target":221},{"source":380,"target":389},{"source":388,"target":237},{"source":255,"target":49},{"source":255,"target":390},{"source":255,"target":221},{"source":255,"target":241},{"source":390,"target":49},{"source":381,"target":240},{"source":381,"target":391},{"source":381,"target":221},{"source":381,"target":392},{"source":391,"target":240},{"source":382,"target":236},{"source":382,"target":393},{"source":382,"target":221},{"source":382,"target":394},{"source":393,"target":236},{"source":383,"target":239},{"source":383,"target":395},{"source":383,"target":221},{"source":383,"target":396},{"source":395,"target":239},{"source":384,"target":236},{"source":384,"target":397},{"source":384,"target":221},{"source":384,"target":398},{"source":397,"target":236},{"source":378,"target":220},{"source":378,"target":399},{"source":378,"target":221},{"source":378,"target":375},{"source":399,"target":220},{"source":385,"target":234},{"source":385,"target":400},{"source":385,"target":221},{"source":385,"target":401},{"source":400,"target":234},{"source":364,"target":122},{"source":364,"target":402},{"source":364,"target":221},{"source":364,"target":359},{"source":402,"target":122},{"source":386,"target":49},{"source":222,"target":190},{"source":222,"target":221},{"source":222,"target":403},{"source":403,"target":221},{"source":223,"target":190},{"source":223,"target":222},{"source":223,"target":404},{"source":404,"target":222},{"source":224,"target":190},{"source":224,"target":222},{"source":224,"target":405},{"source":405,"target":222},{"source":225,"target":190},{"source":225,"target":222},{"source":225,"target":406},{"source":406,"target":222},{"source":226,"target":190},{"source":226,"target":225},{"source":226,"target":407},{"source":407,"target":225},{"source":227,"target":190},{"source":227,"target":225},{"source":227,"target":408},{"source":408,"target":225},{"source":228,"target":190},{"source":228,"target":220},{"source":228,"target":409},{"source":409,"target":220},{"source":229,"target":190},{"source":229,"target":220},{"source":229,"target":410},{"source":410,"target":220},{"source":230,"target":190},{"source":230,"target":220},{"source":230,"target":411},{"source":411,"target":220},{"source":231,"target":190},{"source":231,"target":220},{"source":231,"target":412},{"source":412,"target":220},{"source":232,"target":190},{"source":232,"target":221},{"source":232,"target":413},{"source":413,"target":221},{"source":233,"target":190},{"source":233,"target":221},{"source":233,"target":414},{"source":233,"target":415},{"source":414,"target":234},{"source":414,"target":416},{"source":414,"target":233},{"source":414,"target":417},{"source":416,"target":234},{"source":415,"target":221},{"source":234,"target":190},{"source":234,"target":1},{"source":234,"target":401},{"source":234,"target":417},{"source":234,"target":418},{"source":234,"target":419},{"source":401,"target":221},{"source":401,"target":420},{"source":401,"target":234},{"source":401,"target":385},{"source":420,"target":221},{"source":417,"target":233},{"source":417,"target":421},{"source":417,"target":234},{"source":417,"target":414},{"source":421,"target":233},{"source":418,"target":32},{"source":418,"target":422},{"source":418,"target":234},{"source":422,"target":32},{"source":419,"target":1},{"source":235,"target":190},{"source":235,"target":221},{"source":235,"target":423},{"source":235,"target":424},{"source":423,"target":60},{"source":423,"target":425},{"source":423,"target":235},{"source":423,"target":426},{"source":425,"target":60},{"source":424,"target":221},{"source":236,"target":190},{"source":236,"target":221},{"source":236,"target":394},{"source":236,"target":398},{"source":236,"target":427},{"source":394,"target":221},{"source":394,"target":428},{"source":394,"target":236},{"source":394,"target":382},{"source":428,"target":221},{"source":398,"target":221},{"source":398,"target":429},{"source":398,"target":236},{"source":398,"target":384},{"source":429,"target":221},{"source":427,"target":221},{"source":71,"target":190},{"source":71,"target":1},{"source":71,"target":430},{"source":71,"target":431},{"source":71,"target":432},{"source":430,"target":238},{"source":430,"target":433},{"source":430,"target":71},{"source":430,"target":434},{"source":433,"target":238},{"source":431,"target":237},{"source":431,"target":435},{"source":431,"target":71},{"source":431,"target":436},{"source":435,"target":237},{"source":432,"target":1},{"source":237,"target":190},{"source":237,"target":1},{"source":237,"target":436},{"source":237,"target":389},{"source":237,"target":437},{"source":436,"target":71},{"source":436,"target":438},{"source":436,"target":237},{"source":436,"target":431},{"source":438,"target":71},{"source":389,"target":221},{"source":389,"target":439},{"source":389,"target":237},{"source":389,"target":380},{"source":439,"target":221},{"source":437,"target":1},{"source":238,"target":190},{"source":238,"target":1},{"source":238,"target":434},{"source":238,"target":440},{"source":434,"target":71},{"source":434,"target":441},{"source":434,"target":238},{"source":434,"target":430},{"source":441,"target":71},{"source":440,"target":1},{"source":239,"target":190},{"source":239,"target":238},{"source":239,"target":442},{"source":239,"target":277},{"source":239,"target":396},{"source":239,"target":443},{"source":442,"target":32},{"source":442,"target":444},{"source":442,"target":239},{"source":444,"target":32},{"source":277,"target":49},{"source":277,"target":445},{"source":277,"target":239},{"source":277,"target":252},{"source":445,"target":49},{"source":396,"target":221},{"source":396,"target":446},{"source":396,"target":239},{"source":396,"target":383},{"source":446,"target":221},{"source":443,"target":238},{"source":240,"target":190},{"source":240,"target":238},{"source":240,"target":447},{"source":240,"target":374},{"source":240,"target":392},{"source":240,"target":273},{"source":240,"target":448},{"source":447,"target":32},{"source":447,"target":449},{"source":447,"target":240},{"source":449,"target":32},{"source":374,"target":106},{"source":374,"target":450},{"source":374,"target":240},{"source":374,"target":371},{"source":450,"target":106},{"source":392,"target":221},{"source":392,"target":451},{"source":392,"target":240},{"source":392,"target":381},{"source":451,"target":221},{"source":273,"target":49},{"source":273,"target":452},{"source":273,"target":240},{"source":273,"target":250},{"source":452,"target":49},{"source":448,"target":238},{"source":60,"target":190},{"source":60,"target":1},{"source":60,"target":453},{"source":60,"target":454},{"source":60,"target":426},{"source":60,"target":455},{"source":60,"target":456},{"source":453,"target":32},{"source":453,"target":457},{"source":453,"target":60},{"source":457,"target":32},{"source":454,"target":60},{"source":454,"target":458},{"source":454,"target":60},{"source":454,"target":455},{"source":458,"target":60},{"source":426,"target":235},{"source":426,"target":459},{"source":426,"target":60},{"source":426,"target":423},{"source":459,"target":235},{"source":455,"target":60},{"source":455,"target":460},{"source":455,"target":60},{"source":455,"target":454},{"source":460,"target":60},{"source":456,"target":1},{"source":461,"target":58},{"source":461,"target":293},{"source":461,"target":297},{"source":461,"target":32},{"source":58,"target":461},{"source":293,"target":461},{"source":297,"target":461},{"source":32,"target":461}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2005 - 2014 TIBCO Software Inc. All rights reserved.
http://www.jaspersoft.com.
Unless you have purchased a commercial license agreement from Jaspersoft,
the following license terms apply:
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="sql" nsURI="http://www.com.jaspersoft.studio.data.Sql" nsPrefix="sql">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//SelectQuery"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderByEntry" eType="#//OrOrderByColumn"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectQuery"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectSubSet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//Select"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Select" eSuperTypes="#//SelectQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" upperBound="-1" eType="#//SelectSubSet"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="select" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cols" eType="#//OrColumn"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tbl" eType="#//OrTable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whereExpression" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groupByEntry" eType="#//OrGroupByColumn"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="havingEntry" eType="#//OrExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//ColumnOrAlias" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnOrAlias" eSuperTypes="#//OrColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="ce" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="colAlias" eType="#//DbObjectName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allCols" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dbAllCols" eType="#//DbObjectNameAll"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnFull"/>
<eClassifiers xsi:type="ecore:EClass" name="OrTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//FromTable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromTable" eSuperTypes="#//OrTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableOrAlias"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fjoin" upperBound="-1"
eType="#//FromTableJoin" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromTableJoin">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="join" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onTable" eType="#//TableOrAlias"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinExpr" eType="#//OrExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableOrAlias">
<eStructuralFeatures xsi:type="ecore:EReference" name="tfull" eType="#//TableFull"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sq" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tblAlias" eType="#//DbObjectName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableFull"/>
<eClassifiers xsi:type="ecore:EClass" name="DbObjectNameAll">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dbname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DbObjectName" eSuperTypes="#//ColumnFull #//TableFull">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dbname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrOrderByColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//OrderByColumnFull" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderByColumnFull" eSuperTypes="#//OrOrderByColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="colOrder" eType="#//ColumnFull"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colOrderInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrGroupByColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//GroupByColumnFull" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupByColumnFull" eSuperTypes="#//OrGroupByColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="colGrBy" eType="#//ColumnFull"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//FullExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FullExpression" eSuperTypes="#//OrExpr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="c" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="efrag" eType="#//FullExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notPrm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expgroup" eType="#//ExprGroup"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//FullExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xexp" eType="#//XExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isnull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in" eType="#//InOper" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="between" eType="#//Between"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="like" eType="#//Like" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comp" eType="#//Comparison"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprGroup">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XExpr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xf" eType="#//XFunction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="col" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="prm" eType="#//Prms" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Prms">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//JRParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JRParameter" eSuperTypes="#//Prms">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jrprm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comparison">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subOperator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//Operands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Like">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opLike" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//LikeOperand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LikeOperand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fop2" eType="#//OpFunction"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fcast" eType="#//OpFunctionCast"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Between">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opBetween" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op3" eType="#//Operands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InOper">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subquery" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opList" eType="#//OperandList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperandList"/>
<eClassifiers xsi:type="ecore:EClass" name="Operands" eSuperTypes="#//OpFunctionArgAgregate">
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//Operand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Operand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operand">
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//ColumnOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xop" eType="#//Operand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subq" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fcast" eType="#//OpFunctionCast"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="func" eType="#//OpFunction"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sqlcase" eType="#//SQLCaseOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="param" eType="#//POperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eparam" eType="#//ExpOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scalar" eType="#//ScalarOperand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFunction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//OpFunctionArg"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFunctionArg"/>
<eClassifiers xsi:type="ecore:EClass" name="OpFunctionArgOperand" eSuperTypes="#//OpFunctionArg">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//OpFunctionArgAgregate"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFunctionCast">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="p" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="p2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFunctionArgAgregate"/>
<eClassifiers xsi:type="ecore:EClass" name="POperand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpOperand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnOperand">
<eStructuralFeatures xsi:type="ecore:EReference" name="cfull" eType="#//ColumnFull"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubQueryOperand">
<eStructuralFeatures xsi:type="ecore:EReference" name="sel" eType="#//SelectQuery"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScalarOperand" eSuperTypes="#//OperandList">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="soint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sostr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sodbl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sodate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sotime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sodt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SQLCaseOperand">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="when" eType="#//SQLCaseWhens"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SQLCaseWhens"/>
<eClassifiers xsi:type="ecore:EClass" name="SqlCaseWhen" eSuperTypes="#//SQLCaseWhens">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="texp" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eexp" eType="#//Operands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XFunction">
<eLiterals name="xin" literal="IN"/>
<eLiterals name="xnotin" value="1" literal="NOTIN"/>
<eLiterals name="xeq" value="2" literal="EQUAL"/>
<eLiterals name="xnoteq" value="3" literal="NOTEQUAL"/>
<eLiterals name="xls" value="4" literal="LESS"/>
<eLiterals name="xgt" value="5" literal="GREATER"/>
<eLiterals name="xlsr" value="6" literal="LESS]"/>
<eLiterals name="xgtl" value="7" literal="[GREATER"/>
<eLiterals name="xbwn" value="8" literal="BETWEEN"/>
<eLiterals name="xbwnc" value="9" literal="[BETWEEN]"/>
<eLiterals name="xbwnl" value="10" literal="[BETWEEN"/>
<eLiterals name="xbwnr" value="11" literal="BETWEEN]"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Col" eSuperTypes="#//ColumnFull">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//DbObjectName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="tbls" eSuperTypes="#//TableFull">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//DbObjectName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpList" eSuperTypes="#//OperandList">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//ScalarOperand" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="Star" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="Concat" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="OpFList" eSuperTypes="#//OpFunctionArg">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//OpFunctionArgOperand" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhenList" eSuperTypes="#//SQLCaseWhens">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//SqlCaseWhen" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/OpenSoftwareSolutions/PDFReporter-Studio/com.jaspersoft.studio.data.sql/src-gen/com/jaspersoft/studio/data/Sql.ecore | ecore | sql
Model
query
orderByEntry
SelectQuery
SelectSubSet
op
all
query
Select
op
select
cols
tbl
whereExpression
groupByEntry
havingEntry
OrColumn
entries
ColumnOrAlias
ce
alias
colAlias
allCols
dbAllCols
ColumnFull
OrTable
entries
FromTable
table
fjoin
FromTableJoin
join
onTable
joinExpr
TableOrAlias
tfull
sq
alias
tblAlias
TableFull
DbObjectNameAll
dbname
DbObjectName
dbname
OrOrderByColumn
entries
OrderByColumnFull
colOrder
colOrderInt
direction
OrGroupByColumn
entries
GroupByColumnFull
colGrBy
OrExpr
entries
FullExpression
c
efrag
notPrm
expgroup
exp
xexp
op1
isnull
in
between
like
comp
ExprGroup
expr
XExpr
xf
col
prm
Prms
entries
JRParameter
jrprm
Comparison
operator
subOperator
op2
Like
opLike
op2
LikeOperand
op2
fop2
fcast
Between
opBetween
op2
op3
InOper
op
subquery
opList
OperandList
Operands
op1
left
right
Operand
column
xop
subq
fcast
func
sqlcase
param
eparam
scalar
OpFunction
fname
args
OpFunctionArg
OpFunctionArgOperand
op
OpFunctionCast
op
type
p
p2
OpFunctionArgAgregate
POperand
prm
ExpOperand
prm
ColumnOperand
cfull
SubQueryOperand
sel
ScalarOperand
soint
sostr
sodbl
sodate
sotime
sodt
SQLCaseOperand
expr
when
SQLCaseWhens
SqlCaseWhen
expr
texp
eexp
XFunction
xin
IN
xnotin
NOTIN
xeq
EQUAL
xnoteq
NOTEQUAL
xls
LESS
xgt
GREATER
xlsr
LESS]
xgtl
[GREATER
xbwn
BETWEEN
xbwnc
[BETWEEN]
xbwnl
[BETWEEN
xbwnr
BETWEEN]
Col
entries
tbls
entries
OpList
entries
Plus
Minus
Star
Div
Concat
OpFList
entries
WhenList
entries | null | {"directed":true,"nodes":[{"nsPrefix":"sql","nsURI":"http://www.com.jaspersoft.studio.data.Sql","name":"sql","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectQuery","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectSubSet","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrColumn","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnOrAlias","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnFull","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrTable","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromTable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromTableJoin","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableOrAlias","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableFull","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DbObjectNameAll","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DbObjectName","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrOrderByColumn","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByColumnFull","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrGroupByColumn","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupByColumnFull","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpr","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FullExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprGroup","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XExpr","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prms","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JRParameter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Like","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LikeOperand","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Between","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InOper","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperandList","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operands","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunction","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionArg","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionArgOperand","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionCast","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionArgAgregate","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POperand","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpOperand","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnOperand","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubQueryOperand","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarOperand","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLCaseOperand","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLCaseWhens","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SqlCaseWhen","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"XFunction","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Col","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tbls","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpList","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Star","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concat","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFList","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhenList","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","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":"orderByEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","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":"all","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"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":"select","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tbl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupByEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"havingEntry","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"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ce","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"allCols","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dbAllCols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":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":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"table","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":"fjoin","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":"join","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tfull","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tblAlias","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbname","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbname","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"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":"colOrder","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"colOrderInt","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","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"},{"container":false,"ordered":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":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colGrBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","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":"c","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":"efrag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notPrm","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":"expgroup","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":"exp","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":"xexp","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":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isnull","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","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":"between","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":"like","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":"comp","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"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"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":"xf","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"col","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":"prm","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"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":"jrprm","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":"operator","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":"subOperator","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"opLike","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"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":"op2","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":"fop2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fcast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"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":"opBetween","changeable":true,"lowerBound":0,"iD":false,"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":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subquery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"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":"column","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":"xop","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":"subq","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":"fcast","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":"func","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":"sqlcase","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":"param","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":"eparam","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":"scalar","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"},{"id":225,"eClass":"EGenericType"},{"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":"fname","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"p2","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prm","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"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":"prm","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cfull","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"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":"soint","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sostr","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sodbl","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sodate","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sotime","changeable":true,"lowerBound":0,"iD":false,"id":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":"sodt","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"texp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eexp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"name":"xin","id":276,"value":0,"literal":"IN","eClass":"EEnumLiteral"},{"name":"xnotin","id":277,"value":1,"literal":"NOTIN","eClass":"EEnumLiteral"},{"name":"xeq","id":278,"value":2,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"xnoteq","id":279,"value":3,"literal":"NOTEQUAL","eClass":"EEnumLiteral"},{"name":"xls","id":280,"value":4,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"xgt","id":281,"value":5,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"xlsr","id":282,"value":6,"literal":"LESS]","eClass":"EEnumLiteral"},{"name":"xgtl","id":283,"value":7,"literal":"[GREATER","eClass":"EEnumLiteral"},{"name":"xbwn","id":284,"value":8,"literal":"BETWEEN","eClass":"EEnumLiteral"},{"name":"xbwnc","id":285,"value":9,"literal":"[BETWEEN]","eClass":"EEnumLiteral"},{"name":"xbwnl","id":286,"value":10,"literal":"[BETWEEN","eClass":"EEnumLiteral"},{"name":"xbwnr","id":287,"value":11,"literal":"BETWEEN]","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":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":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":1,"target":0},{"source":1,"target":57},{"source":1,"target":58},{"source":57,"target":2},{"source":57,"target":59},{"source":57,"target":1},{"source":59,"target":2},{"source":58,"target":15},{"source":58,"target":60},{"source":58,"target":1},{"source":60,"target":15},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":61,"target":64},{"source":61,"target":3},{"source":62,"target":65},{"source":62,"target":3},{"source":63,"target":4},{"source":63,"target":66},{"source":63,"target":3},{"source":66,"target":4},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":4,"target":74},{"source":67,"target":3},{"source":67,"target":75},{"source":67,"target":4},{"source":75,"target":3},{"source":68,"target":76},{"source":68,"target":4},{"source":69,"target":5},{"source":69,"target":77},{"source":69,"target":4},{"source":77,"target":5},{"source":70,"target":8},{"source":70,"target":78},{"source":70,"target":4},{"source":78,"target":8},{"source":71,"target":19},{"source":71,"target":79},{"source":71,"target":4},{"source":79,"target":19},{"source":72,"target":17},{"source":72,"target":80},{"source":72,"target":4},{"source":80,"target":17},{"source":73,"target":19},{"source":73,"target":81},{"source":73,"target":4},{"source":81,"target":19},{"source":74,"target":2},{"source":5,"target":0},{"source":5,"target":82},{"source":82,"target":6},{"source":82,"target":83},{"source":82,"target":5},{"source":83,"target":6},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":84},{"source":6,"target":85},{"source":6,"target":86},{"source":6,"target":87},{"source":6,"target":88},{"source":6,"target":89},{"source":84,"target":31},{"source":84,"target":90},{"source":84,"target":6},{"source":90,"target":31},{"source":85,"target":91},{"source":85,"target":6},{"source":86,"target":14},{"source":86,"target":92},{"source":86,"target":6},{"source":92,"target":14},{"source":87,"target":93},{"source":87,"target":6},{"source":88,"target":13},{"source":88,"target":94},{"source":88,"target":6},{"source":94,"target":13},{"source":89,"target":5},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":95},{"source":95,"target":9},{"source":95,"target":96},{"source":95,"target":8},{"source":96,"target":9},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":97},{"source":9,"target":98},{"source":9,"target":99},{"source":97,"target":11},{"source":97,"target":100},{"source":97,"target":9},{"source":100,"target":11},{"source":98,"target":10},{"source":98,"target":101},{"source":98,"target":9},{"source":101,"target":10},{"source":99,"target":8},{"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":11},{"source":103,"target":106},{"source":103,"target":10},{"source":106,"target":11},{"source":104,"target":19},{"source":104,"target":107},{"source":104,"target":10},{"source":107,"target":19},{"source":11,"target":0},{"source":11,"target":108},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":108,"target":12},{"source":108,"target":112},{"source":108,"target":11},{"source":112,"target":12},{"source":109,"target":41},{"source":109,"target":113},{"source":109,"target":11},{"source":113,"target":41},{"source":110,"target":114},{"source":110,"target":11},{"source":111,"target":14},{"source":111,"target":115},{"source":111,"target":11},{"source":115,"target":14},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":116},{"source":116,"target":117},{"source":116,"target":13},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":12},{"source":14,"target":118},{"source":14,"target":119},{"source":14,"target":120},{"source":118,"target":121},{"source":118,"target":14},{"source":119,"target":7},{"source":120,"target":12},{"source":15,"target":0},{"source":15,"target":122},{"source":122,"target":16},{"source":122,"target":123},{"source":122,"target":15},{"source":123,"target":16},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":124},{"source":16,"target":125},{"source":16,"target":126},{"source":16,"target":127},{"source":124,"target":7},{"source":124,"target":128},{"source":124,"target":16},{"source":128,"target":7},{"source":125,"target":129},{"source":125,"target":16},{"source":126,"target":130},{"source":126,"target":16},{"source":127,"target":15},{"source":17,"target":0},{"source":17,"target":131},{"source":131,"target":18},{"source":131,"target":132},{"source":131,"target":17},{"source":132,"target":18},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":133},{"source":18,"target":134},{"source":133,"target":7},{"source":133,"target":135},{"source":133,"target":18},{"source":135,"target":7},{"source":134,"target":17},{"source":19,"target":0},{"source":19,"target":136},{"source":136,"target":20},{"source":136,"target":137},{"source":136,"target":19},{"source":137,"target":20},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":138},{"source":20,"target":139},{"source":20,"target":140},{"source":20,"target":141},{"source":20,"target":142},{"source":20,"target":143},{"source":20,"target":144},{"source":20,"target":145},{"source":20,"target":146},{"source":20,"target":147},{"source":20,"target":148},{"source":20,"target":149},{"source":20,"target":150},{"source":138,"target":151},{"source":138,"target":20},{"source":139,"target":20},{"source":139,"target":152},{"source":139,"target":20},{"source":152,"target":20},{"source":140,"target":153},{"source":140,"target":20},{"source":141,"target":21},{"source":141,"target":154},{"source":141,"target":20},{"source":154,"target":21},{"source":142,"target":20},{"source":142,"target":155},{"source":142,"target":20},{"source":155,"target":20},{"source":143,"target":22},{"source":143,"target":156},{"source":143,"target":20},{"source":156,"target":22},{"source":144,"target":31},{"source":144,"target":157},{"source":144,"target":20},{"source":157,"target":31},{"source":145,"target":158},{"source":145,"target":20},{"source":146,"target":29},{"source":146,"target":159},{"source":146,"target":20},{"source":159,"target":29},{"source":147,"target":28},{"source":147,"target":160},{"source":147,"target":20},{"source":160,"target":28},{"source":148,"target":26},{"source":148,"target":161},{"source":148,"target":20},{"source":161,"target":26},{"source":149,"target":25},{"source":149,"target":162},{"source":149,"target":20},{"source":162,"target":25},{"source":150,"target":19},{"source":21,"target":0},{"source":21,"target":163},{"source":163,"target":19},{"source":163,"target":164},{"source":163,"target":21},{"source":164,"target":19},{"source":22,"target":0},{"source":22,"target":165},{"source":22,"target":166},{"source":22,"target":167},{"source":165,"target":46},{"source":165,"target":168},{"source":165,"target":22},{"source":168,"target":46},{"source":166,"target":31},{"source":166,"target":169},{"source":166,"target":22},{"source":169,"target":31},{"source":167,"target":23},{"source":167,"target":170},{"source":167,"target":22},{"source":170,"target":23},{"source":23,"target":0},{"source":23,"target":171},{"source":171,"target":24},{"source":171,"target":172},{"source":171,"target":23},{"source":172,"target":24},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":173},{"source":24,"target":174},{"source":173,"target":175},{"source":173,"target":24},{"source":174,"target":23},{"source":25,"target":0},{"source":25,"target":176},{"source":25,"target":177},{"source":25,"target":178},{"source":176,"target":179},{"source":176,"target":25},{"source":177,"target":180},{"source":177,"target":25},{"source":178,"target":31},{"source":178,"target":181},{"source":178,"target":25},{"source":181,"target":31},{"source":26,"target":0},{"source":26,"target":182},{"source":26,"target":183},{"source":182,"target":184},{"source":182,"target":26},{"source":183,"target":27},{"source":183,"target":185},{"source":183,"target":26},{"source":185,"target":27},{"source":27,"target":0},{"source":27,"target":186},{"source":27,"target":187},{"source":27,"target":188},{"source":186,"target":189},{"source":186,"target":27},{"source":187,"target":33},{"source":187,"target":190},{"source":187,"target":27},{"source":190,"target":33},{"source":188,"target":36},{"source":188,"target":191},{"source":188,"target":27},{"source":191,"target":36},{"source":28,"target":0},{"source":28,"target":192},{"source":28,"target":193},{"source":28,"target":194},{"source":192,"target":195},{"source":192,"target":28},{"source":193,"target":31},{"source":193,"target":196},{"source":193,"target":28},{"source":196,"target":31},{"source":194,"target":31},{"source":194,"target":197},{"source":194,"target":28},{"source":197,"target":31},{"source":29,"target":0},{"source":29,"target":198},{"source":29,"target":199},{"source":29,"target":200},{"source":198,"target":201},{"source":198,"target":29},{"source":199,"target":41},{"source":199,"target":202},{"source":199,"target":29},{"source":202,"target":41},{"source":200,"target":30},{"source":200,"target":203},{"source":200,"target":29},{"source":203,"target":30},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":37},{"source":31,"target":204},{"source":31,"target":205},{"source":31,"target":206},{"source":31,"target":207},{"source":204,"target":32},{"source":204,"target":208},{"source":204,"target":31},{"source":208,"target":32},{"source":205,"target":31},{"source":205,"target":209},{"source":205,"target":31},{"source":209,"target":31},{"source":206,"target":32},{"source":206,"target":210},{"source":206,"target":31},{"source":210,"target":32},{"source":207,"target":37},{"source":32,"target":0},{"source":32,"target":211},{"source":32,"target":212},{"source":32,"target":213},{"source":32,"target":214},{"source":32,"target":215},{"source":32,"target":216},{"source":32,"target":217},{"source":32,"target":218},{"source":32,"target":219},{"source":211,"target":40},{"source":211,"target":220},{"source":211,"target":32},{"source":220,"target":40},{"source":212,"target":32},{"source":212,"target":221},{"source":212,"target":32},{"source":221,"target":32},{"source":213,"target":41},{"source":213,"target":222},{"source":213,"target":32},{"source":222,"target":41},{"source":214,"target":36},{"source":214,"target":223},{"source":214,"target":32},{"source":223,"target":36},{"source":215,"target":33},{"source":215,"target":224},{"source":215,"target":32},{"source":224,"target":33},{"source":216,"target":43},{"source":216,"target":225},{"source":216,"target":32},{"source":225,"target":43},{"source":217,"target":38},{"source":217,"target":226},{"source":217,"target":32},{"source":226,"target":38},{"source":218,"target":39},{"source":218,"target":227},{"source":218,"target":32},{"source":227,"target":39},{"source":219,"target":42},{"source":219,"target":228},{"source":219,"target":32},{"source":228,"target":42},{"source":33,"target":0},{"source":33,"target":229},{"source":33,"target":230},{"source":229,"target":231},{"source":229,"target":33},{"source":230,"target":34},{"source":230,"target":232},{"source":230,"target":33},{"source":232,"target":34},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":233},{"source":35,"target":234},{"source":233,"target":37},{"source":233,"target":235},{"source":233,"target":35},{"source":235,"target":37},{"source":234,"target":34},{"source":36,"target":0},{"source":36,"target":236},{"source":36,"target":237},{"source":36,"target":238},{"source":36,"target":239},{"source":236,"target":31},{"source":236,"target":240},{"source":236,"target":36},{"source":240,"target":31},{"source":237,"target":241},{"source":237,"target":36},{"source":238,"target":242},{"source":238,"target":36},{"source":239,"target":243},{"source":239,"target":36},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":244},{"source":244,"target":245},{"source":244,"target":38},{"source":39,"target":0},{"source":39,"target":246},{"source":246,"target":247},{"source":246,"target":39},{"source":40,"target":0},{"source":40,"target":248},{"source":248,"target":7},{"source":248,"target":249},{"source":248,"target":40},{"source":249,"target":7},{"source":41,"target":0},{"source":41,"target":250},{"source":250,"target":2},{"source":250,"target":251},{"source":250,"target":41},{"source":251,"target":2},{"source":42,"target":0},{"source":42,"target":30},{"source":42,"target":252},{"source":42,"target":253},{"source":42,"target":254},{"source":42,"target":255},{"source":42,"target":256},{"source":42,"target":257},{"source":42,"target":258},{"source":252,"target":259},{"source":252,"target":42},{"source":253,"target":260},{"source":253,"target":42},{"source":254,"target":261},{"source":254,"target":42},{"source":255,"target":262},{"source":255,"target":42},{"source":256,"target":263},{"source":256,"target":42},{"source":257,"target":264},{"source":257,"target":42},{"source":258,"target":30},{"source":43,"target":0},{"source":43,"target":265},{"source":43,"target":266},{"source":265,"target":19},{"source":265,"target":267},{"source":265,"target":43},{"source":267,"target":19},{"source":266,"target":44},{"source":266,"target":268},{"source":266,"target":43},{"source":268,"target":44},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":269},{"source":45,"target":270},{"source":45,"target":271},{"source":45,"target":272},{"source":269,"target":19},{"source":269,"target":273},{"source":269,"target":45},{"source":273,"target":19},{"source":270,"target":31},{"source":270,"target":274},{"source":270,"target":45},{"source":274,"target":31},{"source":271,"target":31},{"source":271,"target":275},{"source":271,"target":45},{"source":275,"target":31},{"source":272,"target":44},{"source":46,"target":0},{"source":46,"target":276},{"source":46,"target":277},{"source":46,"target":278},{"source":46,"target":279},{"source":46,"target":280},{"source":46,"target":281},{"source":46,"target":282},{"source":46,"target":283},{"source":46,"target":284},{"source":46,"target":285},{"source":46,"target":286},{"source":46,"target":287},{"source":276,"target":46},{"source":277,"target":46},{"source":278,"target":46},{"source":279,"target":46},{"source":280,"target":46},{"source":281,"target":46},{"source":282,"target":46},{"source":283,"target":46},{"source":284,"target":46},{"source":285,"target":46},{"source":286,"target":46},{"source":287,"target":46},{"source":47,"target":0},{"source":47,"target":7},{"source":47,"target":288},{"source":47,"target":289},{"source":288,"target":14},{"source":288,"target":290},{"source":288,"target":47},{"source":290,"target":14},{"source":289,"target":7},{"source":48,"target":0},{"source":48,"target":12},{"source":48,"target":291},{"source":48,"target":292},{"source":291,"target":14},{"source":291,"target":293},{"source":291,"target":48},{"source":293,"target":14},{"source":292,"target":12},{"source":49,"target":0},{"source":49,"target":30},{"source":49,"target":294},{"source":49,"target":295},{"source":294,"target":42},{"source":294,"target":296},{"source":294,"target":49},{"source":296,"target":42},{"source":295,"target":30},{"source":50,"target":0},{"source":50,"target":31},{"source":50,"target":297},{"source":297,"target":31},{"source":51,"target":0},{"source":51,"target":31},{"source":51,"target":298},{"source":298,"target":31},{"source":52,"target":0},{"source":52,"target":31},{"source":52,"target":299},{"source":299,"target":31},{"source":53,"target":0},{"source":53,"target":31},{"source":53,"target":300},{"source":300,"target":31},{"source":54,"target":0},{"source":54,"target":31},{"source":54,"target":301},{"source":301,"target":31},{"source":55,"target":0},{"source":55,"target":34},{"source":55,"target":302},{"source":55,"target":303},{"source":302,"target":35},{"source":302,"target":304},{"source":302,"target":55},{"source":304,"target":35},{"source":303,"target":34},{"source":56,"target":0},{"source":56,"target":44},{"source":56,"target":305},{"source":56,"target":306},{"source":305,"target":45},{"source":305,"target":307},{"source":305,"target":56},{"source":307,"target":45},{"source":306,"target":44}],"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="Conference">
<eClassifiers xsi:type="ecore:EClass" name="Thing"/>
<eClassifiers xsi:type="ecore:EClass" name="Meta-Reviewer" eSuperTypes="/0/Reviewer"/>
<eClassifiers xsi:type="ecore:EClass" name="Reviewer" eSuperTypes="/0/ConferenceMember /0/User /0/Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignedByAdministrator" ordered="false" eType="/0/Administrator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="adjustBid" ordered="false" eType="/0/Bid" eOpposite="/0/Bid/adjustedBy"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="readPaper" ordered="false" eType="/0/Paper"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasBeenAssigned" ordered="false" eType="/0/Paper"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="writeReview" ordered="false" eType="/0/Review"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignExternalReviewer" ordered="false" eType="/0/ExternalReviewer" eOpposite="/0/ExternalReviewer/assignedByReviewer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invites_co-reviewers" ordered="false" eType="/0/Reviewer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invited_by" ordered="false" eType="/0/Reviewer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_review_reference_or_expertise" ordered="false" upperBound="-1" eType="/0/Thing"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Decision"/>
<eClassifiers xsi:type="ecore:EClass" name="Preference"/>
<eClassifiers xsi:type="ecore:EClass" name="ProgramCommittee">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasProgramCommitteeMember" ordered="false" eType="/0/ProgramCommitteeMember" eOpposite="/0/ProgramCommitteeMember/memberOfProgramCommittee"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bid">
<eStructuralFeatures xsi:type="ecore:EReference" name="adjustedBy" ordered="false" eType="/0/Reviewer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conference" eSuperTypes="/0/Thing /0/Event">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasConferenceMember" ordered="false" eType="/0/ConferenceMember" eOpposite="/0/ConferenceMember/memberOfConference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="paperAssignmentFinalizedBy" ordered="false" eType="/0/Administrator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reviewCriteriaEnteredBy" ordered="false" eType="/0/Administrator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="paperAssignmentToolsRunBy" ordered="false" eType="/0/Administrator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualMeetingEnabledBy" ordered="false" eType="/0/Administrator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hardcopyMailingManifestsPrintedBy" ordered="false" eType="/0/Administrator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="detailsEnteredBy" ordered="false" eType="/0/Administrator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reviewerBiddingStartedBy" ordered="false" eType="/0/Administrator"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" ordered="false" unique="false" eType="/0/date"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reviewsPerPaper" ordered="false" unique="false" eType="/1/Integer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="logoURL" ordered="false" unique="false" eType="/0/anyURI"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptsHardcopySubmissions" ordered="false" unique="false" eType="/1/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="siteURL" ordered="false" unique="false" eType="/0/anyURI"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConferenceChair" eSuperTypes="/0/ConferenceMember /0/Chairman"/>
<eClassifiers xsi:type="ecore:EClass" name="ConferenceMember" eSuperTypes="/0/Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="memberOfConference" ordered="false" eType="/0/Conference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssociatedChair" eSuperTypes="/0/ConferenceMember /0/Chairman"/>
<eClassifiers xsi:type="ecore:EClass" name="ProgramCommitteeMember" eSuperTypes="/0/Person /0/ConferenceMember">
<eStructuralFeatures xsi:type="ecore:EReference" name="memberOfProgramCommittee" ordered="false" eType="/0/ProgramCommittee" eOpposite="/0/ProgramCommittee/hasProgramCommitteeMember"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxPapers" ordered="false" unique="false" eType="/1/Integer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="addedBy" ordered="false" eType="/0/Administrator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AuthorNotReviewer" eSuperTypes="/0/Author"/>
<eClassifiers xsi:type="ecore:EClass" name="SubjectArea"/>
<eClassifiers xsi:type="ecore:EClass" name="ExternalReviewer" eSuperTypes="/0/Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignedByReviewer" ordered="false" lowerBound="1" eType="/0/Reviewer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Chairman" eSuperTypes="/0/Person /0/ConferenceMember"/>
<eClassifiers xsi:type="ecore:EClass" name="ProgramCommitteeChair" eSuperTypes="/0/ProgramCommitteeMember /0/Chairman">
<eStructuralFeatures xsi:type="ecore:EReference" name="endReview" ordered="false" eType="/0/Review"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Acceptance" eSuperTypes="/0/Decision"/>
<eClassifiers xsi:type="ecore:EClass" name="Rejection" eSuperTypes="/0/Decision"/>
<eClassifiers xsi:type="ecore:EClass" name="Paper" eSuperTypes="/0/Document /0/Regular_contribution">
<eStructuralFeatures xsi:type="ecore:EReference" name="hasCo-author" ordered="false" eType="/0/Co-author" eOpposite="/0/Co-author/co-writePaper"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasBid" ordered="false" eType="/0/Bid"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasDecision" ordered="false" eType="/0/Decision"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignedTo" ordered="false" eType="/0/Reviewer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasSubjectArea" ordered="false" eType="/0/SubjectArea"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="readByReviewer" ordered="false" lowerBound="1" eType="/0/Reviewer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="paperID" ordered="false" unique="false" eType="/0/unsignedLong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasAuthor" ordered="false" eType="/0/Author"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="acceptedBy" ordered="false" eType="/0/Administrator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rejectedBy" ordered="false" eType="/0/Administrator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="readByMeta-Reviewer" ordered="false" eType="/0/Meta-Reviewer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Author" eSuperTypes="/0/ConferenceMember /0/User">
<eStructuralFeatures xsi:type="ecore:EReference" name="submitPaper" ordered="false" eType="/0/Paper"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="writePaper" ordered="false" eType="/0/Paper"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Co-author" eSuperTypes="/0/Author">
<eStructuralFeatures xsi:type="ecore:EReference" name="co-writePaper" ordered="false" eType="/0/Paper"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PaperAbstract" eSuperTypes="/0/Paper"/>
<eClassifiers xsi:type="ecore:EClass" name="PaperFullVersion" eSuperTypes="/0/Paper"/>
<eClassifiers xsi:type="ecore:EClass" name="Administrator" eSuperTypes="/0/User /0/Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="approve" ordered="false" eType="/0/Event" eOpposite="/0/Event/approved_by"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assign" ordered="false" eType="/0/Role" eOpposite="/0/Role/assigned_by"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalizePaperAssignment" ordered="false" eType="/0/Conference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="runPaperAssignmentTools" ordered="false" eType="/0/Conference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enableVirtualMeeting" ordered="false" eType="/0/Conference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="startReviewerBidding" ordered="false" eType="/0/Conference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignReviewer" ordered="false" eType="/0/Reviewer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rejectPaper" ordered="false" eType="/0/Paper"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enterConferenceDetails" ordered="false" eType="/0/Conference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="printHardcopyMailingManifests" ordered="false" eType="/0/Conference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="setMaxPapers" ordered="false" eType="/0/ProgramCommitteeMember"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="enterReviewCriteria" ordered="false" eType="/0/Conference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="acceptPaper" ordered="false" eType="/0/Paper"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="addProgramCommitteeMember" ordered="false" eType="/0/ProgramCommitteeMember" eOpposite="/0/ProgramCommitteeMember/addedBy"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Meta-Review" eSuperTypes="/0/Review"/>
<eClassifiers xsi:type="ecore:EDataType" name="unsignedLong"/>
<eClassifiers xsi:type="ecore:EDataType" name="anyURI"/>
<eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="/0/Thing">
<eStructuralFeatures xsi:type="ecore:EReference" name="conists_of" ordered="false" eType="/0/Event_Tracks"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="confirmed_by" ordered="false" eType="/0/Approval_Email" eOpposite="/0/Approval_Email/confirm"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defined_by" ordered="false" eType="/0/Event_Setup" eOpposite="/0/Event_Setup/define"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="approved_by" ordered="false" eType="/0/Administrator" eOpposite="/0/Administrator/approve"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Account">
<eStructuralFeatures xsi:type="ecore:EReference" name="registred_by" ordered="false" eType="/0/Person" eOpposite="/0/Person/register"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Inforamtion"/>
<eClassifiers xsi:type="ecore:EClass" name="User" eSuperTypes="/0/Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="recieve" ordered="false" eType="/0/Document" eOpposite="/0/Document/recieved_by"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="create" ordered="false" upperBound="-1" eType="/0/Thing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="submit" ordered="false" eType="/0/Document" eOpposite="/0/Document/submited__by"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="/0/Thing">
<eStructuralFeatures xsi:type="ecore:EReference" name="assigned_by" ordered="false" eType="/0/Administrator" eOpposite="/0/Administrator/assign"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Help_Request" eSuperTypes="/0/Request"/>
<eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="/0/Thing">
<eStructuralFeatures xsi:type="ecore:EReference" name="inverse_of_add" ordered="false" upperBound="-1" eType="/0/Thing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="execute" ordered="false" upperBound="-1" eType="/0/Thing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="get" ordered="false" eType="/0/Inforamtion"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="use" ordered="false" eType="/0/Document" eOpposite="/0/Document/used_by"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="register" ordered="false" eType="/0/Account" eOpposite="/0/Account/registred_by"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modify" ordered="false" upperBound="-1" eType="/0/Thing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="take_part_in" ordered="false" eType="/0/Event"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="remove" ordered="false" upperBound="-1" eType="/0/Thing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="add" ordered="false" eType="/0/Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="send" ordered="false" eType="/0/Activity" eOpposite="/0/Activity/sent_by"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="added_by" ordered="false" eType="/0/Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contributes" ordered="false" eType="/0/Conference_document" eOpposite="/0/Conference_document/has_authors"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has_an_email" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has_the_first_name" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has_gender" ordered="false" unique="false" eType="/0/EEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has_the_last_name" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hasConflictOfInterest" ordered="false" eType="/0/Document"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="email" ordered="false" unique="false" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Symposium" eSuperTypes="/0/Event"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstract" eSuperTypes="/0/Paper"/>
<eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="/0/Thing">
<eStructuralFeatures xsi:type="ecore:EReference" name="recieved_by" ordered="false" eType="/0/User" eOpposite="/0/User/recieve"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="used_by" ordered="false" eType="/0/Person" eOpposite="/0/Person/use"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="submited__by" ordered="false" eType="/0/User" eOpposite="/0/User/submit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Invited_Paper" eSuperTypes="/0/Paper"/>
<eClassifiers xsi:type="ecore:EClass" name="Admin_Role" eSuperTypes="/0/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="Paper_Typologies" eSuperTypes="/0/Event_Setup"/>
<eClassifiers xsi:type="ecore:EClass" name="Event_Setup">
<eStructuralFeatures xsi:type="ecore:EReference" name="define" ordered="false" eType="/0/Event" eOpposite="/0/Event/defined_by"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Event_URL" eSuperTypes="/0/URL">
<eStructuralFeatures xsi:type="ecore:EReference" name="concerned" ordered="false" eType="/0/Event"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="URL"/>
<eClassifiers xsi:type="ecore:EClass" name="Notification_Email" eSuperTypes="/0/Email"/>
<eClassifiers xsi:type="ecore:EClass" name="Email" eSuperTypes="/0/Document"/>
<eClassifiers xsi:type="ecore:EClass" name="Short_Paper" eSuperTypes="/0/Paper"/>
<eClassifiers xsi:type="ecore:EClass" name="Author_Role" eSuperTypes="/0/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="Preview" eSuperTypes="/0/Review_Form"/>
<eClassifiers xsi:type="ecore:EClass" name="Review_Form" eSuperTypes="/0/Event_Setup"/>
<eClassifiers xsi:type="ecore:EClass" name="Committe_Role" eSuperTypes="/0/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="Group_Email" eSuperTypes="/0/Email"/>
<eClassifiers xsi:type="ecore:EClass" name="Submission_Template" eSuperTypes="/0/Event_Setup"/>
<eClassifiers xsi:type="ecore:EClass" name="Review_Form_Setup" eSuperTypes="/0/Review_Form"/>
<eClassifiers xsi:type="ecore:EClass" name="Misc" eSuperTypes="/0/Help_Request"/>
<eClassifiers xsi:type="ecore:EClass" name="Event_Creation" eSuperTypes="/0/Activity"/>
<eClassifiers xsi:type="ecore:EClass" name="Approval_Email" eSuperTypes="/0/Email">
<eStructuralFeatures xsi:type="ecore:EReference" name="confirm" ordered="false" eType="/0/Event" eOpposite="/0/Event/confirmed_by"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rejection_Email" eSuperTypes="/0/Email"/>
<eClassifiers xsi:type="ecore:EClass" name="Submission" eSuperTypes="/0/Document"/>
<eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="/0/Document"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature_Request" eSuperTypes="/0/Help_Request"/>
<eClassifiers xsi:type="ecore:EClass" name="Event_Tracks" eSuperTypes="/0/Event_Setup"/>
<eClassifiers xsi:type="ecore:EClass" name="Request" eSuperTypes="/0/Activity"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity">
<eStructuralFeatures xsi:type="ecore:EReference" name="has_result" ordered="false" upperBound="-1" eType="/0/Thing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sent_by" ordered="false" eType="/0/Person" eOpposite="/0/Person/send"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Head_Role" eSuperTypes="/0/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="Detail" eSuperTypes="/0/Thing"/>
<eClassifiers xsi:type="ecore:EClass" name="Corresponding_Author" eSuperTypes="/0/Author"/>
<eClassifiers xsi:type="ecore:EClass" name="Reviewer_Role" eSuperTypes="/0/Role"/>
<eClassifiers xsi:type="ecore:EClass" name="Event_Approval" eSuperTypes="/0/Activity"/>
<eClassifiers xsi:type="ecore:EClass" name="Registration" eSuperTypes="/0/Activity"/>
<eClassifiers xsi:type="ecore:EClass" name="Full_Paper" eSuperTypes="/0/Paper"/>
<eClassifiers xsi:type="ecore:EClass" name="Research_Topic" eSuperTypes="/0/Event_Setup"/>
<eClassifiers xsi:type="ecore:EClass" name="Description"/>
<eClassifiers xsi:type="ecore:EClass" name="Assistance" eSuperTypes="/0/Help_Request"/>
<eClassifiers xsi:type="ecore:EClass" name="Email_Template" eSuperTypes="/0/Event_Setup"/>
<eClassifiers xsi:type="ecore:EClass" name="Conference_participant" eSuperTypes="/0/Person"/>
<eClassifiers xsi:type="ecore:EClass" name="Active_conference_participant" eSuperTypes="/0/Conference_contributor /0/Conference_participant">
<eStructuralFeatures xsi:type="ecore:EReference" name="gives_presentations" ordered="false" eType="/0/Presentation" eOpposite="/0/Presentation/is_given_by"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Passive_conference_participant" eSuperTypes="/0/Conference_participant"/>
<eClassifiers xsi:type="ecore:EClass" name="Review_expertise" eSuperTypes="/0/Thing">
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_submitted_contribution" ordered="false" eType="/0/Submitted_contribution" eOpposite="/0/Submitted_contribution/has_a_review_expertise"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has_an_expertise" ordered="false" unique="false" eType="/0/EEnum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Submitted_contribution" eSuperTypes="/0/Written_contribution">
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_review_expertise" ordered="false" eType="/0/Review_expertise" eOpposite="/0/Review_expertise/has_a_submitted_contribution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Regular_author" eSuperTypes="/0/Conference_contributor"/>
<eClassifiers xsi:type="ecore:EClass" name="Conference_contributor" eSuperTypes="/0/Person"/>
<eClassifiers xsi:type="ecore:EClass" name="Contribution_1th-author" eSuperTypes="/0/Regular_author"/>
<eClassifiers xsi:type="ecore:EClass" name="Contribution_co-author" eSuperTypes="/0/Regular_author"/>
<eClassifiers xsi:type="ecore:EClass" name="Conference_contribution" eSuperTypes="/0/Conference_document">
<eStructuralFeatures xsi:type="ecore:EReference" name="is_submitted_at" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_contributions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Co-chair" eSuperTypes="/0/Committee_member">
<eStructuralFeatures xsi:type="ecore:EReference" name="was_a_committe_co-chair_of" ordered="false" eType="/0/Committee" eOpposite="/0/Committee/has_a_committee_co-chair"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Committee" eSuperTypes="/0/User">
<eStructuralFeatures xsi:type="ecore:EReference" name="has_members" ordered="false" eType="/0/Committee_member" eOpposite="/0/Committee_member/was_a_member_of"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="was_a_committee_of" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_a_commtitee"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_committee_co-chair" ordered="false" eType="/0/Co-chair" eOpposite="/0/Co-chair/was_a_committe_co-chair_of"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_committee_chair" ordered="false" eType="/0/Chair" eOpposite="/0/Chair/was_a_committee_chair_of"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Committee_member" eSuperTypes="/0/Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="was_a_member_of" ordered="false" eType="/0/Committee" eOpposite="/0/Committee/has_members"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Abstract" eSuperTypes="/0/Extended_abstract">
<eStructuralFeatures xsi:type="ecore:EReference" name="is_the_1th_part_of" ordered="false" upperBound="-1" eType="/0/Thing"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extended_abstract" eSuperTypes="/0/Regular_contribution"/>
<eClassifiers xsi:type="ecore:EClass" name="Important_dates">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_an_abstract_submission_date" ordered="false" unique="false" eType="/0/date"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_a_full_paper_submission_date" ordered="false" unique="false" eType="/0/date"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_an_ending_date" ordered="false" unique="false" eType="/0/date"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_a_date_of_acceptance_announcement" ordered="false" unique="false" eType="/0/date"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_a_date_of_camera_ready_paper_submission" ordered="false" unique="false" eType="/0/date"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_a_starting_date" ordered="false" unique="false" eType="/0/date"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="belong_to_a_conference_volume" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_important_dates"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Invited_speaker" eSuperTypes="/0/Conference_contributor"/>
<eClassifiers xsi:type="ecore:EClass" name="Conference_proceedings">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has_an_ISBN" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_publisher" ordered="false" eType="/0/Publisher" eOpposite="/0/Publisher/issues"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has_a_volume" ordered="false" unique="false" eType="/1/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Information_for_participants" eSuperTypes="/0/Conference_document"/>
<eClassifiers xsi:type="ecore:EClass" name="Conference_document">
<eStructuralFeatures xsi:type="ecore:EReference" name="has_authors" ordered="false" eType="/0/Person" eOpposite="/0/Person/contributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has_a_date_of_issue" ordered="false" unique="false" eType="/0/date"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organization"/>
<eClassifiers xsi:type="ecore:EClass" name="Regular_contribution" eSuperTypes="/0/Written_contribution"/>
<eClassifiers xsi:type="ecore:EClass" name="Poster" eSuperTypes="/0/Conference_contribution"/>
<eClassifiers xsi:type="ecore:EClass" name="Written_contribution" eSuperTypes="/0/Conference_contribution"/>
<eClassifiers xsi:type="ecore:EClass" name="Conference_applicant" eSuperTypes="/0/Person"/>
<eClassifiers xsi:type="ecore:EClass" name="Camera_ready_contribution" eSuperTypes="/0/Accepted_contribution"/>
<eClassifiers xsi:type="ecore:EClass" name="Accepted_contribution" eSuperTypes="/0/Reviewed_contribution"/>
<eClassifiers xsi:type="ecore:EClass" name="Program_committee" eSuperTypes="/0/Committee">
<eStructuralFeatures xsi:type="ecore:EReference" name="was_a_program_committee_of" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_a_program_committee"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Organizing_committee" eSuperTypes="/0/Committee">
<eStructuralFeatures xsi:type="ecore:EReference" name="was_an_organizing_committee_of" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_an_organizing_committee"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Steering_committee" eSuperTypes="/0/Committee">
<eStructuralFeatures xsi:type="ecore:EReference" name="was_a_steering_committee_of" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_a_steering_committee"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conference_volume" eSuperTypes="/0/Conference">
<eStructuralFeatures xsi:type="ecore:EReference" name="has_parts" ordered="false" eType="/0/Conference_part" eOpposite="/0/Conference_part/is_part_of_conference_volumes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_workshops" ordered="false" eType="/0/Workshop"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_tracks" ordered="false" eType="/0/Track"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_tutorials" ordered="false" eType="/0/Tutorial"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_commtitee" ordered="false" eType="/0/Committee" eOpposite="/0/Committee/was_a_committee_of"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_steering_committee" ordered="false" eType="/0/Steering_committee" eOpposite="/0/Steering_committee/was_a_steering_committee_of"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_an_organizing_committee" ordered="false" eType="/0/Organizing_committee" eOpposite="/0/Organizing_committee/was_an_organizing_committee_of"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_important_dates" ordered="false" eType="/0/Important_dates" eOpposite="/0/Important_dates/belong_to_a_conference_volume"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_contributions" ordered="false" eType="/0/Conference_contribution" eOpposite="/0/Conference_contribution/is_submitted_at"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has_a_location" ordered="false" unique="false" eType="/1/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_program_committee" ordered="false" eType="/0/Program_committee" eOpposite="/0/Program_committee/was_a_program_committee_of"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Call_for_paper" eSuperTypes="/0/Conference_document"/>
<eClassifiers xsi:type="ecore:EClass" name="Conference_announcement" eSuperTypes="/0/Conference_document"/>
<eClassifiers xsi:type="ecore:EClass" name="Invited_talk" eSuperTypes="/0/Presentation"/>
<eClassifiers xsi:type="ecore:EClass" name="Conference_part">
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_track-workshop-tutorial_topic" ordered="false" eType="/0/Topic" eOpposite="/0/Topic/is_a_topis_of_conference_parts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="is_part_of_conference_volumes" ordered="false" eType="/0/Conference_volume" eOpposite="/0/Conference_volume/has_parts"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_track-workshop-tutorial_chair" ordered="false" eType="/0/Track-workshop_chair" eOpposite="/0/Track-workshop_chair/was_a_track-workshop_chair_of"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Presentation" eSuperTypes="/0/Conference_contribution">
<eStructuralFeatures xsi:type="ecore:EReference" name="is_given_by" ordered="false" eType="/0/Active_conference_participant" eOpposite="/0/Active_conference_participant/gives_presentations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Chair" eSuperTypes="/0/Committee_member">
<eStructuralFeatures xsi:type="ecore:EReference" name="was_a_committee_chair_of" ordered="false" eType="/0/Committee" eOpposite="/0/Committee/has_a_committee_chair"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Track" eSuperTypes="/0/Conference_part"/>
<eClassifiers xsi:type="ecore:EClass" name="Workshop" eSuperTypes="/0/Conference_part /0/Event"/>
<eClassifiers xsi:type="ecore:EClass" name="Tutorial" eSuperTypes="/0/Conference_part"/>
<eClassifiers xsi:type="ecore:EClass" name="Rejected_contribution" eSuperTypes="/0/Reviewed_contribution"/>
<eClassifiers xsi:type="ecore:EClass" name="Reviewed_contribution" eSuperTypes="/0/Submitted_contribution">
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_review" ordered="false" eType="/0/Review" eOpposite="/0/Review/reviews"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="/0/Conference_document /0/Document">
<eStructuralFeatures xsi:type="ecore:EReference" name="writtenBy" ordered="false" eType="/0/Reviewer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reviews" ordered="false" eType="/0/Reviewed_contribution" eOpposite="/0/Reviewed_contribution/has_a_review"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Topic">
<eStructuralFeatures xsi:type="ecore:EReference" name="belongs_to_a_review_reference" ordered="false" eType="/0/Review_preference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="is_a_topis_of_conference_parts" ordered="false" eType="/0/Conference_part" eOpposite="/0/Conference_part/has_a_track-workshop-tutorial_topic"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Late_paid_applicant" eSuperTypes="/0/Paid_applicant"/>
<eClassifiers xsi:type="ecore:EClass" name="Paid_applicant" eSuperTypes="/0/Registeered_applicant"/>
<eClassifiers xsi:type="ecore:EClass" name="Early_paid_applicant" eSuperTypes="/0/Paid_applicant"/>
<eClassifiers xsi:type="ecore:EClass" name="Organizer" eSuperTypes="/0/Thing"/>
<eClassifiers xsi:type="ecore:EClass" name="Call_for_participation" eSuperTypes="/0/Conference_document"/>
<eClassifiers xsi:type="ecore:EClass" name="Publisher">
<eStructuralFeatures xsi:type="ecore:EReference" name="issues" ordered="false" eType="/0/Conference_proceedings" eOpposite="/0/Conference_proceedings/has_a_publisher"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Registeered_applicant" eSuperTypes="/0/Conference_applicant"/>
<eClassifiers xsi:type="ecore:EClass" name="Track-workshop_chair" eSuperTypes="/0/Person">
<eStructuralFeatures xsi:type="ecore:EReference" name="was_a_track-workshop_chair_of" ordered="false" eType="/0/Conference_part" eOpposite="/0/Conference_part/has_a_track-workshop-tutorial_chair"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conference_www" eSuperTypes="/0/Conference_document">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has_a_URL" ordered="false" unique="false" eType="/1/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conference_fees"/>
<eClassifiers xsi:type="ecore:EClass" name="Review_preference" eSuperTypes="/0/Thing">
<eStructuralFeatures xsi:type="ecore:EReference" name="has_a_topic_or_a_submission_contribution" ordered="false" upperBound="-1" eType="/0/Thing"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="has_a_degree" ordered="false" unique="false" eType="/1/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="date"/>
<eClassifiers xsi:type="ecore:EEnum" name="EEnum">
<eLiterals name="high" value="1"/>
<eLiterals name="medium" value="2"/>
<eLiterals name="low" value="3"/>
<eLiterals name="very high" value="4"/>
<eLiterals name="male" value="5"/>
<eLiterals name="female" value="6"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Conference.owl.ecore | ecore | Conference
Thing
Meta-Reviewer
Reviewer
assignedByAdministrator
adjustBid
readPaper
hasBeenAssigned
writeReview
assignExternalReviewer
invites_co-reviewers
invited_by
has_a_review_reference_or_expertise
Decision
Preference
ProgramCommittee
hasProgramCommitteeMember
Bid
adjustedBy
Conference
hasConferenceMember
paperAssignmentFinalizedBy
reviewCriteriaEnteredBy
paperAssignmentToolsRunBy
virtualMeetingEnabledBy
hardcopyMailingManifestsPrintedBy
detailsEnteredBy
reviewerBiddingStartedBy
date
reviewsPerPaper
logoURL
acceptsHardcopySubmissions
siteURL
ConferenceChair
ConferenceMember
memberOfConference
AssociatedChair
ProgramCommitteeMember
memberOfProgramCommittee
maxPapers
addedBy
AuthorNotReviewer
SubjectArea
ExternalReviewer
assignedByReviewer
Chairman
ProgramCommitteeChair
endReview
Acceptance
Rejection
Paper
hasCo-author
hasBid
hasDecision
assignedTo
hasSubjectArea
readByReviewer
paperID
title
hasAuthor
acceptedBy
rejectedBy
readByMeta-Reviewer
Author
submitPaper
writePaper
Co-author
co-writePaper
PaperAbstract
PaperFullVersion
Administrator
approve
assign
finalizePaperAssignment
runPaperAssignmentTools
enableVirtualMeeting
startReviewerBidding
assignReviewer
rejectPaper
enterConferenceDetails
printHardcopyMailingManifests
setMaxPapers
enterReviewCriteria
acceptPaper
addProgramCommitteeMember
Meta-Review
unsignedLong
anyURI
Event
conists_of
confirmed_by
defined_by
approved_by
Account
registred_by
Inforamtion
User
recieve
create
submit
Role
assigned_by
Help_Request
Person
inverse_of_add
execute
get
use
register
modify
take_part_in
remove
add
send
added_by
contributes
has_an_email
has_the_first_name
has_gender
has_the_last_name
hasConflictOfInterest
email
Symposium
Abstract
Document
recieved_by
used_by
submited__by
Invited_Paper
Admin_Role
Paper_Typologies
Event_Setup
define
Event_URL
concerned
URL
Notification_Email
Email
Short_Paper
Author_Role
Preview
Review_Form
Committe_Role
Group_Email
Submission_Template
Review_Form_Setup
Misc
Event_Creation
Approval_Email
confirm
Rejection_Email
Submission
Template
Feature_Request
Event_Tracks
Request
Activity
has_result
sent_by
Head_Role
Detail
Corresponding_Author
Reviewer_Role
Event_Approval
Registration
Full_Paper
Research_Topic
Description
Assistance
Email_Template
Conference_participant
Active_conference_participant
gives_presentations
Passive_conference_participant
Review_expertise
has_a_submitted_contribution
has_an_expertise
Submitted_contribution
has_a_review_expertise
Regular_author
Conference_contributor
Contribution_1th-author
Contribution_co-author
Conference_contribution
is_submitted_at
Co-chair
was_a_committe_co-chair_of
Committee
has_members
was_a_committee_of
has_a_committee_co-chair
has_a_committee_chair
Committee_member
was_a_member_of
Abstract
is_the_1th_part_of
Extended_abstract
Important_dates
is_an_abstract_submission_date
is_a_full_paper_submission_date
is_an_ending_date
is_a_date_of_acceptance_announcement
is_a_date_of_camera_ready_paper_submission
is_a_starting_date
belong_to_a_conference_volume
Invited_speaker
Conference_proceedings
has_an_ISBN
has_a_publisher
has_a_volume
Information_for_participants
Conference_document
has_authors
has_a_date_of_issue
Organization
Regular_contribution
Poster
Written_contribution
Conference_applicant
Camera_ready_contribution
Accepted_contribution
Program_committee
was_a_program_committee_of
Organizing_committee
was_an_organizing_committee_of
Steering_committee
was_a_steering_committee_of
Conference_volume
has_parts
has_workshops
has_tracks
has_tutorials
has_a_commtitee
has_a_steering_committee
has_an_organizing_committee
has_important_dates
has_contributions
has_a_location
has_a_program_committee
Call_for_paper
Conference_announcement
Invited_talk
Conference_part
has_a_track-workshop-tutorial_topic
is_part_of_conference_volumes
has_a_track-workshop-tutorial_chair
Presentation
is_given_by
Chair
was_a_committee_chair_of
Track
Workshop
Tutorial
Rejected_contribution
Reviewed_contribution
has_a_review
Review
writtenBy
reviews
Topic
belongs_to_a_review_reference
is_a_topis_of_conference_parts
Late_paid_applicant
Paid_applicant
Early_paid_applicant
Organizer
Call_for_participation
Publisher
issues
Registeered_applicant
Track-workshop_chair
was_a_track-workshop_chair_of
Conference_www
has_a_URL
Conference_fees
Review_preference
has_a_topic_or_a_submission_contribution
has_a_degree
date
EEnum
high
high
medium
medium
low
low
very high
very high
male
male
female
female
PrimitiveTypes
Boolean
Integer
String | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"Conference","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meta-Reviewer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reviewer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decision","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Preference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramCommittee","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bid","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConferenceChair","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConferenceMember","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociatedChair","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramCommitteeMember","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthorNotReviewer","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubjectArea","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalReviewer","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chairman","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramCommitteeChair","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Acceptance","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rejection","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Co-author","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperAbstract","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperFullVersion","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Administrator","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meta-Review","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unsignedLong","instanceClass":null,"id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"anyURI","instanceClass":null,"id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Account","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inforamtion","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Help_Request","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symposium","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invited_Paper","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Admin_Role","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper_Typologies","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event_Setup","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event_URL","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URL","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Notification_Email","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Email","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Short_Paper","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author_Role","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Preview","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review_Form","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Committe_Role","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group_Email","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Submission_Template","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review_Form_Setup","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Misc","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event_Creation","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Approval_Email","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rejection_Email","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Submission","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature_Request","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event_Tracks","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Request","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Head_Role","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Detail","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Corresponding_Author","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reviewer_Role","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event_Approval","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Registration","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Full_Paper","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Research_Topic","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assistance","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Email_Template","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_participant","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Active_conference_participant","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Passive_conference_participant","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review_expertise","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Submitted_contribution","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Regular_author","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_contributor","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution_1th-author","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution_co-author","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_contribution","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Co-chair","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Committee","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Committee_member","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extended_abstract","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Important_dates","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invited_speaker","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_proceedings","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Information_for_participants","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_document","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organization","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Regular_contribution","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Poster","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Written_contribution","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_applicant","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Camera_ready_contribution","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Accepted_contribution","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program_committee","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organizing_committee","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Steering_committee","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_volume","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call_for_paper","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_announcement","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invited_talk","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_part","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Presentation","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chair","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Track","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workshop","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tutorial","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rejected_contribution","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reviewed_contribution","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Topic","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Late_paid_applicant","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paid_applicant","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Early_paid_applicant","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organizer","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call_for_participation","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Publisher","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Registeered_applicant","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Track-workshop_chair","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_www","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference_fees","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review_preference","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"date","instanceClass":null,"id":131,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"id":132,"serializable":true,"eClass":"EEnum"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedByAdministrator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"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":"adjustBid","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"readPaper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"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":"hasBeenAssigned","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"writeReview","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignExternalReviewer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"invites_co-reviewers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"invited_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"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":"has_a_review_reference_or_expertise","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"adjustedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedByReviewer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasProgramCommitteeMember","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":false,"unsettable":false,"transient":false,"unique":true,"name":"memberOfProgramCommittee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"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":"hasConferenceMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"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":"paperAssignmentFinalizedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"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":"reviewCriteriaEnteredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"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":"paperAssignmentToolsRunBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"virtualMeetingEnabledBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"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":"hardcopyMailingManifestsPrintedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"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":"detailsEnteredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"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":"reviewerBiddingStartedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"date","changeable":true,"lowerBound":0,"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":"reviewsPerPaper","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":"logoURL","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"acceptsHardcopySubmissions","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":false,"name":"siteURL","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"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":"memberOfConference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":186,"serializable":true,"eClass":"EDataType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":189,"serializable":true,"eClass":"EDataType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxPapers","changeable":true,"lowerBound":0,"iD":false,"id":198,"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":"addedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"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":"endReview","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"},{"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":"hasCo-author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasBid","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"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":"hasDecision","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"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":"assignedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"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":"hasSubjectArea","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"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":"readByReviewer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"paperID","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":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":223,"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":"hasAuthor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"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":"acceptedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rejectedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"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":"readByMeta-Reviewer","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"co-writePaper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":238,"serializable":true,"eClass":"EDataType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"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":"submitPaper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"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":"writePaper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"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":"approve","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"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":"assign","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"finalizePaperAssignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runPaperAssignmentTools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enableVirtualMeeting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startReviewerBidding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"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":"assignReviewer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"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":"rejectPaper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"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":"enterConferenceDetails","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"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":"printHardcopyMailingManifests","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"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":"setMaxPapers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enterReviewCriteria","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"acceptPaper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"addProgramCommitteeMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"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":"approved_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assigned_by","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"},{"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"},{"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":"conists_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"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":"confirmed_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"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":"defined_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"confirm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"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":"define","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"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":"registred_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"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":"register","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"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":"recieve","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"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":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"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":"submit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"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":"recieved_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"submited__by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverse_of_add","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"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":"execute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"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":"get","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"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":"use","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"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":"modify","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"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":"take_part_in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"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":"remove","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"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":"add","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"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":"send","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"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":"added_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"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":"contributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_an_email","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_the_first_name","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_gender","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_the_last_name","changeable":true,"lowerBound":0,"iD":false,"id":326,"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":"hasConflictOfInterest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"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":"used_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sent_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"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":"has_authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"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"},{"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":"concerned","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"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"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":"has_result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"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":"gives_presentations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"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":"is_given_by","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"id":403,"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":"has_a_submitted_contribution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_an_expertise","changeable":true,"lowerBound":0,"iD":false,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_review_expertise","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"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":"is_submitted_at","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"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":"has_contributions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"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":"was_a_committe_co-chair_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_committee_co-chair","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"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":"has_members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"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":"was_a_committee_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"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":"has_a_committee_chair","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"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":"was_a_member_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"id":430,"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":"has_a_commtitee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"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":"was_a_committee_chair_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"is_the_1th_part_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"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":"is_an_abstract_submission_date","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"is_a_full_paper_submission_date","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"is_an_ending_date","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"is_a_date_of_acceptance_announcement","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"is_a_date_of_camera_ready_paper_submission","changeable":true,"lowerBound":0,"iD":false,"id":445,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"is_a_starting_date","changeable":true,"lowerBound":0,"iD":false,"id":446,"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":"belong_to_a_conference_volume","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"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_important_dates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"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":"has_an_ISBN","changeable":true,"lowerBound":0,"iD":false,"id":457,"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":"has_a_publisher","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_a_volume","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"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":"issues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"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":"has_a_date_of_issue","changeable":true,"lowerBound":0,"iD":false,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"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":"was_a_program_committee_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has_a_program_committee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"was_an_organizing_committee_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"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":"has_an_organizing_committee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"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":"was_a_steering_committee_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"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":"has_a_steering_committee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"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":"has_parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"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":"has_workshops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"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":"has_tracks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"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":"has_tutorials","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_a_location","changeable":true,"lowerBound":0,"iD":false,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"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":"is_part_of_conference_volumes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"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":"has_a_track-workshop-tutorial_topic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"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":"has_a_track-workshop-tutorial_chair","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"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":"is_a_topis_of_conference_parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"was_a_track-workshop_chair_of","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"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":"has_a_review","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"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":"writtenBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"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":"belongs_to_a_review_reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_a_URL","changeable":true,"lowerBound":0,"iD":false,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"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":"has_a_topic_or_a_submission_contribution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"has_a_degree","changeable":true,"lowerBound":0,"iD":false,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"name":"high","id":552,"value":1,"literal":"high","eClass":"EEnumLiteral"},{"name":"medium","id":553,"value":2,"literal":"medium","eClass":"EEnumLiteral"},{"name":"low","id":554,"value":3,"literal":"low","eClass":"EEnumLiteral"},{"name":"very high","id":555,"value":4,"literal":"very high","eClass":"EEnumLiteral"},{"name":"male","id":556,"value":5,"literal":"male","eClass":"EEnumLiteral"},{"name":"female","id":557,"value":6,"literal":"female","eClass":"EEnumLiteral"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":558,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":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":1,"target":0},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":133},{"source":133,"target":3},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":32},{"source":3,"target":35},{"source":3,"target":134},{"source":3,"target":135},{"source":3,"target":136},{"source":3,"target":137},{"source":3,"target":138},{"source":3,"target":139},{"source":3,"target":140},{"source":3,"target":141},{"source":3,"target":142},{"source":3,"target":143},{"source":3,"target":144},{"source":3,"target":145},{"source":134,"target":25},{"source":134,"target":146},{"source":134,"target":3},{"source":146,"target":25},{"source":135,"target":7},{"source":135,"target":147},{"source":135,"target":3},{"source":135,"target":148},{"source":147,"target":7},{"source":136,"target":20},{"source":136,"target":149},{"source":136,"target":3},{"source":149,"target":20},{"source":137,"target":20},{"source":137,"target":150},{"source":137,"target":3},{"source":150,"target":20},{"source":138,"target":118},{"source":138,"target":151},{"source":138,"target":3},{"source":151,"target":118},{"source":139,"target":15},{"source":139,"target":152},{"source":139,"target":3},{"source":139,"target":153},{"source":152,"target":15},{"source":140,"target":3},{"source":140,"target":154},{"source":140,"target":3},{"source":154,"target":3},{"source":141,"target":3},{"source":141,"target":155},{"source":141,"target":3},{"source":155,"target":3},{"source":142,"target":1},{"source":142,"target":156},{"source":142,"target":3},{"source":156,"target":1},{"source":143,"target":10},{"source":144,"target":32},{"source":145,"target":35},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":157},{"source":157,"target":12},{"source":157,"target":158},{"source":157,"target":6},{"source":157,"target":159},{"source":158,"target":12},{"source":7,"target":0},{"source":7,"target":148},{"source":148,"target":3},{"source":148,"target":160},{"source":148,"target":7},{"source":160,"target":3},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":29},{"source":8,"target":161},{"source":8,"target":162},{"source":8,"target":163},{"source":8,"target":164},{"source":8,"target":165},{"source":8,"target":166},{"source":8,"target":167},{"source":8,"target":168},{"source":8,"target":169},{"source":8,"target":170},{"source":8,"target":171},{"source":8,"target":172},{"source":8,"target":173},{"source":8,"target":174},{"source":8,"target":175},{"source":161,"target":10},{"source":161,"target":176},{"source":161,"target":8},{"source":161,"target":177},{"source":176,"target":10},{"source":162,"target":25},{"source":162,"target":178},{"source":162,"target":8},{"source":178,"target":25},{"source":163,"target":25},{"source":163,"target":179},{"source":163,"target":8},{"source":179,"target":25},{"source":164,"target":25},{"source":164,"target":180},{"source":164,"target":8},{"source":180,"target":25},{"source":165,"target":25},{"source":165,"target":181},{"source":165,"target":8},{"source":181,"target":25},{"source":166,"target":25},{"source":166,"target":182},{"source":166,"target":8},{"source":182,"target":25},{"source":167,"target":25},{"source":167,"target":183},{"source":167,"target":8},{"source":183,"target":25},{"source":168,"target":25},{"source":168,"target":184},{"source":168,"target":8},{"source":184,"target":25},{"source":169,"target":131},{"source":169,"target":185},{"source":169,"target":8},{"source":185,"target":131},{"source":170,"target":186},{"source":170,"target":187},{"source":170,"target":8},{"source":187,"target":186},{"source":171,"target":28},{"source":171,"target":188},{"source":171,"target":8},{"source":188,"target":28},{"source":172,"target":189},{"source":172,"target":190},{"source":172,"target":8},{"source":190,"target":189},{"source":173,"target":28},{"source":173,"target":191},{"source":173,"target":8},{"source":191,"target":28},{"source":174,"target":1},{"source":175,"target":29},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":16},{"source":9,"target":192},{"source":9,"target":193},{"source":192,"target":10},{"source":193,"target":16},{"source":10,"target":0},{"source":10,"target":35},{"source":10,"target":177},{"source":10,"target":194},{"source":177,"target":8},{"source":177,"target":195},{"source":177,"target":10},{"source":195,"target":8},{"source":194,"target":35},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":16},{"source":11,"target":196},{"source":11,"target":197},{"source":196,"target":10},{"source":197,"target":16},{"source":12,"target":0},{"source":12,"target":35},{"source":12,"target":10},{"source":12,"target":159},{"source":12,"target":198},{"source":12,"target":199},{"source":12,"target":200},{"source":12,"target":201},{"source":159,"target":6},{"source":159,"target":202},{"source":159,"target":12},{"source":159,"target":157},{"source":202,"target":6},{"source":198,"target":186},{"source":198,"target":203},{"source":198,"target":12},{"source":203,"target":186},{"source":199,"target":25},{"source":199,"target":204},{"source":199,"target":12},{"source":204,"target":25},{"source":200,"target":35},{"source":201,"target":10},{"source":13,"target":0},{"source":13,"target":21},{"source":13,"target":205},{"source":205,"target":21},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":35},{"source":15,"target":153},{"source":15,"target":206},{"source":153,"target":3},{"source":153,"target":207},{"source":153,"target":15},{"source":207,"target":3},{"source":206,"target":35},{"source":16,"target":0},{"source":16,"target":35},{"source":16,"target":10},{"source":16,"target":208},{"source":16,"target":209},{"source":208,"target":35},{"source":209,"target":10},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":16},{"source":17,"target":210},{"source":17,"target":211},{"source":17,"target":212},{"source":210,"target":118},{"source":210,"target":213},{"source":210,"target":17},{"source":213,"target":118},{"source":211,"target":12},{"source":212,"target":16},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":214},{"source":214,"target":4},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":215},{"source":215,"target":4},{"source":20,"target":0},{"source":20,"target":38},{"source":20,"target":97},{"source":20,"target":216},{"source":20,"target":217},{"source":20,"target":218},{"source":20,"target":219},{"source":20,"target":220},{"source":20,"target":221},{"source":20,"target":222},{"source":20,"target":223},{"source":20,"target":224},{"source":20,"target":225},{"source":20,"target":226},{"source":20,"target":227},{"source":20,"target":228},{"source":20,"target":229},{"source":216,"target":22},{"source":216,"target":230},{"source":216,"target":20},{"source":216,"target":231},{"source":230,"target":22},{"source":217,"target":7},{"source":217,"target":232},{"source":217,"target":20},{"source":232,"target":7},{"source":218,"target":4},{"source":218,"target":233},{"source":218,"target":20},{"source":233,"target":4},{"source":219,"target":3},{"source":219,"target":234},{"source":219,"target":20},{"source":234,"target":3},{"source":220,"target":14},{"source":220,"target":235},{"source":220,"target":20},{"source":235,"target":14},{"source":221,"target":3},{"source":221,"target":236},{"source":221,"target":20},{"source":236,"target":3},{"source":222,"target":27},{"source":222,"target":237},{"source":222,"target":20},{"source":237,"target":27},{"source":223,"target":238},{"source":223,"target":239},{"source":223,"target":20},{"source":239,"target":238},{"source":224,"target":21},{"source":224,"target":240},{"source":224,"target":20},{"source":240,"target":21},{"source":225,"target":25},{"source":225,"target":241},{"source":225,"target":20},{"source":241,"target":25},{"source":226,"target":25},{"source":226,"target":242},{"source":226,"target":20},{"source":242,"target":25},{"source":227,"target":2},{"source":227,"target":243},{"source":227,"target":20},{"source":243,"target":2},{"source":228,"target":38},{"source":229,"target":97},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":32},{"source":21,"target":244},{"source":21,"target":245},{"source":21,"target":246},{"source":21,"target":247},{"source":244,"target":20},{"source":244,"target":248},{"source":244,"target":21},{"source":248,"target":20},{"source":245,"target":20},{"source":245,"target":249},{"source":245,"target":21},{"source":249,"target":20},{"source":246,"target":10},{"source":247,"target":32},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":231},{"source":22,"target":250},{"source":231,"target":20},{"source":231,"target":251},{"source":231,"target":22},{"source":251,"target":20},{"source":250,"target":21},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":252},{"source":252,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":253},{"source":253,"target":20},{"source":25,"target":0},{"source":25,"target":32},{"source":25,"target":35},{"source":25,"target":254},{"source":25,"target":255},{"source":25,"target":256},{"source":25,"target":257},{"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":254,"target":29},{"source":254,"target":270},{"source":254,"target":25},{"source":254,"target":271},{"source":270,"target":29},{"source":255,"target":33},{"source":255,"target":272},{"source":255,"target":25},{"source":255,"target":273},{"source":272,"target":33},{"source":256,"target":8},{"source":256,"target":274},{"source":256,"target":25},{"source":274,"target":8},{"source":257,"target":8},{"source":257,"target":275},{"source":257,"target":25},{"source":275,"target":8},{"source":258,"target":8},{"source":258,"target":276},{"source":258,"target":25},{"source":276,"target":8},{"source":259,"target":8},{"source":259,"target":277},{"source":259,"target":25},{"source":277,"target":8},{"source":260,"target":3},{"source":260,"target":278},{"source":260,"target":25},{"source":278,"target":3},{"source":261,"target":20},{"source":261,"target":279},{"source":261,"target":25},{"source":279,"target":20},{"source":262,"target":8},{"source":262,"target":280},{"source":262,"target":25},{"source":280,"target":8},{"source":263,"target":8},{"source":263,"target":281},{"source":263,"target":25},{"source":281,"target":8},{"source":264,"target":12},{"source":264,"target":282},{"source":264,"target":25},{"source":282,"target":12},{"source":265,"target":8},{"source":265,"target":283},{"source":265,"target":25},{"source":283,"target":8},{"source":266,"target":20},{"source":266,"target":284},{"source":266,"target":25},{"source":284,"target":20},{"source":267,"target":12},{"source":267,"target":285},{"source":267,"target":25},{"source":267,"target":199},{"source":285,"target":12},{"source":268,"target":32},{"source":269,"target":35},{"source":26,"target":0},{"source":26,"target":118},{"source":26,"target":286},{"source":286,"target":118},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":1},{"source":29,"target":287},{"source":29,"target":288},{"source":29,"target":289},{"source":29,"target":271},{"source":29,"target":290},{"source":287,"target":62},{"source":287,"target":291},{"source":287,"target":29},{"source":291,"target":62},{"source":288,"target":57},{"source":288,"target":292},{"source":288,"target":29},{"source":288,"target":293},{"source":292,"target":57},{"source":289,"target":42},{"source":289,"target":294},{"source":289,"target":29},{"source":289,"target":295},{"source":294,"target":42},{"source":271,"target":25},{"source":271,"target":296},{"source":271,"target":29},{"source":271,"target":254},{"source":296,"target":25},{"source":290,"target":1},{"source":30,"target":0},{"source":30,"target":297},{"source":297,"target":35},{"source":297,"target":298},{"source":297,"target":30},{"source":297,"target":299},{"source":298,"target":35},{"source":31,"target":0},{"source":32,"target":0},{"source":32,"target":35},{"source":32,"target":300},{"source":32,"target":301},{"source":32,"target":302},{"source":32,"target":303},{"source":300,"target":38},{"source":300,"target":304},{"source":300,"target":32},{"source":300,"target":305},{"source":304,"target":38},{"source":301,"target":1},{"source":301,"target":306},{"source":301,"target":32},{"source":306,"target":1},{"source":302,"target":38},{"source":302,"target":307},{"source":302,"target":32},{"source":302,"target":308},{"source":307,"target":38},{"source":303,"target":35},{"source":33,"target":0},{"source":33,"target":1},{"source":33,"target":273},{"source":33,"target":309},{"source":273,"target":25},{"source":273,"target":310},{"source":273,"target":33},{"source":273,"target":255},{"source":310,"target":25},{"source":309,"target":1},{"source":34,"target":0},{"source":34,"target":63},{"source":34,"target":311},{"source":311,"target":63},{"source":35,"target":0},{"source":35,"target":1},{"source":35,"target":312},{"source":35,"target":313},{"source":35,"target":314},{"source":35,"target":315},{"source":35,"target":299},{"source":35,"target":316},{"source":35,"target":317},{"source":35,"target":318},{"source":35,"target":319},{"source":35,"target":320},{"source":35,"target":321},{"source":35,"target":322},{"source":35,"target":323},{"source":35,"target":324},{"source":35,"target":325},{"source":35,"target":326},{"source":35,"target":327},{"source":35,"target":328},{"source":35,"target":329},{"source":312,"target":1},{"source":312,"target":330},{"source":312,"target":35},{"source":330,"target":1},{"source":313,"target":1},{"source":313,"target":331},{"source":313,"target":35},{"source":331,"target":1},{"source":314,"target":31},{"source":314,"target":332},{"source":314,"target":35},{"source":332,"target":31},{"source":315,"target":38},{"source":315,"target":333},{"source":315,"target":35},{"source":315,"target":334},{"source":333,"target":38},{"source":299,"target":30},{"source":299,"target":335},{"source":299,"target":35},{"source":299,"target":297},{"source":335,"target":30},{"source":316,"target":1},{"source":316,"target":336},{"source":316,"target":35},{"source":336,"target":1},{"source":317,"target":29},{"source":317,"target":337},{"source":317,"target":35},{"source":337,"target":29},{"source":318,"target":1},{"source":318,"target":338},{"source":318,"target":35},{"source":338,"target":1},{"source":319,"target":35},{"source":319,"target":339},{"source":319,"target":35},{"source":339,"target":35},{"source":320,"target":64},{"source":320,"target":340},{"source":320,"target":35},{"source":320,"target":341},{"source":340,"target":64},{"source":321,"target":35},{"source":321,"target":342},{"source":321,"target":35},{"source":342,"target":35},{"source":322,"target":95},{"source":322,"target":343},{"source":322,"target":35},{"source":322,"target":344},{"source":343,"target":95},{"source":323,"target":238},{"source":323,"target":345},{"source":323,"target":35},{"source":345,"target":238},{"source":324,"target":238},{"source":324,"target":346},{"source":324,"target":35},{"source":346,"target":238},{"source":325,"target":132},{"source":325,"target":347},{"source":325,"target":35},{"source":347,"target":132},{"source":326,"target":238},{"source":326,"target":348},{"source":326,"target":35},{"source":348,"target":238},{"source":327,"target":38},{"source":327,"target":349},{"source":327,"target":35},{"source":349,"target":38},{"source":328,"target":238},{"source":328,"target":350},{"source":328,"target":35},{"source":350,"target":238},{"source":329,"target":1},{"source":36,"target":0},{"source":36,"target":29},{"source":36,"target":351},{"source":351,"target":29},{"source":37,"target":0},{"source":37,"target":20},{"source":37,"target":352},{"source":352,"target":20},{"source":38,"target":0},{"source":38,"target":1},{"source":38,"target":305},{"source":38,"target":334},{"source":38,"target":308},{"source":38,"target":353},{"source":305,"target":32},{"source":305,"target":354},{"source":305,"target":38},{"source":305,"target":300},{"source":354,"target":32},{"source":334,"target":35},{"source":334,"target":355},{"source":334,"target":38},{"source":334,"target":315},{"source":355,"target":35},{"source":308,"target":32},{"source":308,"target":356},{"source":308,"target":38},{"source":308,"target":302},{"source":356,"target":32},{"source":353,"target":1},{"source":39,"target":0},{"source":39,"target":20},{"source":39,"target":357},{"source":357,"target":20},{"source":40,"target":0},{"source":40,"target":33},{"source":40,"target":358},{"source":358,"target":33},{"source":41,"target":0},{"source":41,"target":42},{"source":41,"target":359},{"source":359,"target":42},{"source":42,"target":0},{"source":42,"target":295},{"source":295,"target":29},{"source":295,"target":360},{"source":295,"target":42},{"source":295,"target":289},{"source":360,"target":29},{"source":43,"target":0},{"source":43,"target":44},{"source":43,"target":361},{"source":43,"target":362},{"source":361,"target":29},{"source":361,"target":363},{"source":361,"target":43},{"source":363,"target":29},{"source":362,"target":44},{"source":44,"target":0},{"source":45,"target":0},{"source":45,"target":46},{"source":45,"target":364},{"source":364,"target":46},{"source":46,"target":0},{"source":46,"target":38},{"source":46,"target":365},{"source":365,"target":38},{"source":47,"target":0},{"source":47,"target":20},{"source":47,"target":366},{"source":366,"target":20},{"source":48,"target":0},{"source":48,"target":33},{"source":48,"target":367},{"source":367,"target":33},{"source":49,"target":0},{"source":49,"target":50},{"source":49,"target":368},{"source":368,"target":50},{"source":50,"target":0},{"source":50,"target":42},{"source":50,"target":369},{"source":369,"target":42},{"source":51,"target":0},{"source":51,"target":33},{"source":51,"target":370},{"source":370,"target":33},{"source":52,"target":0},{"source":52,"target":46},{"source":52,"target":371},{"source":371,"target":46},{"source":53,"target":0},{"source":53,"target":42},{"source":53,"target":372},{"source":372,"target":42},{"source":54,"target":0},{"source":54,"target":50},{"source":54,"target":373},{"source":373,"target":50},{"source":55,"target":0},{"source":55,"target":34},{"source":55,"target":374},{"source":374,"target":34},{"source":56,"target":0},{"source":56,"target":64},{"source":56,"target":375},{"source":375,"target":64},{"source":57,"target":0},{"source":57,"target":46},{"source":57,"target":293},{"source":57,"target":376},{"source":293,"target":29},{"source":293,"target":377},{"source":293,"target":57},{"source":293,"target":288},{"source":377,"target":29},{"source":376,"target":46},{"source":58,"target":0},{"source":58,"target":46},{"source":58,"target":378},{"source":378,"target":46},{"source":59,"target":0},{"source":59,"target":38},{"source":59,"target":379},{"source":379,"target":38},{"source":60,"target":0},{"source":60,"target":38},{"source":60,"target":380},{"source":380,"target":38},{"source":61,"target":0},{"source":61,"target":34},{"source":61,"target":381},{"source":381,"target":34},{"source":62,"target":0},{"source":62,"target":42},{"source":62,"target":382},{"source":382,"target":42},{"source":63,"target":0},{"source":63,"target":64},{"source":63,"target":383},{"source":383,"target":64},{"source":64,"target":0},{"source":64,"target":384},{"source":64,"target":341},{"source":384,"target":1},{"source":384,"target":385},{"source":384,"target":64},{"source":385,"target":1},{"source":341,"target":35},{"source":341,"target":386},{"source":341,"target":64},{"source":341,"target":320},{"source":386,"target":35},{"source":65,"target":0},{"source":65,"target":33},{"source":65,"target":387},{"source":387,"target":33},{"source":66,"target":0},{"source":66,"target":1},{"source":66,"target":388},{"source":388,"target":1},{"source":67,"target":0},{"source":67,"target":21},{"source":67,"target":389},{"source":389,"target":21},{"source":68,"target":0},{"source":68,"target":33},{"source":68,"target":390},{"source":390,"target":33},{"source":69,"target":0},{"source":69,"target":64},{"source":69,"target":391},{"source":391,"target":64},{"source":70,"target":0},{"source":70,"target":64},{"source":70,"target":392},{"source":392,"target":64},{"source":71,"target":0},{"source":71,"target":20},{"source":71,"target":393},{"source":393,"target":20},{"source":72,"target":0},{"source":72,"target":42},{"source":72,"target":394},{"source":394,"target":42},{"source":73,"target":0},{"source":74,"target":0},{"source":74,"target":34},{"source":74,"target":395},{"source":395,"target":34},{"source":75,"target":0},{"source":75,"target":42},{"source":75,"target":396},{"source":396,"target":42},{"source":76,"target":0},{"source":76,"target":35},{"source":76,"target":397},{"source":397,"target":35},{"source":77,"target":0},{"source":77,"target":82},{"source":77,"target":76},{"source":77,"target":398},{"source":77,"target":399},{"source":77,"target":400},{"source":398,"target":111},{"source":398,"target":401},{"source":398,"target":77},{"source":398,"target":402},{"source":401,"target":111},{"source":399,"target":82},{"source":400,"target":76},{"source":78,"target":0},{"source":78,"target":76},{"source":78,"target":403},{"source":403,"target":76},{"source":79,"target":0},{"source":79,"target":1},{"source":79,"target":404},{"source":79,"target":405},{"source":79,"target":406},{"source":404,"target":80},{"source":404,"target":407},{"source":404,"target":79},{"source":404,"target":408},{"source":407,"target":80},{"source":405,"target":132},{"source":405,"target":409},{"source":405,"target":79},{"source":409,"target":132},{"source":406,"target":1},{"source":80,"target":0},{"source":80,"target":99},{"source":80,"target":408},{"source":80,"target":410},{"source":408,"target":79},{"source":408,"target":411},{"source":408,"target":80},{"source":408,"target":404},{"source":411,"target":79},{"source":410,"target":99},{"source":81,"target":0},{"source":81,"target":82},{"source":81,"target":412},{"source":412,"target":82},{"source":82,"target":0},{"source":82,"target":35},{"source":82,"target":413},{"source":413,"target":35},{"source":83,"target":0},{"source":83,"target":81},{"source":83,"target":414},{"source":414,"target":81},{"source":84,"target":0},{"source":84,"target":81},{"source":84,"target":415},{"source":415,"target":81},{"source":85,"target":0},{"source":85,"target":95},{"source":85,"target":416},{"source":85,"target":417},{"source":416,"target":106},{"source":416,"target":418},{"source":416,"target":85},{"source":416,"target":419},{"source":418,"target":106},{"source":417,"target":95},{"source":86,"target":0},{"source":86,"target":88},{"source":86,"target":420},{"source":86,"target":421},{"source":420,"target":87},{"source":420,"target":422},{"source":420,"target":86},{"source":420,"target":423},{"source":422,"target":87},{"source":421,"target":88},{"source":87,"target":0},{"source":87,"target":32},{"source":87,"target":424},{"source":87,"target":425},{"source":87,"target":423},{"source":87,"target":426},{"source":87,"target":427},{"source":424,"target":88},{"source":424,"target":428},{"source":424,"target":87},{"source":424,"target":429},{"source":428,"target":88},{"source":425,"target":106},{"source":425,"target":430},{"source":425,"target":87},{"source":425,"target":431},{"source":430,"target":106},{"source":423,"target":86},{"source":423,"target":432},{"source":423,"target":87},{"source":423,"target":420},{"source":432,"target":86},{"source":426,"target":112},{"source":426,"target":433},{"source":426,"target":87},{"source":426,"target":434},{"source":433,"target":112},{"source":427,"target":32},{"source":88,"target":0},{"source":88,"target":35},{"source":88,"target":429},{"source":88,"target":435},{"source":429,"target":87},{"source":429,"target":436},{"source":429,"target":88},{"source":429,"target":424},{"source":436,"target":87},{"source":435,"target":35},{"source":89,"target":0},{"source":89,"target":90},{"source":89,"target":437},{"source":89,"target":438},{"source":437,"target":1},{"source":437,"target":439},{"source":437,"target":89},{"source":439,"target":1},{"source":438,"target":90},{"source":90,"target":0},{"source":90,"target":97},{"source":90,"target":440},{"source":440,"target":97},{"source":91,"target":0},{"source":91,"target":441},{"source":91,"target":442},{"source":91,"target":443},{"source":91,"target":444},{"source":91,"target":445},{"source":91,"target":446},{"source":91,"target":447},{"source":441,"target":131},{"source":441,"target":448},{"source":441,"target":91},{"source":448,"target":131},{"source":442,"target":131},{"source":442,"target":449},{"source":442,"target":91},{"source":449,"target":131},{"source":443,"target":131},{"source":443,"target":450},{"source":443,"target":91},{"source":450,"target":131},{"source":444,"target":131},{"source":444,"target":451},{"source":444,"target":91},{"source":451,"target":131},{"source":445,"target":131},{"source":445,"target":452},{"source":445,"target":91},{"source":452,"target":131},{"source":446,"target":131},{"source":446,"target":453},{"source":446,"target":91},{"source":453,"target":131},{"source":447,"target":106},{"source":447,"target":454},{"source":447,"target":91},{"source":447,"target":455},{"source":454,"target":106},{"source":92,"target":0},{"source":92,"target":82},{"source":92,"target":456},{"source":456,"target":82},{"source":93,"target":0},{"source":93,"target":457},{"source":93,"target":458},{"source":93,"target":459},{"source":457,"target":238},{"source":457,"target":460},{"source":457,"target":93},{"source":460,"target":238},{"source":458,"target":125},{"source":458,"target":461},{"source":458,"target":93},{"source":458,"target":462},{"source":461,"target":125},{"source":459,"target":186},{"source":459,"target":463},{"source":459,"target":93},{"source":463,"target":186},{"source":94,"target":0},{"source":94,"target":95},{"source":94,"target":464},{"source":464,"target":95},{"source":95,"target":0},{"source":95,"target":344},{"source":95,"target":465},{"source":344,"target":35},{"source":344,"target":466},{"source":344,"target":95},{"source":344,"target":322},{"source":466,"target":35},{"source":465,"target":131},{"source":465,"target":467},{"source":465,"target":95},{"source":467,"target":131},{"source":96,"target":0},{"source":97,"target":0},{"source":97,"target":99},{"source":97,"target":468},{"source":468,"target":99},{"source":98,"target":0},{"source":98,"target":85},{"source":98,"target":469},{"source":469,"target":85},{"source":99,"target":0},{"source":99,"target":85},{"source":99,"target":470},{"source":470,"target":85},{"source":100,"target":0},{"source":100,"target":35},{"source":100,"target":471},{"source":471,"target":35},{"source":101,"target":0},{"source":101,"target":102},{"source":101,"target":472},{"source":472,"target":102},{"source":102,"target":0},{"source":102,"target":117},{"source":102,"target":473},{"source":473,"target":117},{"source":103,"target":0},{"source":103,"target":87},{"source":103,"target":474},{"source":103,"target":475},{"source":474,"target":106},{"source":474,"target":476},{"source":474,"target":103},{"source":474,"target":477},{"source":476,"target":106},{"source":475,"target":87},{"source":104,"target":0},{"source":104,"target":87},{"source":104,"target":478},{"source":104,"target":479},{"source":478,"target":106},{"source":478,"target":480},{"source":478,"target":104},{"source":478,"target":481},{"source":480,"target":106},{"source":479,"target":87},{"source":105,"target":0},{"source":105,"target":87},{"source":105,"target":482},{"source":105,"target":483},{"source":482,"target":106},{"source":482,"target":484},{"source":482,"target":105},{"source":482,"target":485},{"source":484,"target":106},{"source":483,"target":87},{"source":106,"target":0},{"source":106,"target":8},{"source":106,"target":486},{"source":106,"target":487},{"source":106,"target":488},{"source":106,"target":489},{"source":106,"target":431},{"source":106,"target":485},{"source":106,"target":481},{"source":106,"target":455},{"source":106,"target":419},{"source":106,"target":490},{"source":106,"target":477},{"source":106,"target":491},{"source":486,"target":110},{"source":486,"target":492},{"source":486,"target":106},{"source":486,"target":493},{"source":492,"target":110},{"source":487,"target":114},{"source":487,"target":494},{"source":487,"target":106},{"source":494,"target":114},{"source":488,"target":113},{"source":488,"target":495},{"source":488,"target":106},{"source":495,"target":113},{"source":489,"target":115},{"source":489,"target":496},{"source":489,"target":106},{"source":496,"target":115},{"source":431,"target":87},{"source":431,"target":497},{"source":431,"target":106},{"source":431,"target":425},{"source":497,"target":87},{"source":485,"target":105},{"source":485,"target":498},{"source":485,"target":106},{"source":485,"target":482},{"source":498,"target":105},{"source":481,"target":104},{"source":481,"target":499},{"source":481,"target":106},{"source":481,"target":478},{"source":499,"target":104},{"source":455,"target":91},{"source":455,"target":500},{"source":455,"target":106},{"source":455,"target":447},{"source":500,"target":91},{"source":419,"target":85},{"source":419,"target":501},{"source":419,"target":106},{"source":419,"target":416},{"source":501,"target":85},{"source":490,"target":238},{"source":490,"target":502},{"source":490,"target":106},{"source":502,"target":238},{"source":477,"target":103},{"source":477,"target":503},{"source":477,"target":106},{"source":477,"target":474},{"source":503,"target":103},{"source":491,"target":8},{"source":107,"target":0},{"source":107,"target":95},{"source":107,"target":504},{"source":504,"target":95},{"source":108,"target":0},{"source":108,"target":95},{"source":108,"target":505},{"source":505,"target":95},{"source":109,"target":0},{"source":109,"target":111},{"source":109,"target":506},{"source":506,"target":111},{"source":110,"target":0},{"source":110,"target":507},{"source":110,"target":493},{"source":110,"target":508},{"source":507,"target":119},{"source":507,"target":509},{"source":507,"target":110},{"source":507,"target":510},{"source":509,"target":119},{"source":493,"target":106},{"source":493,"target":511},{"source":493,"target":110},{"source":493,"target":486},{"source":511,"target":106},{"source":508,"target":127},{"source":508,"target":512},{"source":508,"target":110},{"source":508,"target":513},{"source":512,"target":127},{"source":111,"target":0},{"source":111,"target":85},{"source":111,"target":402},{"source":111,"target":514},{"source":402,"target":77},{"source":402,"target":515},{"source":402,"target":111},{"source":402,"target":398},{"source":515,"target":77},{"source":514,"target":85},{"source":112,"target":0},{"source":112,"target":88},{"source":112,"target":434},{"source":112,"target":516},{"source":434,"target":87},{"source":434,"target":517},{"source":434,"target":112},{"source":434,"target":426},{"source":517,"target":87},{"source":516,"target":88},{"source":113,"target":0},{"source":113,"target":110},{"source":113,"target":518},{"source":518,"target":110},{"source":114,"target":0},{"source":114,"target":110},{"source":114,"target":29},{"source":114,"target":519},{"source":114,"target":520},{"source":519,"target":110},{"source":520,"target":29},{"source":115,"target":0},{"source":115,"target":110},{"source":115,"target":521},{"source":521,"target":110},{"source":116,"target":0},{"source":116,"target":117},{"source":116,"target":522},{"source":522,"target":117},{"source":117,"target":0},{"source":117,"target":80},{"source":117,"target":523},{"source":117,"target":524},{"source":523,"target":118},{"source":523,"target":525},{"source":523,"target":117},{"source":523,"target":526},{"source":525,"target":118},{"source":524,"target":80},{"source":118,"target":0},{"source":118,"target":95},{"source":118,"target":38},{"source":118,"target":527},{"source":118,"target":526},{"source":118,"target":528},{"source":118,"target":529},{"source":527,"target":3},{"source":527,"target":530},{"source":527,"target":118},{"source":530,"target":3},{"source":526,"target":117},{"source":526,"target":531},{"source":526,"target":118},{"source":526,"target":523},{"source":531,"target":117},{"source":528,"target":95},{"source":529,"target":38},{"source":119,"target":0},{"source":119,"target":532},{"source":119,"target":510},{"source":532,"target":130},{"source":532,"target":533},{"source":532,"target":119},{"source":533,"target":130},{"source":510,"target":110},{"source":510,"target":534},{"source":510,"target":119},{"source":510,"target":507},{"source":534,"target":110},{"source":120,"target":0},{"source":120,"target":121},{"source":120,"target":535},{"source":535,"target":121},{"source":121,"target":0},{"source":121,"target":126},{"source":121,"target":536},{"source":536,"target":126},{"source":122,"target":0},{"source":122,"target":121},{"source":122,"target":537},{"source":537,"target":121},{"source":123,"target":0},{"source":123,"target":1},{"source":123,"target":538},{"source":538,"target":1},{"source":124,"target":0},{"source":124,"target":95},{"source":124,"target":539},{"source":539,"target":95},{"source":125,"target":0},{"source":125,"target":462},{"source":462,"target":93},{"source":462,"target":540},{"source":462,"target":125},{"source":462,"target":458},{"source":540,"target":93},{"source":126,"target":0},{"source":126,"target":100},{"source":126,"target":541},{"source":541,"target":100},{"source":127,"target":0},{"source":127,"target":35},{"source":127,"target":513},{"source":127,"target":542},{"source":513,"target":110},{"source":513,"target":543},{"source":513,"target":127},{"source":513,"target":508},{"source":543,"target":110},{"source":542,"target":35},{"source":128,"target":0},{"source":128,"target":95},{"source":128,"target":544},{"source":128,"target":545},{"source":544,"target":238},{"source":544,"target":546},{"source":544,"target":128},{"source":546,"target":238},{"source":545,"target":95},{"source":129,"target":0},{"source":130,"target":0},{"source":130,"target":1},{"source":130,"target":547},{"source":130,"target":548},{"source":130,"target":549},{"source":547,"target":1},{"source":547,"target":550},{"source":547,"target":130},{"source":550,"target":1},{"source":548,"target":186},{"source":548,"target":551},{"source":548,"target":130},{"source":551,"target":186},{"source":549,"target":1},{"source":131,"target":0},{"source":132,"target":0},{"source":132,"target":552},{"source":132,"target":553},{"source":132,"target":554},{"source":132,"target":555},{"source":132,"target":556},{"source":132,"target":557},{"source":552,"target":132},{"source":553,"target":132},{"source":554,"target":132},{"source":555,"target":132},{"source":556,"target":132},{"source":557,"target":132},{"source":558,"target":189},{"source":558,"target":186},{"source":558,"target":238},{"source":189,"target":558},{"source":186,"target":558},{"source":238,"target":558}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="wordpress" nsURI="wordpressmetamodel" nsPrefix="wordpressmetamodel">
<eAnnotations source="Diagram">
<details key="name" value="Wordpress"/>
<details key="icon" value="icons/application-diagram-16.png"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Website">
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//Content" 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="mediaFiles" upperBound="-1"
eType="#//Media" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//Tag"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templates" upperBound="-1"
eType="#//Template" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//Link" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1"
eType="#//User" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="widgets" upperBound="-1"
eType="#//Widget" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="widgetAreas" upperBound="-1"
eType="#//WidgetArea" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="menus" upperBound="-1"
eType="#//Menu" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="menuItems" upperBound="-1"
eType="#//MenuItem" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="externalLinks" upperBound="-1"
eType="#//ExternalLink" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="themes" upperBound="-1"
eType="#//Theme" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Post" eSuperTypes="#//Content">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stickFrontPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="postCategory" upperBound="-1"
eType="#//Category">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="postMedia" upperBound="-1"
eType="#//Media">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="postTag" upperBound="-1"
eType="#//Tag">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="postLink" eType="#//Link">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="postComment" upperBound="-1"
eType="#//Comment">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="postUser" eType="#//User">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="categoryPost" upperBound="-1"
eType="#//Post">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Category"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Media">
<eAnnotations source="Node">
<details key="base" value="Artifact"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aligment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formatSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mediaUser" eType="#//User"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mediaNode" upperBound="-1"
eType="#//Node"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tag">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tagPost" upperBound="-1"
eType="#//Post">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link">
<eAnnotations source="Node">
<details key="base" value="Association"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" 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="theLinkCategory" upperBound="-1"
eType="#//LinkCategory">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkCategory" eSuperTypes="#//Category">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="categoryLink" upperBound="-1"
eType="#//Link"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationNode" eSuperTypes="#//Node">
<eAnnotations source="Node">
<details key="base" value="Node"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//NavigationNode">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="pageTemplate" lowerBound="1"
eType="#//Template"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pageComment" upperBound="-1"
eType="#//Comment"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pageUser" eType="#//User"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Template">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateWidget" upperBound="-1"
eType="#//WidgetArea" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="commentPost" upperBound="-1"
eType="#//Post">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="commentPage" eType="#//NavigationNode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="commentUser" eType="#//User">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Comment"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="commentContent" eType="#//Content">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="User">
<eAnnotations source="Node">
<details key="base" value="Actor"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</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="WidgetArea">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="areaWidget" upperBound="-1"
eType="#//Widget" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Widget">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="theWidgetArea" eType="#//WidgetArea">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="widgetMenu" eType="#//Menu"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Menu">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="menuWidget" eType="#//Widget"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MenuItem">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="menuItemPage" eType="#//NavigationNode">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="menuItemExternal" eType="#//ExternalLink">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="navigationLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExternalLink">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Theme">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</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="themeWidgetArea" upperBound="-1"
eType="#//WidgetArea" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node">
<eAnnotations source="Node">
<details key="base" value="Node"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodeMedia" upperBound="-1"
eType="#//Media"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Content">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" 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:EReference" name="contentComment" upperBound="-1"
eType="#//Comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//Content">
<eAnnotations source="Node">
<details key="base" value="Class"/>
<details key="shape" value="shapes/ApplicationComponent.svg"/>
<details key="icon" value="icons/application-component-16.png"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Page">
<eAnnotations source="Edge">
<details key="base" value="Association"/>
<details key="icon" value="icons/association-16.png"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/wrwei/Jorvik/org.eclipse.jorvik.examples/model/Wordpress.ecore | ecore | wordpress
Website
contents
comments
categories
mediaFiles
tags
templates
nodes
links
users
widgets
widgetAreas
menus
menuItems
externalLinks
themes
Post
stickFrontPage
postCategory
postMedia
postTag
postLink
format
postComment
postUser
Category
name
description
categoryPost
parent
Media
title
description
aligment
formatSize
dimensions
mediaUser
mediaNode
Tag
name
description
tagPost
Link
url
name
theLinkCategory
target
visible
LinkCategory
categoryLink
NavigationNode
parent
pageTemplate
order
pageComment
pageUser
Template
templateWidget
Comment
text
commentPost
commentPage
commentUser
parent
commentContent
User
name
WidgetArea
areaWidget
Widget
theWidgetArea
active
widgetMenu
Menu
menuWidget
MenuItem
menuItemPage
menuItemExternal
navigationLabel
ExternalLink
Theme
name
themeWidgetArea
Node
title
date
text
status
visibility
nodeMedia
Content
title
date
text
visibility
status
contentComment
Page
parent
order | null | {"directed":true,"nodes":[{"nsPrefix":"wordpressmetamodel","nsURI":"wordpressmetamodel","name":"wordpress","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":"Post","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Media","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkCategory","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationNode","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetArea","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItem","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalLink","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Theme","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","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":"comments","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":"categories","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":"mediaFiles","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":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templates","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":"nodes","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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"widgets","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":"widgetAreas","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":"menus","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":"menuItems","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":"externalLinks","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":"themes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stickFrontPage","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postCategory","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":"postMedia","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":"postTag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postComment","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":"postUser","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"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categoryPost","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":"parent","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"},{"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aligment","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formatSize","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":"dimensions","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mediaUser","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":false,"unsettable":false,"transient":false,"unique":true,"name":"mediaNode","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"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"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":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tagPost","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":"url","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":"name","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":false,"unsettable":false,"transient":false,"unique":true,"name":"theLinkCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"visible","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categoryLink","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":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pageTemplate","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"order","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pageComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pageUser","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateWidget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentPost","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":false,"unsettable":false,"transient":false,"unique":true,"name":"commentPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentUser","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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"areaWidget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theWidgetArea","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","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":"widgetMenu","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menuWidget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menuItemPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menuItemExternal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"navigationLabel","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"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":"themeWidgetArea","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","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":"date","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":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":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeMedia","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","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":"text","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":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":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":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":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":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":21,"target":19},{"source":21,"target":36},{"source":21,"target":1},{"source":36,"target":19},{"source":22,"target":10},{"source":22,"target":37},{"source":22,"target":1},{"source":37,"target":10},{"source":23,"target":3},{"source":23,"target":38},{"source":23,"target":1},{"source":38,"target":3},{"source":24,"target":4},{"source":24,"target":39},{"source":24,"target":1},{"source":39,"target":4},{"source":25,"target":5},{"source":25,"target":40},{"source":25,"target":1},{"source":40,"target":5},{"source":26,"target":9},{"source":26,"target":41},{"source":26,"target":1},{"source":41,"target":9},{"source":27,"target":18},{"source":27,"target":42},{"source":27,"target":1},{"source":42,"target":18},{"source":28,"target":6},{"source":28,"target":43},{"source":28,"target":1},{"source":43,"target":6},{"source":29,"target":11},{"source":29,"target":44},{"source":29,"target":1},{"source":44,"target":11},{"source":30,"target":13},{"source":30,"target":45},{"source":30,"target":1},{"source":45,"target":13},{"source":31,"target":12},{"source":31,"target":46},{"source":31,"target":1},{"source":46,"target":12},{"source":32,"target":14},{"source":32,"target":47},{"source":32,"target":1},{"source":47,"target":14},{"source":33,"target":15},{"source":33,"target":48},{"source":33,"target":1},{"source":48,"target":15},{"source":34,"target":16},{"source":34,"target":49},{"source":34,"target":1},{"source":49,"target":16},{"source":35,"target":17},{"source":35,"target":50},{"source":35,"target":1},{"source":50,"target":17},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":51,"target":60},{"source":51,"target":2},{"source":52,"target":3},{"source":52,"target":61},{"source":52,"target":2},{"source":61,"target":3},{"source":53,"target":4},{"source":53,"target":62},{"source":53,"target":2},{"source":62,"target":4},{"source":54,"target":5},{"source":54,"target":63},{"source":54,"target":2},{"source":63,"target":5},{"source":55,"target":6},{"source":55,"target":64},{"source":55,"target":2},{"source":64,"target":6},{"source":56,"target":65},{"source":56,"target":2},{"source":57,"target":10},{"source":57,"target":66},{"source":57,"target":2},{"source":66,"target":10},{"source":58,"target":11},{"source":58,"target":67},{"source":58,"target":2},{"source":67,"target":11},{"source":59,"target":19},{"source":3,"target":0},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":68,"target":72},{"source":68,"target":3},{"source":69,"target":73},{"source":69,"target":3},{"source":70,"target":2},{"source":70,"target":74},{"source":70,"target":3},{"source":74,"target":2},{"source":71,"target":3},{"source":71,"target":75},{"source":71,"target":3},{"source":75,"target":3},{"source":4,"target":0},{"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":76,"target":83},{"source":76,"target":4},{"source":77,"target":84},{"source":77,"target":4},{"source":78,"target":85},{"source":78,"target":4},{"source":79,"target":86},{"source":79,"target":4},{"source":80,"target":87},{"source":80,"target":4},{"source":81,"target":11},{"source":81,"target":88},{"source":81,"target":4},{"source":88,"target":11},{"source":82,"target":18},{"source":82,"target":89},{"source":82,"target":4},{"source":89,"target":18},{"source":5,"target":0},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":90,"target":93},{"source":90,"target":5},{"source":91,"target":94},{"source":91,"target":5},{"source":92,"target":2},{"source":92,"target":95},{"source":92,"target":5},{"source":95,"target":2},{"source":6,"target":0},{"source":6,"target":96},{"source":6,"target":97},{"source":6,"target":98},{"source":6,"target":99},{"source":6,"target":100},{"source":96,"target":101},{"source":96,"target":6},{"source":97,"target":102},{"source":97,"target":6},{"source":98,"target":7},{"source":98,"target":103},{"source":98,"target":6},{"source":103,"target":7},{"source":99,"target":104},{"source":99,"target":6},{"source":100,"target":105},{"source":100,"target":6},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":106},{"source":7,"target":107},{"source":106,"target":6},{"source":106,"target":108},{"source":106,"target":7},{"source":108,"target":6},{"source":107,"target":3},{"source":8,"target":0},{"source":8,"target":18},{"source":8,"target":109},{"source":8,"target":110},{"source":8,"target":111},{"source":8,"target":112},{"source":8,"target":113},{"source":8,"target":114},{"source":109,"target":8},{"source":109,"target":115},{"source":109,"target":8},{"source":115,"target":8},{"source":110,"target":9},{"source":110,"target":116},{"source":110,"target":8},{"source":116,"target":9},{"source":111,"target":117},{"source":111,"target":8},{"source":112,"target":10},{"source":112,"target":118},{"source":112,"target":8},{"source":118,"target":10},{"source":113,"target":11},{"source":113,"target":119},{"source":113,"target":8},{"source":119,"target":11},{"source":114,"target":18},{"source":9,"target":0},{"source":9,"target":120},{"source":120,"target":12},{"source":120,"target":121},{"source":120,"target":9},{"source":121,"target":12},{"source":10,"target":0},{"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":122,"target":128},{"source":122,"target":10},{"source":123,"target":2},{"source":123,"target":129},{"source":123,"target":10},{"source":129,"target":2},{"source":124,"target":8},{"source":124,"target":130},{"source":124,"target":10},{"source":130,"target":8},{"source":125,"target":11},{"source":125,"target":131},{"source":125,"target":10},{"source":131,"target":11},{"source":126,"target":10},{"source":126,"target":132},{"source":126,"target":10},{"source":132,"target":10},{"source":127,"target":19},{"source":127,"target":133},{"source":127,"target":10},{"source":133,"target":19},{"source":11,"target":0},{"source":11,"target":134},{"source":134,"target":135},{"source":134,"target":11},{"source":12,"target":0},{"source":12,"target":136},{"source":136,"target":13},{"source":136,"target":137},{"source":136,"target":12},{"source":137,"target":13},{"source":13,"target":0},{"source":13,"target":138},{"source":13,"target":139},{"source":13,"target":140},{"source":138,"target":12},{"source":138,"target":141},{"source":138,"target":13},{"source":141,"target":12},{"source":139,"target":142},{"source":139,"target":13},{"source":140,"target":14},{"source":140,"target":143},{"source":140,"target":13},{"source":143,"target":14},{"source":14,"target":0},{"source":14,"target":144},{"source":144,"target":13},{"source":144,"target":145},{"source":144,"target":14},{"source":145,"target":13},{"source":15,"target":0},{"source":15,"target":146},{"source":15,"target":147},{"source":15,"target":148},{"source":146,"target":8},{"source":146,"target":149},{"source":146,"target":15},{"source":149,"target":8},{"source":147,"target":16},{"source":147,"target":150},{"source":147,"target":15},{"source":150,"target":16},{"source":148,"target":151},{"source":148,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":152},{"source":17,"target":153},{"source":152,"target":154},{"source":152,"target":17},{"source":153,"target":12},{"source":153,"target":155},{"source":153,"target":17},{"source":155,"target":12},{"source":18,"target":0},{"source":18,"target":156},{"source":18,"target":157},{"source":18,"target":158},{"source":18,"target":159},{"source":18,"target":160},{"source":18,"target":161},{"source":156,"target":162},{"source":156,"target":18},{"source":157,"target":163},{"source":157,"target":18},{"source":158,"target":164},{"source":158,"target":18},{"source":159,"target":165},{"source":159,"target":18},{"source":160,"target":166},{"source":160,"target":18},{"source":161,"target":4},{"source":161,"target":167},{"source":161,"target":18},{"source":167,"target":4},{"source":19,"target":0},{"source":19,"target":168},{"source":19,"target":169},{"source":19,"target":170},{"source":19,"target":171},{"source":19,"target":172},{"source":19,"target":173},{"source":168,"target":174},{"source":168,"target":19},{"source":169,"target":175},{"source":169,"target":19},{"source":170,"target":176},{"source":170,"target":19},{"source":171,"target":177},{"source":171,"target":19},{"source":172,"target":178},{"source":172,"target":19},{"source":173,"target":10},{"source":173,"target":179},{"source":173,"target":19},{"source":179,"target":10},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":180},{"source":20,"target":181},{"source":20,"target":182},{"source":180,"target":20},{"source":180,"target":183},{"source":180,"target":20},{"source":183,"target":20},{"source":181,"target":184},{"source":181,"target":20},{"source":182,"target":19}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="internal"
nsURI="http:///net/refractions/udig/project/internal.ecore" nsPrefix="net.refractions.udig.project.internal">
<eClassifiers xsi:type="ecore:EClass" name="Comparable" instanceTypeName="Comparable"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IMap" instanceClassName="net.refractions.udig.project.IMap"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ILayer" instanceClassName="net.refractions.udig.project.ILayer"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IEditManager" instanceClassName="net.refractions.udig.project.IEditManager"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IProject" instanceClassName="net.refractions.udig.project.IProject"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IAbstractContext" instanceClassName="net.refractions.udig.project.IAbstractContext"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IBlackboard" instanceClassName="net.refractions.udig.project.IBlackboard"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IProjectElement" instanceClassName="net.refractions.udig.project.IProjectElement"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IRenderManager" instanceClassName="net.refractions.udig.project.render.IRenderManager"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IViewportModel" instanceClassName="net.refractions.udig.project.render.IViewportModel"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ContextModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="layers" upperBound="-1"
eType="#//Layer" containment="true" resolveProxies="false" eOpposite="#//Layer/contextModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="map" eType="#//Map" transient="true"
eOpposite="#//Map/contextModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EditManager" eSuperTypes="#//IEditManager">
<eOperations name="setEditFeature" eExceptions="#//IllegalArgumentException">
<eParameters name="value" eType="#//SimpleFeature"/>
<eParameters name="layer" eType="#//Layer"/>
</eOperations>
<eOperations name="startTransaction"/>
<eOperations name="commitTransaction" eExceptions="#//IOException"/>
<eOperations name="rollbackTransaction" eExceptions="#//IOException"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="editFeature" eType="#//SimpleFeature"
changeable="false" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapInternal" eType="#//Map"
transient="true" eOpposite="#//Map/editManagerInternal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editLayerInternal" eType="#//Layer"
changeable="false" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transactionType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"
changeable="false" volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="editLayerLocked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectedLayer" eType="#//Layer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layer" eSuperTypes="#//ILayer #//IAdaptable #//IBlockingAdaptable #//IResolveChangeListener">
<eOperations name="getQuery" eType="#//Query">
<eParameters name="selection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="getCRS" eType="#//CoordinateReferenceSystem">
<eParameters name="monitor" eType="#//IProgressMonitor"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextModel" eType="#//ContextModel"
transient="true" eOpposite="#//ContextModel/layers"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="#//Filter"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="styleBlackboard" eType="#//StyleBlackboard"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="zorder" 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"
transient="true" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selectable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="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="catalogRef" eType="#//CatalogRef"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="#//URL" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="geoResource" eType="#//IGeoResource"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="geoResources" upperBound="-1"
eType="#//IGeoResource" changeable="false" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="glyph" eType="#//ImageDescriptor"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cRS" eType="#//CoordinateReferenceSystem"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//IBlackboard"
changeable="false" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colourScheme" eType="#//ColourScheme"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultColor" eType="#//Color"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureChanges" upperBound="-1"
eType="#//FeatureEvent" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minScaleDenominator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxScaleDenominator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Map" eSuperTypes="#//ProjectElement #//IMap">
<eOperations name="getBounds" eType="#//ReferencedEnvelope">
<eParameters name="monitor" eType="#//IProgressMonitor"/>
</eOperations>
<eOperations name="getAspectRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble">
<eParameters name="monitor" eType="#//IProgressMonitor"/>
</eOperations>
<eOperations name="redo"/>
<eOperations name="undo"/>
<eOperations name="backwardHistory"/>
<eOperations name="forwardHistory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextModel" eType="#//ContextModel"
containment="true" resolveProxies="false" eOpposite="#//ContextModel/map"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="navCommandStack" eType="#//NavCommandStack"
changeable="false" volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commandStack" eType="#//CommandStack"
changeable="false" volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layerFactory" eType="#//LayerFactory"
containment="true" resolveProxies="false" eOpposite="#//LayerFactory/map"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="viewportModelInternal"
eType="ecore:EClass render.ecore#//ViewportModel" containment="true" resolveProxies="false"
eOpposite="render.ecore#//ViewportModel/mapInternal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colorPalette" eType="#//BrewerPalette"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="editManagerInternal" eType="#//EditManager"
transient="true" containment="true" resolveProxies="false" eOpposite="#//EditManager/mapInternal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="renderManagerInternal"
eType="ecore:EClass render.ecore#//RenderManager" transient="true" eOpposite="render.ecore#//RenderManager/mapInternal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colourScheme" eType="#//ColourScheme"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blackBoardInternal" eType="#//Blackboard"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//IProject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementsInternal" upperBound="-1"
eType="#//ProjectElement" eOpposite="#//ProjectElement/projectInternal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectElement" abstract="true" interface="true"
eSuperTypes="#//IProjectElement #//IAdaptable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projectInternal" eType="#//Project"
eOpposite="#//Project/elementsInternal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProjectRegistry">
<eOperations name="getProject" eType="#//Project">
<eParameters name="uri" eType="#//URI"/>
</eOperations>
<eOperations name="getProject" eType="#//Project">
<eParameters name="projectPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentProject" eType="#//Project"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="projects" upperBound="-1"
eType="#//Project"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StyleBlackboard" eSuperTypes="#//IStyleBlackboard #//Cloneable">
<eOperations name="get" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="styleId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="lookup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="theClass">
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="contains" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="styleId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="put">
<eParameters name="styleId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="put" eExceptions="#//IOException">
<eParameters name="url" eType="#//URL"/>
<eParameters name="monitor" eType="#//IProgressMonitor"/>
</eOperations>
<eOperations name="remove" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="styleId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="clone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="#//StyleEntry" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StyleEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memento" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="styleClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"
volatile="true" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cloneable" instanceTypeName="Cloneable"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LayerFactory">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" eType="#//Map" transient="true"
eOpposite="#//Map/layerFactory"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IAdaptable" instanceClassName="org.eclipse.core.runtime.IAdaptable"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IBlockingAdaptable" instanceClassName="net.refractions.udig.core.IBlockingAdaptable"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Blackboard" eSuperTypes="#//IBlackboard">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//BlackboardEntry" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlackboardEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memento" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="objectClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"
volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"
volatile="true" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IResolveChangeListener" instanceClassName="net.refractions.udig.catalog.IResolveChangeListener"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EDataType" name="Coordinate" instanceClassName="com.vividsolutions.jts.geom.Coordinate"/>
<eClassifiers xsi:type="ecore:EDataType" name="MapDisplay" instanceClassName="net.refractions.udig.project.render.displayAdapter.IMapDisplay"/>
<eClassifiers xsi:type="ecore:EDataType" name="FeatureResults" instanceClassName="org.geotools.data.FeatureResults"/>
<eClassifiers xsi:type="ecore:EDataType" name="List" instanceClassName="java.util.List"/>
<eClassifiers xsi:type="ecore:EDataType" name="AffineTransform" instanceClassName="java.awt.geom.AffineTransform"/>
<eClassifiers xsi:type="ecore:EDataType" name="NavCommandStack" instanceClassName="net.refractions.udig.project.command.NavCommandStack"/>
<eClassifiers xsi:type="ecore:EDataType" name="IGeoResource" instanceClassName="net.refractions.udig.catalog.IGeoResource"/>
<eClassifiers xsi:type="ecore:EDataType" name="Filter" instanceClassName="org.opengis.filter.Filter"/>
<eClassifiers xsi:type="ecore:EDataType" name="CoordinateReferenceSystem" instanceClassName="org.opengis.referencing.crs.CoordinateReferenceSystem"/>
<eClassifiers xsi:type="ecore:EDataType" name="CommandStack" instanceClassName="net.refractions.udig.project.command.CommandStack"/>
<eClassifiers xsi:type="ecore:EDataType" name="Feature" instanceClassName="org.geotools.feature.SimpleFeature"/>
<eClassifiers xsi:type="ecore:EDataType" name="Point" instanceClassName="java.awt.Point"/>
<eClassifiers xsi:type="ecore:EDataType" name="Adapter" instanceClassName="org.eclipse.emf.common.notify.Adapter"/>
<eClassifiers xsi:type="ecore:EDataType" name="IProgressMonitor" instanceClassName="org.eclipse.core.runtime.IProgressMonitor"/>
<eClassifiers xsi:type="ecore:EDataType" name="Query" instanceClassName="org.geotools.data.Query"/>
<eClassifiers xsi:type="ecore:EDataType" name="URL" instanceClassName="java.net.URL"/>
<eClassifiers xsi:type="ecore:EDataType" name="ImageDescriptor" instanceClassName="org.eclipse.jface.resource.ImageDescriptor"/>
<eClassifiers xsi:type="ecore:EDataType" name="EditCommand" instanceClassName="net.refractions.udig.project.command.EditCommand"/>
<eClassifiers xsi:type="ecore:EDataType" name="NavCommand" instanceClassName="net.refractions.udig.project.command.NavCommand"/>
<eClassifiers xsi:type="ecore:EDataType" name="Envelope" instanceClassName="com.vividsolutions.jts.geom.Envelope"/>
<eClassifiers xsi:type="ecore:EDataType" name="EditManagerControlCommand" instanceClassName="net.refractions.udig.project.command.EditManagerControlCommand"/>
<eClassifiers xsi:type="ecore:EDataType" name="Command" instanceClassName="net.refractions.udig.project.command.MapCommand"/>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"/>
<eClassifiers xsi:type="ecore:EDataType" name="CatalogRef" instanceClassName="net.refractions.udig.project.internal.CatalogRef"/>
<eClassifiers xsi:type="ecore:EDataType" name="ColourPalette" instanceClassName="net.refractions.udig.ui.palette.ColourPalette"/>
<eClassifiers xsi:type="ecore:EDataType" name="ColourScheme" instanceClassName="net.refractions.udig.ui.palette.ColourScheme"/>
<eClassifiers xsi:type="ecore:EDataType" name="MutablePicoContainer" instanceClassName="org.picocontainer.MutablePicoContainer"/>
<eClassifiers xsi:type="ecore:EDataType" name="ReferencedEnvelope" instanceClassName="org.geotools.geometry.jts.ReferencedEnvelope"/>
<eClassifiers xsi:type="ecore:EDataType" name="FeatureEvent" instanceClassName="org.geotools.data.FeatureEvent"/>
<eClassifiers xsi:type="ecore:EDataType" name="SimpleFeature" instanceClassName="org.opengis.feature.simple.SimpleFeature"/>
<eClassifiers xsi:type="ecore:EDataType" name="IllegalArgumentException" instanceClassName="java.lang.IllegalArgumentException"/>
<eClassifiers xsi:type="ecore:EDataType" name="IOException" instanceClassName="java.io.IOException"/>
<eClassifiers xsi:type="ecore:EDataType" name="Color" instanceClassName="java.awt.Color"/>
<eClassifiers xsi:type="ecore:EDataType" name="BrewerPalette" instanceClassName="org.geotools.brewer.color.BrewerPalette"/>
<eClassifiers xsi:type="ecore:EClass" name="IStyleBlackboard" instanceClassName="net.refractions.udig.project.IStyleBlackboard"
abstract="true" interface="true"/>
</ecore:EPackage>
| github:ecore:/data/HGitMaster/udig-osgi/plugins/net.refractions.udig.project/emf/internal.ecore | ecore | internal
Comparable
java.lang.Object
Comparable
IMap
net.refractions.udig.project.IMap
net.refractions.udig.project.IMap
ILayer
net.refractions.udig.project.ILayer
net.refractions.udig.project.ILayer
IEditManager
net.refractions.udig.project.IEditManager
net.refractions.udig.project.IEditManager
IProject
net.refractions.udig.project.IProject
net.refractions.udig.project.IProject
IAbstractContext
net.refractions.udig.project.IAbstractContext
net.refractions.udig.project.IAbstractContext
IBlackboard
net.refractions.udig.project.IBlackboard
net.refractions.udig.project.IBlackboard
IProjectElement
net.refractions.udig.project.IProjectElement
net.refractions.udig.project.IProjectElement
IRenderManager
net.refractions.udig.project.render.IRenderManager
net.refractions.udig.project.render.IRenderManager
IViewportModel
net.refractions.udig.project.render.IViewportModel
net.refractions.udig.project.render.IViewportModel
ContextModel
layers
map
EditManager
setEditFeature
value
layer
startTransaction
commitTransaction
rollbackTransaction
editFeature
mapInternal
editLayerInternal
transactionType
editLayerLocked
selectedLayer
Layer
getQuery
selection
getCRS
monitor
contextModel
filter
styleBlackboard
zorder
status
0
selectable
true
name
catalogRef
iD
visible
geoResource
geoResources
glyph
cRS
properties
colourScheme
defaultColor
featureChanges
minScaleDenominator
maxScaleDenominator
Map
getBounds
monitor
getAspectRatio
monitor
redo
undo
backwardHistory
forwardHistory
contextModel
abstract
navCommandStack
commandStack
layerFactory
viewportModelInternal
colorPalette
editManagerInternal
renderManagerInternal
colourScheme
blackBoardInternal
Project
name
elementsInternal
ProjectElement
name
projectInternal
ProjectRegistry
getProject
uri
getProject
projectPath
currentProject
projects
StyleBlackboard
get
styleId
lookup
theClass
contains
styleId
put
styleId
style
put
url
monitor
remove
styleId
clone
content
StyleEntry
iD
memento
style
styleClass
Cloneable
java.lang.Object
Cloneable
LayerFactory
map
IAdaptable
org.eclipse.core.runtime.IAdaptable
org.eclipse.core.runtime.IAdaptable
IBlockingAdaptable
net.refractions.udig.core.IBlockingAdaptable
net.refractions.udig.core.IBlockingAdaptable
Blackboard
entries
BlackboardEntry
key
memento
objectClass
object
IResolveChangeListener
net.refractions.udig.catalog.IResolveChangeListener
net.refractions.udig.catalog.IResolveChangeListener
Coordinate
com.vividsolutions.jts.geom.Coordinate
com.vividsolutions.jts.geom.Coordinate
MapDisplay
net.refractions.udig.project.render.displayAdapter.IMapDisplay
net.refractions.udig.project.render.displayAdapter.IMapDisplay
FeatureResults
org.geotools.data.FeatureResults
org.geotools.data.FeatureResults
List
java.util.List
java.util.List
AffineTransform
java.awt.geom.AffineTransform
java.awt.geom.AffineTransform
NavCommandStack
net.refractions.udig.project.command.NavCommandStack
net.refractions.udig.project.command.NavCommandStack
IGeoResource
net.refractions.udig.catalog.IGeoResource
net.refractions.udig.catalog.IGeoResource
Filter
org.opengis.filter.Filter
org.opengis.filter.Filter
CoordinateReferenceSystem
org.opengis.referencing.crs.CoordinateReferenceSystem
org.opengis.referencing.crs.CoordinateReferenceSystem
CommandStack
net.refractions.udig.project.command.CommandStack
net.refractions.udig.project.command.CommandStack
Feature
org.geotools.feature.SimpleFeature
org.geotools.feature.SimpleFeature
Point
java.awt.Point
java.awt.Point
Adapter
org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter
IProgressMonitor
org.eclipse.core.runtime.IProgressMonitor
org.eclipse.core.runtime.IProgressMonitor
Query
org.geotools.data.Query
org.geotools.data.Query
URL
java.net.URL
java.net.URL
ImageDescriptor
org.eclipse.jface.resource.ImageDescriptor
org.eclipse.jface.resource.ImageDescriptor
EditCommand
net.refractions.udig.project.command.EditCommand
net.refractions.udig.project.command.EditCommand
NavCommand
net.refractions.udig.project.command.NavCommand
net.refractions.udig.project.command.NavCommand
Envelope
com.vividsolutions.jts.geom.Envelope
com.vividsolutions.jts.geom.Envelope
EditManagerControlCommand
net.refractions.udig.project.command.EditManagerControlCommand
net.refractions.udig.project.command.EditManagerControlCommand
Command
net.refractions.udig.project.command.MapCommand
net.refractions.udig.project.command.MapCommand
URI
org.eclipse.emf.common.util.URI
org.eclipse.emf.common.util.URI
CatalogRef
net.refractions.udig.project.internal.CatalogRef
net.refractions.udig.project.internal.CatalogRef
ColourPalette
net.refractions.udig.ui.palette.ColourPalette
net.refractions.udig.ui.palette.ColourPalette
ColourScheme
net.refractions.udig.ui.palette.ColourScheme
net.refractions.udig.ui.palette.ColourScheme
MutablePicoContainer
org.picocontainer.MutablePicoContainer
org.picocontainer.MutablePicoContainer
ReferencedEnvelope
org.geotools.geometry.jts.ReferencedEnvelope
org.geotools.geometry.jts.ReferencedEnvelope
FeatureEvent
org.geotools.data.FeatureEvent
org.geotools.data.FeatureEvent
SimpleFeature
org.opengis.feature.simple.SimpleFeature
org.opengis.feature.simple.SimpleFeature
IllegalArgumentException
java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
IOException
java.io.IOException
java.io.IOException
Color
java.awt.Color
java.awt.Color
BrewerPalette
org.geotools.brewer.color.BrewerPalette
org.geotools.brewer.color.BrewerPalette
IStyleBlackboard
net.refractions.udig.project.IStyleBlackboard
net.refractions.udig.project.IStyleBlackboard | null | {"directed":true,"nodes":[{"nsPrefix":"net.refractions.udig.project.internal","nsURI":"http:///net/refractions/udig/project/internal.ecore","name":"internal","id":0,"eClass":"EPackage"},{"instanceTypeName":"Comparable","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Comparable","instanceClass":"java.lang.Object","abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":"net.refractions.udig.project.IMap","defaultValue":null,"instanceClassName":"net.refractions.udig.project.IMap","name":"IMap","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":"net.refractions.udig.project.ILayer","defaultValue":null,"instanceClassName":"net.refractions.udig.project.ILayer","name":"ILayer","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":"net.refractions.udig.project.IEditManager","defaultValue":null,"instanceClassName":"net.refractions.udig.project.IEditManager","name":"IEditManager","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":"net.refractions.udig.project.IProject","defaultValue":null,"instanceClassName":"net.refractions.udig.project.IProject","name":"IProject","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":"net.refractions.udig.project.IAbstractContext","defaultValue":null,"instanceClassName":"net.refractions.udig.project.IAbstractContext","name":"IAbstractContext","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":"net.refractions.udig.project.IBlackboard","defaultValue":null,"instanceClassName":"net.refractions.udig.project.IBlackboard","name":"IBlackboard","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":"net.refractions.udig.project.IProjectElement","defaultValue":null,"instanceClassName":"net.refractions.udig.project.IProjectElement","name":"IProjectElement","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":"net.refractions.udig.project.render.IRenderManager","defaultValue":null,"instanceClassName":"net.refractions.udig.project.render.IRenderManager","name":"IRenderManager","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":"net.refractions.udig.project.render.IViewportModel","defaultValue":null,"instanceClassName":"net.refractions.udig.project.render.IViewportModel","name":"IViewportModel","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextModel","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditManager","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Map","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectElement","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectRegistry","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleBlackboard","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleEntry","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":"Cloneable","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Cloneable","instanceClass":"java.lang.Object","abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayerFactory","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.core.runtime.IAdaptable","defaultValue":null,"instanceClassName":"org.eclipse.core.runtime.IAdaptable","name":"IAdaptable","instanceClass":"org.eclipse.core.runtime.IAdaptable","abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":"net.refractions.udig.core.IBlockingAdaptable","defaultValue":null,"instanceClassName":"net.refractions.udig.core.IBlockingAdaptable","name":"IBlockingAdaptable","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Blackboard","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlackboardEntry","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":"net.refractions.udig.catalog.IResolveChangeListener","defaultValue":null,"instanceClassName":"net.refractions.udig.catalog.IResolveChangeListener","name":"IResolveChangeListener","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":"com.vividsolutions.jts.geom.Coordinate","defaultValue":null,"instanceClassName":"com.vividsolutions.jts.geom.Coordinate","name":"Coordinate","instanceClass":null,"id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"net.refractions.udig.project.render.displayAdapter.IMapDisplay","defaultValue":null,"instanceClassName":"net.refractions.udig.project.render.displayAdapter.IMapDisplay","name":"MapDisplay","instanceClass":null,"id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.geotools.data.FeatureResults","defaultValue":null,"instanceClassName":"org.geotools.data.FeatureResults","name":"FeatureResults","instanceClass":null,"id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"List","instanceClass":"java.util.List","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.awt.geom.AffineTransform","defaultValue":null,"instanceClassName":"java.awt.geom.AffineTransform","name":"AffineTransform","instanceClass":"java.awt.geom.AffineTransform","id":31,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"net.refractions.udig.project.command.NavCommandStack","defaultValue":null,"instanceClassName":"net.refractions.udig.project.command.NavCommandStack","name":"NavCommandStack","instanceClass":null,"id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"net.refractions.udig.catalog.IGeoResource","defaultValue":null,"instanceClassName":"net.refractions.udig.catalog.IGeoResource","name":"IGeoResource","instanceClass":null,"id":33,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.opengis.filter.Filter","defaultValue":null,"instanceClassName":"org.opengis.filter.Filter","name":"Filter","instanceClass":null,"id":34,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.opengis.referencing.crs.CoordinateReferenceSystem","defaultValue":null,"instanceClassName":"org.opengis.referencing.crs.CoordinateReferenceSystem","name":"CoordinateReferenceSystem","instanceClass":null,"id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"net.refractions.udig.project.command.CommandStack","defaultValue":null,"instanceClassName":"net.refractions.udig.project.command.CommandStack","name":"CommandStack","instanceClass":null,"id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.geotools.feature.SimpleFeature","defaultValue":null,"instanceClassName":"org.geotools.feature.SimpleFeature","name":"Feature","instanceClass":null,"id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.awt.Point","defaultValue":null,"instanceClassName":"java.awt.Point","name":"Point","instanceClass":"java.awt.Point","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.notify.Adapter","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.notify.Adapter","name":"Adapter","instanceClass":"org.eclipse.emf.common.notify.Adapter","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.core.runtime.IProgressMonitor","defaultValue":null,"instanceClassName":"org.eclipse.core.runtime.IProgressMonitor","name":"IProgressMonitor","instanceClass":"org.eclipse.core.runtime.IProgressMonitor","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.geotools.data.Query","defaultValue":null,"instanceClassName":"org.geotools.data.Query","name":"Query","instanceClass":null,"id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.net.URL","defaultValue":null,"instanceClassName":"java.net.URL","name":"URL","instanceClass":"java.net.URL","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.jface.resource.ImageDescriptor","defaultValue":null,"instanceClassName":"org.eclipse.jface.resource.ImageDescriptor","name":"ImageDescriptor","instanceClass":null,"id":43,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"net.refractions.udig.project.command.EditCommand","defaultValue":null,"instanceClassName":"net.refractions.udig.project.command.EditCommand","name":"EditCommand","instanceClass":null,"id":44,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"net.refractions.udig.project.command.NavCommand","defaultValue":null,"instanceClassName":"net.refractions.udig.project.command.NavCommand","name":"NavCommand","instanceClass":null,"id":45,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.vividsolutions.jts.geom.Envelope","defaultValue":null,"instanceClassName":"com.vividsolutions.jts.geom.Envelope","name":"Envelope","instanceClass":null,"id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"net.refractions.udig.project.command.EditManagerControlCommand","defaultValue":null,"instanceClassName":"net.refractions.udig.project.command.EditManagerControlCommand","name":"EditManagerControlCommand","instanceClass":null,"id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"net.refractions.udig.project.command.MapCommand","defaultValue":null,"instanceClassName":"net.refractions.udig.project.command.MapCommand","name":"Command","instanceClass":null,"id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.URI","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.URI","name":"URI","instanceClass":"org.eclipse.emf.common.util.URI","id":49,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"net.refractions.udig.project.internal.CatalogRef","defaultValue":null,"instanceClassName":"net.refractions.udig.project.internal.CatalogRef","name":"CatalogRef","instanceClass":null,"id":50,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"net.refractions.udig.ui.palette.ColourPalette","defaultValue":null,"instanceClassName":"net.refractions.udig.ui.palette.ColourPalette","name":"ColourPalette","instanceClass":null,"id":51,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"net.refractions.udig.ui.palette.ColourScheme","defaultValue":null,"instanceClassName":"net.refractions.udig.ui.palette.ColourScheme","name":"ColourScheme","instanceClass":null,"id":52,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.picocontainer.MutablePicoContainer","defaultValue":null,"instanceClassName":"org.picocontainer.MutablePicoContainer","name":"MutablePicoContainer","instanceClass":null,"id":53,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.geotools.geometry.jts.ReferencedEnvelope","defaultValue":null,"instanceClassName":"org.geotools.geometry.jts.ReferencedEnvelope","name":"ReferencedEnvelope","instanceClass":null,"id":54,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.geotools.data.FeatureEvent","defaultValue":null,"instanceClassName":"org.geotools.data.FeatureEvent","name":"FeatureEvent","instanceClass":null,"id":55,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.opengis.feature.simple.SimpleFeature","defaultValue":null,"instanceClassName":"org.opengis.feature.simple.SimpleFeature","name":"SimpleFeature","instanceClass":null,"id":56,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.IllegalArgumentException","defaultValue":null,"instanceClassName":"java.lang.IllegalArgumentException","name":"IllegalArgumentException","instanceClass":"java.lang.IllegalArgumentException","id":57,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.io.IOException","defaultValue":null,"instanceClassName":"java.io.IOException","name":"IOException","instanceClass":"java.io.IOException","id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.awt.Color","defaultValue":null,"instanceClassName":"java.awt.Color","name":"Color","instanceClass":"java.awt.Color","id":59,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.geotools.brewer.color.BrewerPalette","defaultValue":null,"instanceClassName":"org.geotools.brewer.color.BrewerPalette","name":"BrewerPalette","instanceClass":null,"id":60,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"net.refractions.udig.project.IStyleBlackboard","defaultValue":null,"instanceClassName":"net.refractions.udig.project.IStyleBlackboard","name":"IStyleBlackboard","instanceClass":null,"abstract":true,"id":61,"interface":true,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"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":"map","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"contextModel","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":true,"unsettable":false,"transient":false,"unique":true,"name":"contextModel","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"setEditFeature","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"startTransaction","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"commitTransaction","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"rollbackTransaction","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"editFeature","changeable":false,"lowerBound":0,"iD":false,"id":72,"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":"mapInternal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"editLayerInternal","changeable":false,"resolveProxies":false,"lowerBound":0,"id":74,"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":"transactionType","changeable":false,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editLayerLocked","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedLayer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"layer","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EParameter"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"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":true,"unique":true,"name":"editManagerInternal","changeable":true,"resolveProxies":false,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getQuery","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCRS","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"filter","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"styleBlackboard","changeable":true,"resolveProxies":false,"lowerBound":0,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zorder","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":"0","unsettable":false,"transient":true,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":98,"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":"selectable","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"catalogRef","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":true,"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":"visible","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":true,"unique":true,"name":"geoResource","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":true,"unique":true,"name":"geoResources","changeable":false,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"glyph","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":true,"unique":true,"name":"cRS","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"properties","changeable":false,"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":"colourScheme","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":"defaultColor","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"featureChanges","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minScaleDenominator","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxScaleDenominator","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"selection","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EParameter"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":122,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBounds","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAspectRatio","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"redo","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"undo","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"backwardHistory","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"forwardHistory","lowerBound":0,"id":149,"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":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":150,"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":"navCommandStack","changeable":false,"lowerBound":0,"iD":false,"id":151,"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":"commandStack","changeable":false,"lowerBound":0,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layerFactory","changeable":true,"resolveProxies":false,"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":"viewportModelInternal","changeable":true,"resolveProxies":false,"lowerBound":0,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colorPalette","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":true,"unique":true,"name":"renderManagerInternal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colourScheme","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blackBoardInternal","changeable":true,"resolveProxies":false,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","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"},{"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":"map","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementsInternal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"projectInternal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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,"unique":true,"name":"getProject","lowerBound":0,"id":190,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProject","lowerBound":0,"id":191,"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":true,"unique":true,"name":"currentProject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"projects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EParameter"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"projectPath","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EParameter"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"lookup","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"contains","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"put","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"put","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clone","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":false,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"styleId","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"theClass","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EParameter"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"styleId","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EParameter"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"styleId","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"style","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EParameter"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"url","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"monitor","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EParameter"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"styleId","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EParameter"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"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":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":"memento","changeable":true,"lowerBound":0,"iD":false,"id":237,"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":"style","changeable":true,"lowerBound":0,"iD":false,"id":238,"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":"styleClass","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"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":"key","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memento","changeable":true,"lowerBound":0,"iD":false,"id":249,"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":"objectClass","changeable":true,"lowerBound":0,"iD":false,"id":250,"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":"object","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":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":62},{"source":11,"target":63},{"source":62,"target":13},{"source":62,"target":64},{"source":62,"target":11},{"source":62,"target":65},{"source":64,"target":13},{"source":63,"target":14},{"source":63,"target":66},{"source":63,"target":11},{"source":63,"target":67},{"source":66,"target":14},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":68,"target":12},{"source":68,"target":79},{"source":68,"target":80},{"source":68,"target":57},{"source":68,"target":81},{"source":79,"target":56},{"source":79,"target":82},{"source":79,"target":68},{"source":82,"target":56},{"source":80,"target":13},{"source":80,"target":83},{"source":80,"target":68},{"source":83,"target":13},{"source":81,"target":57},{"source":69,"target":12},{"source":70,"target":12},{"source":70,"target":58},{"source":70,"target":84},{"source":84,"target":58},{"source":71,"target":12},{"source":71,"target":58},{"source":71,"target":85},{"source":85,"target":58},{"source":72,"target":56},{"source":72,"target":86},{"source":72,"target":12},{"source":86,"target":56},{"source":73,"target":14},{"source":73,"target":87},{"source":73,"target":12},{"source":73,"target":88},{"source":87,"target":14},{"source":74,"target":13},{"source":74,"target":89},{"source":74,"target":12},{"source":89,"target":13},{"source":75,"target":90},{"source":75,"target":12},{"source":76,"target":91},{"source":76,"target":12},{"source":77,"target":13},{"source":77,"target":92},{"source":77,"target":12},{"source":92,"target":13},{"source":78,"target":4},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":22},{"source":13,"target":23},{"source":13,"target":26},{"source":13,"target":93},{"source":13,"target":94},{"source":13,"target":65},{"source":13,"target":95},{"source":13,"target":96},{"source":13,"target":97},{"source":13,"target":98},{"source":13,"target":99},{"source":13,"target":100},{"source":13,"target":101},{"source":13,"target":102},{"source":13,"target":103},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":13,"target":107},{"source":13,"target":108},{"source":13,"target":109},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":13,"target":114},{"source":13,"target":115},{"source":13,"target":116},{"source":13,"target":117},{"source":93,"target":41},{"source":93,"target":118},{"source":93,"target":13},{"source":93,"target":119},{"source":118,"target":41},{"source":119,"target":120},{"source":119,"target":93},{"source":94,"target":35},{"source":94,"target":121},{"source":94,"target":13},{"source":94,"target":122},{"source":121,"target":35},{"source":122,"target":40},{"source":122,"target":123},{"source":122,"target":94},{"source":123,"target":40},{"source":65,"target":11},{"source":65,"target":124},{"source":65,"target":13},{"source":65,"target":62},{"source":124,"target":11},{"source":95,"target":34},{"source":95,"target":125},{"source":95,"target":13},{"source":125,"target":34},{"source":96,"target":18},{"source":96,"target":126},{"source":96,"target":13},{"source":126,"target":18},{"source":97,"target":127},{"source":97,"target":13},{"source":98,"target":128},{"source":98,"target":13},{"source":99,"target":129},{"source":99,"target":13},{"source":100,"target":130},{"source":100,"target":13},{"source":101,"target":50},{"source":101,"target":131},{"source":101,"target":13},{"source":131,"target":50},{"source":102,"target":42},{"source":102,"target":132},{"source":102,"target":13},{"source":132,"target":42},{"source":103,"target":133},{"source":103,"target":13},{"source":104,"target":33},{"source":104,"target":134},{"source":104,"target":13},{"source":134,"target":33},{"source":105,"target":33},{"source":105,"target":135},{"source":105,"target":13},{"source":135,"target":33},{"source":106,"target":43},{"source":106,"target":136},{"source":106,"target":13},{"source":136,"target":43},{"source":107,"target":35},{"source":107,"target":137},{"source":107,"target":13},{"source":137,"target":35},{"source":108,"target":7},{"source":108,"target":138},{"source":108,"target":13},{"source":138,"target":7},{"source":109,"target":52},{"source":109,"target":139},{"source":109,"target":13},{"source":139,"target":52},{"source":110,"target":59},{"source":110,"target":140},{"source":110,"target":13},{"source":140,"target":59},{"source":111,"target":55},{"source":111,"target":141},{"source":111,"target":13},{"source":141,"target":55},{"source":112,"target":142},{"source":112,"target":13},{"source":113,"target":143},{"source":113,"target":13},{"source":114,"target":3},{"source":115,"target":22},{"source":116,"target":23},{"source":117,"target":26},{"source":14,"target":0},{"source":14,"target":16},{"source":14,"target":2},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":14,"target":147},{"source":14,"target":148},{"source":14,"target":149},{"source":14,"target":67},{"source":14,"target":150},{"source":14,"target":151},{"source":14,"target":152},{"source":14,"target":153},{"source":14,"target":154},{"source":14,"target":155},{"source":14,"target":88},{"source":14,"target":156},{"source":14,"target":157},{"source":14,"target":158},{"source":14,"target":159},{"source":14,"target":160},{"source":144,"target":54},{"source":144,"target":161},{"source":144,"target":14},{"source":144,"target":162},{"source":161,"target":54},{"source":162,"target":40},{"source":162,"target":163},{"source":162,"target":144},{"source":163,"target":40},{"source":145,"target":164},{"source":145,"target":14},{"source":145,"target":165},{"source":165,"target":40},{"source":165,"target":166},{"source":165,"target":145},{"source":166,"target":40},{"source":146,"target":14},{"source":147,"target":14},{"source":148,"target":14},{"source":149,"target":14},{"source":67,"target":11},{"source":67,"target":167},{"source":67,"target":14},{"source":67,"target":63},{"source":167,"target":11},{"source":150,"target":168},{"source":150,"target":14},{"source":151,"target":32},{"source":151,"target":169},{"source":151,"target":14},{"source":169,"target":32},{"source":152,"target":36},{"source":152,"target":170},{"source":152,"target":14},{"source":170,"target":36},{"source":153,"target":21},{"source":153,"target":171},{"source":153,"target":14},{"source":153,"target":172},{"source":171,"target":21},{"source":154,"target":173},{"source":154,"target":14},{"source":155,"target":60},{"source":155,"target":174},{"source":155,"target":14},{"source":174,"target":60},{"source":88,"target":12},{"source":88,"target":175},{"source":88,"target":14},{"source":88,"target":73},{"source":175,"target":12},{"source":156,"target":176},{"source":156,"target":14},{"source":157,"target":52},{"source":157,"target":177},{"source":157,"target":14},{"source":177,"target":52},{"source":158,"target":24},{"source":158,"target":178},{"source":158,"target":14},{"source":178,"target":24},{"source":159,"target":16},{"source":160,"target":2},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":179},{"source":15,"target":180},{"source":15,"target":181},{"source":179,"target":182},{"source":179,"target":15},{"source":180,"target":16},{"source":180,"target":183},{"source":180,"target":15},{"source":180,"target":184},{"source":183,"target":16},{"source":181,"target":5},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":22},{"source":16,"target":185},{"source":16,"target":184},{"source":16,"target":186},{"source":16,"target":187},{"source":185,"target":188},{"source":185,"target":16},{"source":184,"target":15},{"source":184,"target":189},{"source":184,"target":16},{"source":184,"target":180},{"source":189,"target":15},{"source":186,"target":8},{"source":187,"target":22},{"source":17,"target":0},{"source":17,"target":190},{"source":17,"target":191},{"source":17,"target":192},{"source":17,"target":193},{"source":190,"target":15},{"source":190,"target":194},{"source":190,"target":17},{"source":190,"target":195},{"source":194,"target":15},{"source":195,"target":49},{"source":195,"target":196},{"source":195,"target":190},{"source":196,"target":49},{"source":191,"target":15},{"source":191,"target":197},{"source":191,"target":17},{"source":191,"target":198},{"source":197,"target":15},{"source":198,"target":199},{"source":198,"target":191},{"source":192,"target":15},{"source":192,"target":200},{"source":192,"target":17},{"source":200,"target":15},{"source":193,"target":15},{"source":193,"target":201},{"source":193,"target":17},{"source":201,"target":15},{"source":18,"target":0},{"source":18,"target":61},{"source":18,"target":20},{"source":18,"target":202},{"source":18,"target":203},{"source":18,"target":204},{"source":18,"target":205},{"source":18,"target":206},{"source":18,"target":207},{"source":18,"target":208},{"source":18,"target":209},{"source":18,"target":210},{"source":18,"target":211},{"source":202,"target":212},{"source":202,"target":18},{"source":202,"target":213},{"source":213,"target":214},{"source":213,"target":202},{"source":203,"target":215},{"source":203,"target":18},{"source":203,"target":216},{"source":216,"target":217},{"source":216,"target":203},{"source":217,"target":218},{"source":204,"target":219},{"source":204,"target":18},{"source":204,"target":220},{"source":220,"target":221},{"source":220,"target":204},{"source":205,"target":18},{"source":205,"target":222},{"source":205,"target":223},{"source":222,"target":224},{"source":222,"target":205},{"source":223,"target":225},{"source":223,"target":205},{"source":206,"target":18},{"source":206,"target":226},{"source":206,"target":227},{"source":206,"target":58},{"source":206,"target":228},{"source":226,"target":42},{"source":226,"target":229},{"source":226,"target":206},{"source":229,"target":42},{"source":227,"target":40},{"source":227,"target":230},{"source":227,"target":206},{"source":230,"target":40},{"source":228,"target":58},{"source":207,"target":231},{"source":207,"target":18},{"source":207,"target":232},{"source":232,"target":233},{"source":232,"target":207},{"source":208,"target":234},{"source":208,"target":18},{"source":209,"target":19},{"source":209,"target":235},{"source":209,"target":18},{"source":235,"target":19},{"source":210,"target":61},{"source":211,"target":20},{"source":19,"target":0},{"source":19,"target":236},{"source":19,"target":237},{"source":19,"target":238},{"source":19,"target":239},{"source":236,"target":240},{"source":236,"target":19},{"source":237,"target":241},{"source":237,"target":19},{"source":238,"target":242},{"source":238,"target":19},{"source":239,"target":243},{"source":239,"target":19},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":172},{"source":172,"target":14},{"source":172,"target":244},{"source":172,"target":21},{"source":172,"target":153},{"source":244,"target":14},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":7},{"source":24,"target":245},{"source":24,"target":246},{"source":245,"target":25},{"source":245,"target":247},{"source":245,"target":24},{"source":247,"target":25},{"source":246,"target":7},{"source":25,"target":0},{"source":25,"target":248},{"source":25,"target":249},{"source":25,"target":250},{"source":25,"target":251},{"source":248,"target":252},{"source":248,"target":25},{"source":249,"target":253},{"source":249,"target":25},{"source":250,"target":254},{"source":250,"target":25},{"source":251,"target":255},{"source":251,"target":25},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":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}],"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="java_templates"
nsURI="http://www.emftext.org/language/java_templates" nsPrefix="java_templates">
<eClassifiers xsi:type="ecore:EClass" name="JavaTemplate" eSuperTypes="../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//Template">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//containers/JavaRoot"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PhNamedElementName" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//commons/FeatureNamedElementName ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//Placeholder"/>
<eClassifiers xsi:type="ecore:EClass" name="IfElseAssignmentExpression" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//expressions/AssignmentExpressionChild ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//IfElse">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//expressions/AssignmentExpressionChild"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//expressions/AssignmentExpressionChild"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfElseUnaryExpression" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//expressions/UnaryExpressionChild ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//IfElse">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//expressions/UnaryExpressionChild"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//expressions/UnaryExpressionChild"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfForLoop" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//statements/ForLoopInitializer ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//statements/ForLoopInitializer"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfElseStatementContainer" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//statements/FeatureStatementContainerStatement ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//IfElse">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//statements/FeatureStatementContainerStatement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//statements/FeatureStatementContainerStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfParametrizable" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//parameters/Parameter ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//parameters/Parameter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForParametrizable" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//parameters/Parameter ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//ForEach">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//parameters/Parameter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfMemberContainer" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//members/Member ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//members/Member"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForMemberContainer" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//members/Member ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//ForEach">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//members/Member"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfElseUnaryModificationExpression" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//operators/UnaryModificationOperator ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//IfElse">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//operators/UnaryModificationOperator"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//operators/UnaryModificationOperator"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExplicitConstructorCall" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//literals/Self ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//literals/Self"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfConditionalExpression" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//expressions/ConditionalExpressionChild ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//expressions/ConditionalExpressionChild"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfElseInstanceOfExpression" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//expressions/InstanceOfExpressionChild ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//IfElse">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//expressions/InstanceOfExpressionChild"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//expressions/InstanceOfExpressionChild"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatementListContainer" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//statements/FeatureStatementListContainerStatements ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//statements/FeatureStatementListContainerStatements"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStatementListContainer" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//statements/FeatureStatementListContainerStatements ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//ForEach">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//statements/FeatureStatementListContainerStatements"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfCondition" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//statements/FeatureConditionElseStatement ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//statements/FeatureConditionElseStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfElseTypeReference" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//types/TypedElement ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//IfElse">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//types/TypedElement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//types/TypedElement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfElsePrimitiveTypeReference" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//types/PrimitiveType ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//IfElse">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//types/PrimitiveType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//types/PrimitiveType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfElseAnnotationInstance" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//classifiers/Classifier ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//IfElse">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//classifiers/Classifier"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//classifiers/Classifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfReference" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//references/Reference ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//references/Reference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfTypeArgumentable" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//generics/TypeArgument ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//generics/TypeArgument"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForTypeArgumentable" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//generics/TypeArgument ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//ForEach">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//generics/TypeArgument"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfModifiable" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//modifiers/Modifier ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//modifiers/Modifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForModifiable" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//modifiers/Modifier ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//ForEach">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//modifiers/Modifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfElseSingleAnnotationParameter" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//annotations/AnnotationValue ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//IfElse">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//annotations/AnnotationValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//annotations/AnnotationValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfImportingElement" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//imports/Import ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//imports/Import"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForImportingElement" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//imports/Import ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//ForEach">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//imports/Import"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfElseMember" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//members/MemberContainer ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//IfElse">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//members/MemberContainer"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//members/MemberContainer"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfElseNamedElement" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//commons/FeatureNamedElementName ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//IfElse">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//commons/FeatureNamedElementName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//commons/FeatureNamedElementName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfAnnotableAndModifiable" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//modifiers/AnnotationInstanceOrModifier ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//modifiers/AnnotationInstanceOrModifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForAnnotableAndModifiable" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//modifiers/AnnotationInstanceOrModifier ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//ForEach">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//modifiers/AnnotationInstanceOrModifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfAnnotationInstance" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//annotations/AnnotationParameter ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//annotations/AnnotationParameter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfArrayInitializer" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//arrays/ArrayInitializationValue ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//arrays/ArrayInitializationValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForArrayInitializer" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//arrays/ArrayInitializationValue ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//ForEach">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//arrays/ArrayInitializationValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfSwitch" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//statements/SwitchCase ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//If">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//statements/SwitchCase"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForSwitch" eSuperTypes="../../org.emftext.language.java/metamodel/java.ecore#//statements/SwitchCase ../../org.emftext.language.template_concepts/metamodel/template_concepts.ecore#//ForEach">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.emftext.language.java/metamodel/java.ecore#//statements/SwitchCase"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/DevBoost/EMFText-Zoo/Inhabitants/JavaTemplates/org.emftext.language.java.jtemplates/metamodel/rev6618/java_templates.ecore | ecore | java_templates
JavaTemplate
body
PhNamedElementName
IfElseAssignmentExpression
body
elseBody
IfElseUnaryExpression
body
elseBody
IfForLoop
body
IfElseStatementContainer
body
elseBody
IfParametrizable
body
ForParametrizable
body
IfMemberContainer
body
ForMemberContainer
body
IfElseUnaryModificationExpression
body
elseBody
IfExplicitConstructorCall
body
IfConditionalExpression
body
IfElseInstanceOfExpression
body
elseBody
IfStatementListContainer
body
ForStatementListContainer
body
IfCondition
body
IfElseTypeReference
body
elseBody
IfElsePrimitiveTypeReference
body
elseBody
IfElseAnnotationInstance
body
elseBody
IfReference
body
IfTypeArgumentable
body
ForTypeArgumentable
body
IfModifiable
body
ForModifiable
body
IfElseSingleAnnotationParameter
body
elseBody
IfImportingElement
body
ForImportingElement
body
IfElseMember
body
elseBody
IfElseNamedElement
body
elseBody
IfAnnotableAndModifiable
body
ForAnnotableAndModifiable
body
IfAnnotationInstance
body
IfArrayInitializer
body
ForArrayInitializer
body
IfSwitch
body
ForSwitch
body | null | {"directed":true,"nodes":[{"nsPrefix":"java_templates","nsURI":"http://www.emftext.org/language/java_templates","name":"java_templates","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaTemplate","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhNamedElementName","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseAssignmentExpression","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseUnaryExpression","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfForLoop","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseStatementContainer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfParametrizable","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForParametrizable","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfMemberContainer","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForMemberContainer","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseUnaryModificationExpression","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExplicitConstructorCall","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfConditionalExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseInstanceOfExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatementListContainer","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatementListContainer","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfCondition","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseTypeReference","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElsePrimitiveTypeReference","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseAnnotationInstance","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfReference","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfTypeArgumentable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForTypeArgumentable","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfModifiable","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForModifiable","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseSingleAnnotationParameter","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfImportingElement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForImportingElement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseMember","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseNamedElement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfAnnotableAndModifiable","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForAnnotableAndModifiable","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfAnnotationInstance","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfArrayInitializer","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForArrayInitializer","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfSwitch","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForSwitch","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":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":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"elseBody","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","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"},{"container":false,"ordered":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":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","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":false,"ordered":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":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","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"},{"container":false,"ordered":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":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":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"body","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":1,"target":0},{"source":1,"target":38},{"source":1,"target":39},{"source":38,"target":40},{"source":38,"target":1},{"source":2,"target":0},{"source":2,"target":41},{"source":2,"target":42},{"source":3,"target":0},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":43,"target":47},{"source":43,"target":3},{"source":44,"target":48},{"source":44,"target":3},{"source":4,"target":0},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":49,"target":53},{"source":49,"target":4},{"source":50,"target":54},{"source":50,"target":4},{"source":5,"target":0},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":55,"target":58},{"source":55,"target":5},{"source":6,"target":0},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":59,"target":63},{"source":59,"target":6},{"source":60,"target":64},{"source":60,"target":6},{"source":7,"target":0},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":65,"target":68},{"source":65,"target":7},{"source":8,"target":0},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":69,"target":72},{"source":69,"target":8},{"source":9,"target":0},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":73,"target":76},{"source":73,"target":9},{"source":10,"target":0},{"source":10,"target":77},{"source":10,"target":78},{"source":10,"target":79},{"source":77,"target":80},{"source":77,"target":10},{"source":11,"target":0},{"source":11,"target":81},{"source":11,"target":82},{"source":11,"target":83},{"source":11,"target":84},{"source":81,"target":85},{"source":81,"target":11},{"source":82,"target":86},{"source":82,"target":11},{"source":12,"target":0},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":87,"target":90},{"source":87,"target":12},{"source":13,"target":0},{"source":13,"target":91},{"source":13,"target":92},{"source":13,"target":93},{"source":91,"target":94},{"source":91,"target":13},{"source":14,"target":0},{"source":14,"target":95},{"source":14,"target":96},{"source":14,"target":97},{"source":14,"target":98},{"source":95,"target":99},{"source":95,"target":14},{"source":96,"target":100},{"source":96,"target":14},{"source":15,"target":0},{"source":15,"target":101},{"source":15,"target":102},{"source":15,"target":103},{"source":101,"target":104},{"source":101,"target":15},{"source":16,"target":0},{"source":16,"target":105},{"source":16,"target":106},{"source":16,"target":107},{"source":105,"target":108},{"source":105,"target":16},{"source":17,"target":0},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":109,"target":112},{"source":109,"target":17},{"source":18,"target":0},{"source":18,"target":113},{"source":18,"target":114},{"source":18,"target":115},{"source":18,"target":116},{"source":113,"target":117},{"source":113,"target":18},{"source":114,"target":118},{"source":114,"target":18},{"source":19,"target":0},{"source":19,"target":119},{"source":19,"target":120},{"source":19,"target":121},{"source":19,"target":122},{"source":119,"target":123},{"source":119,"target":19},{"source":120,"target":124},{"source":120,"target":19},{"source":20,"target":0},{"source":20,"target":125},{"source":20,"target":126},{"source":20,"target":127},{"source":20,"target":128},{"source":125,"target":129},{"source":125,"target":20},{"source":126,"target":130},{"source":126,"target":20},{"source":21,"target":0},{"source":21,"target":131},{"source":21,"target":132},{"source":21,"target":133},{"source":131,"target":134},{"source":131,"target":21},{"source":22,"target":0},{"source":22,"target":135},{"source":22,"target":136},{"source":22,"target":137},{"source":135,"target":138},{"source":135,"target":22},{"source":23,"target":0},{"source":23,"target":139},{"source":23,"target":140},{"source":23,"target":141},{"source":139,"target":142},{"source":139,"target":23},{"source":24,"target":0},{"source":24,"target":143},{"source":24,"target":144},{"source":24,"target":145},{"source":143,"target":146},{"source":143,"target":24},{"source":25,"target":0},{"source":25,"target":147},{"source":25,"target":148},{"source":25,"target":149},{"source":147,"target":150},{"source":147,"target":25},{"source":26,"target":0},{"source":26,"target":151},{"source":26,"target":152},{"source":26,"target":153},{"source":26,"target":154},{"source":151,"target":155},{"source":151,"target":26},{"source":152,"target":156},{"source":152,"target":26},{"source":27,"target":0},{"source":27,"target":157},{"source":27,"target":158},{"source":27,"target":159},{"source":157,"target":160},{"source":157,"target":27},{"source":28,"target":0},{"source":28,"target":161},{"source":28,"target":162},{"source":28,"target":163},{"source":161,"target":164},{"source":161,"target":28},{"source":29,"target":0},{"source":29,"target":165},{"source":29,"target":166},{"source":29,"target":167},{"source":29,"target":168},{"source":165,"target":169},{"source":165,"target":29},{"source":166,"target":170},{"source":166,"target":29},{"source":30,"target":0},{"source":30,"target":171},{"source":30,"target":172},{"source":30,"target":173},{"source":30,"target":174},{"source":171,"target":175},{"source":171,"target":30},{"source":172,"target":176},{"source":172,"target":30},{"source":31,"target":0},{"source":31,"target":177},{"source":31,"target":178},{"source":31,"target":179},{"source":177,"target":180},{"source":177,"target":31},{"source":32,"target":0},{"source":32,"target":181},{"source":32,"target":182},{"source":32,"target":183},{"source":181,"target":184},{"source":181,"target":32},{"source":33,"target":0},{"source":33,"target":185},{"source":33,"target":186},{"source":33,"target":187},{"source":185,"target":188},{"source":185,"target":33},{"source":34,"target":0},{"source":34,"target":189},{"source":34,"target":190},{"source":34,"target":191},{"source":189,"target":192},{"source":189,"target":34},{"source":35,"target":0},{"source":35,"target":193},{"source":35,"target":194},{"source":35,"target":195},{"source":193,"target":196},{"source":193,"target":35},{"source":36,"target":0},{"source":36,"target":197},{"source":36,"target":198},{"source":36,"target":199},{"source":197,"target":200},{"source":197,"target":36},{"source":37,"target":0},{"source":37,"target":201},{"source":37,"target":202},{"source":37,"target":203},{"source":201,"target":204},{"source":201,"target":37}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1"
eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="WellFormedSourceURI"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1"
eType="#//EStringToStringMapEntry" containment="true" 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"/>
</eAnnotations>
<eOperations name="isSuperTypeOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="someClass" eType="#//EClass"/>
</eOperations>
<eOperations name="getFeatureCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="getEStructuralFeature" eType="#//EStructuralFeature">
<eParameters name="featureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="getFeatureID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eParameters name="feature" eType="#//EStructuralFeature"/>
</eOperations>
<eOperations name="getEStructuralFeature" eType="#//EStructuralFeature">
<eParameters name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1"
eType="#//EClass" 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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="object" eType="#//EJavaObject"/>
</eOperations>
<eOperations name="getClassifierID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getEEnumLiteral" eType="#//EEnumLiteral">
<eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral">
<eParameters name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1"
eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum"
changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement">
<eOperations name="create" eType="#//EObject">
<eParameters name="eClass" eType="#//EClass"/>
</eOperations>
<eOperations name="createFromString" eType="#//EJavaObject">
<eParameters name="eDataType" eType="#//EDataType"/>
<eParameters name="literalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="convertToString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="eDataType" eType="#//EDataType"/>
<eParameters name="instanceValue" eType="#//EJavaObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1"
eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true" eSuperTypes="#//EObject">
<eOperations name="getEAnnotation" eType="#//EAnnotation">
<eParameters name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1"
eType="#//EAnnotation" containment="true" 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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EObject">
<eOperations name="eClass" eType="#//EClass"/>
<eOperations name="eIsProxy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="eResource" eType="#//EResource"/>
<eOperations name="eContainer" eType="#//EObject"/>
<eOperations name="eContainingFeature" eType="#//EStructuralFeature"/>
<eOperations name="eContainmentFeature" eType="#//EReference"/>
<eOperations name="eContents">
<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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="eSet">
<eParameters name="feature" eType="#//EStructuralFeature"/>
<eParameters name="newValue" eType="#//EJavaObject"/>
</eOperations>
<eOperations name="eIsSet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="feature" eType="#//EStructuralFeature"/>
</eOperations>
<eOperations name="eUnset">
<eParameters name="feature" eType="#//EStructuralFeature"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/>
</eAnnotations>
<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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1"
eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1"
eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1"
eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage"
changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation"
changeable="false" transient="true" 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"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1"
eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/>
<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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="getContainerClass">
<eGenericType eClassifier="#//EJavaClass">
<eTypeArguments/>
</eGenericType>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass"
changeable="false" transient="true" 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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" 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:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator"
serializable="false">
<eTypeParameters name="E"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EGenericType" eSuperTypes="#//EObject">
<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:EClass" name="prueba">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="p" eType="#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enum" eType="#//pruebaEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collection" ordered="false"
unique="false" upperBound="5" eType="#//EInt" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="char" eType="#//EChar"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Float" eType="#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="long" eType="#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collect2" upperBound="6"
eType="#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enum2" upperBound="5" eType="#//pruebaEnum"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ref1" upperBound="-1" eType="#//hello"
eOpposite="#//hello/ref2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="pruebaEnum">
<eLiterals name="item1"/>
<eLiterals name="item2" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="hello">
<eStructuralFeatures xsi:type="ecore:EReference" name="ref2" upperBound="-1" eType="#//prueba"
eOpposite="#//prueba/ref1"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lolybc88/LinTra/EMF2LINDA/bin/metamodel/Ecore.ecore | ecore | ecore
EAttribute
iD
eAttributeType
EAnnotation
source
details
eModelElement
contents
references
EClass
isSuperTypeOf
someClass
getFeatureCount
getEStructuralFeature
featureID
getFeatureID
feature
getEStructuralFeature
featureName
abstract
interface
eSuperTypes
eOperations
eAllAttributes
eAllReferences
eReferences
eAttributes
eAllContainments
eAllOperations
eAllStructuralFeatures
eAllSuperTypes
eIDAttribute
eStructuralFeatures
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
EOperation
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
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
prueba
p
enum
collection
char
Float
long
collect2
enum2
ref1
pruebaEnum
item1
item1
item2
item2
hello
ref2 | null | {"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"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.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":50,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"prueba","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"pruebaEnum","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"hello","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":56,"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":57,"derived":true},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":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":62,"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":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":"contents","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":77,"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":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eSuperTypes","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":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"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":82,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":83,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"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":85,"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":86,"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":87,"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":88,"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":89,"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":90,"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":91,"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":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllGenericSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":93,"derived":true},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EParameter"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"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":112,"derived":false},{"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"},{"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":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":127,"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":128,"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":129,"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":130,"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":131,"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":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":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","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"},{"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":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"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":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":152,"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":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EParameter"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","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":"literal","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"unique":true,"name":"instance","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":"literal","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":176,"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":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EParameter"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EParameter"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EParameter"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":193,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EOperation"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"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":"name","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":"eClass","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EOperation"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EParameter"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EParameter"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EParameter"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EParameter"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":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":246,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":247,"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":248,"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":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":257,"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":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"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":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":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":274,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"lowerBound":0,"iD":false,"id":275,"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":276,"derived":false},{"container":false,"ordered":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":277,"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":278,"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":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":287,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":288,"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":289,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":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":292,"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":293,"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":294,"derived":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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":308,"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":309,"derived":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":310,"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":311,"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":312,"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":313,"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":314,"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":315,"derived":false},{"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"},{"name":"E","id":325,"eClass":"ETypeParameter"},{"name":"T","id":326,"eClass":"ETypeParameter"},{"name":"K","id":327,"eClass":"ETypeParameter"},{"name":"V","id":328,"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"name":"E","id":333,"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":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":335,"derived":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":336,"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":337,"derived":false},{"container":false,"ordered":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":338,"derived":false},{"container":false,"ordered":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":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enum","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"ordered":false,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":false,"name":"collection","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"char","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Float","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"long","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":6,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collect2","changeable":true,"lowerBound":0,"iD":false,"id":356,"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":"enum2","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"name":"item1","id":369,"value":0,"literal":"item1","eClass":"EEnumLiteral"},{"name":"item2","id":370,"value":1,"literal":"item2","eClass":"EEnumLiteral"},{"id":371,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":16},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":56,"target":59},{"source":56,"target":1},{"source":57,"target":5},{"source":57,"target":60},{"source":57,"target":1},{"source":60,"target":5},{"source":58,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"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":61,"target":67},{"source":61,"target":2},{"source":62,"target":49},{"source":62,"target":68},{"source":62,"target":2},{"source":68,"target":49},{"source":63,"target":9},{"source":63,"target":69},{"source":63,"target":2},{"source":63,"target":70},{"source":69,"target":9},{"source":64,"target":11},{"source":64,"target":71},{"source":64,"target":2},{"source":71,"target":11},{"source":65,"target":11},{"source":65,"target":72},{"source":65,"target":2},{"source":72,"target":11},{"source":66,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":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":73,"target":95},{"source":73,"target":3},{"source":73,"target":96},{"source":96,"target":3},{"source":96,"target":97},{"source":96,"target":73},{"source":97,"target":3},{"source":74,"target":98},{"source":74,"target":3},{"source":75,"target":16},{"source":75,"target":99},{"source":75,"target":3},{"source":75,"target":100},{"source":99,"target":16},{"source":100,"target":101},{"source":100,"target":75},{"source":76,"target":102},{"source":76,"target":3},{"source":76,"target":103},{"source":103,"target":16},{"source":103,"target":104},{"source":103,"target":76},{"source":104,"target":16},{"source":77,"target":16},{"source":77,"target":105},{"source":77,"target":3},{"source":77,"target":106},{"source":105,"target":16},{"source":106,"target":107},{"source":106,"target":77},{"source":78,"target":108},{"source":78,"target":3},{"source":79,"target":109},{"source":79,"target":3},{"source":80,"target":3},{"source":80,"target":110},{"source":80,"target":3},{"source":110,"target":3},{"source":81,"target":12},{"source":81,"target":111},{"source":81,"target":3},{"source":81,"target":112},{"source":111,"target":12},{"source":82,"target":1},{"source":82,"target":113},{"source":82,"target":3},{"source":113,"target":1},{"source":83,"target":15},{"source":83,"target":114},{"source":83,"target":3},{"source":114,"target":15},{"source":84,"target":15},{"source":84,"target":115},{"source":84,"target":3},{"source":115,"target":15},{"source":85,"target":1},{"source":85,"target":116},{"source":85,"target":3},{"source":116,"target":1},{"source":86,"target":15},{"source":86,"target":117},{"source":86,"target":3},{"source":117,"target":15},{"source":87,"target":12},{"source":87,"target":118},{"source":87,"target":3},{"source":118,"target":12},{"source":88,"target":16},{"source":88,"target":119},{"source":88,"target":3},{"source":119,"target":16},{"source":89,"target":3},{"source":89,"target":120},{"source":89,"target":3},{"source":120,"target":3},{"source":90,"target":1},{"source":90,"target":121},{"source":90,"target":3},{"source":121,"target":1},{"source":91,"target":16},{"source":91,"target":122},{"source":91,"target":3},{"source":91,"target":123},{"source":122,"target":16},{"source":92,"target":51},{"source":92,"target":124},{"source":92,"target":3},{"source":124,"target":51},{"source":93,"target":51},{"source":93,"target":125},{"source":93,"target":3},{"source":125,"target":51},{"source":94,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":131},{"source":4,"target":132},{"source":4,"target":133},{"source":4,"target":134},{"source":126,"target":135},{"source":126,"target":4},{"source":126,"target":136},{"source":136,"target":40},{"source":136,"target":137},{"source":136,"target":126},{"source":137,"target":40},{"source":127,"target":138},{"source":127,"target":4},{"source":128,"target":139},{"source":128,"target":4},{"source":129,"target":39},{"source":129,"target":140},{"source":129,"target":4},{"source":140,"target":141},{"source":140,"target":39},{"source":130,"target":40},{"source":130,"target":142},{"source":130,"target":4},{"source":142,"target":40},{"source":131,"target":143},{"source":131,"target":4},{"source":132,"target":13},{"source":132,"target":144},{"source":132,"target":4},{"source":132,"target":145},{"source":144,"target":13},{"source":133,"target":52},{"source":133,"target":146},{"source":133,"target":4},{"source":146,"target":52},{"source":134,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":147},{"source":5,"target":148},{"source":147,"target":149},{"source":147,"target":5},{"source":148,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":150},{"source":6,"target":151},{"source":6,"target":152},{"source":6,"target":153},{"source":6,"target":154},{"source":150,"target":7},{"source":150,"target":155},{"source":150,"target":6},{"source":150,"target":156},{"source":155,"target":7},{"source":156,"target":157},{"source":156,"target":150},{"source":151,"target":7},{"source":151,"target":158},{"source":151,"target":6},{"source":151,"target":159},{"source":158,"target":7},{"source":159,"target":160},{"source":159,"target":151},{"source":152,"target":7},{"source":152,"target":161},{"source":152,"target":6},{"source":152,"target":162},{"source":161,"target":7},{"source":162,"target":163},{"source":162,"target":152},{"source":153,"target":7},{"source":153,"target":164},{"source":153,"target":6},{"source":153,"target":165},{"source":164,"target":7},{"source":154,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":166},{"source":7,"target":167},{"source":7,"target":168},{"source":7,"target":165},{"source":7,"target":169},{"source":166,"target":170},{"source":166,"target":7},{"source":167,"target":32},{"source":167,"target":171},{"source":167,"target":7},{"source":171,"target":32},{"source":168,"target":172},{"source":168,"target":7},{"source":165,"target":6},{"source":165,"target":173},{"source":165,"target":7},{"source":165,"target":153},{"source":173,"target":6},{"source":169,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":174},{"source":8,"target":175},{"source":8,"target":176},{"source":8,"target":177},{"source":8,"target":178},{"source":174,"target":11},{"source":174,"target":179},{"source":174,"target":8},{"source":174,"target":180},{"source":179,"target":11},{"source":180,"target":3},{"source":180,"target":181},{"source":180,"target":174},{"source":181,"target":3},{"source":175,"target":40},{"source":175,"target":182},{"source":175,"target":8},{"source":175,"target":183},{"source":175,"target":184},{"source":182,"target":40},{"source":183,"target":5},{"source":183,"target":185},{"source":183,"target":175},{"source":185,"target":5},{"source":184,"target":186},{"source":184,"target":175},{"source":176,"target":187},{"source":176,"target":8},{"source":176,"target":188},{"source":176,"target":189},{"source":188,"target":5},{"source":188,"target":190},{"source":188,"target":176},{"source":190,"target":5},{"source":189,"target":40},{"source":189,"target":191},{"source":189,"target":176},{"source":191,"target":40},{"source":177,"target":13},{"source":177,"target":192},{"source":177,"target":8},{"source":177,"target":193},{"source":192,"target":13},{"source":178,"target":9},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":194},{"source":9,"target":70},{"source":9,"target":195},{"source":194,"target":2},{"source":194,"target":196},{"source":194,"target":9},{"source":194,"target":197},{"source":196,"target":2},{"source":197,"target":198},{"source":197,"target":194},{"source":70,"target":2},{"source":70,"target":199},{"source":70,"target":9},{"source":70,"target":63},{"source":199,"target":2},{"source":195,"target":11},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":200},{"source":10,"target":201},{"source":200,"target":202},{"source":200,"target":10},{"source":201,"target":9},{"source":11,"target":0},{"source":11,"target":203},{"source":11,"target":204},{"source":11,"target":205},{"source":11,"target":206},{"source":11,"target":207},{"source":11,"target":208},{"source":11,"target":209},{"source":11,"target":210},{"source":11,"target":211},{"source":11,"target":212},{"source":11,"target":213},{"source":11,"target":214},{"source":11,"target":215},{"source":11,"target":216},{"source":203,"target":3},{"source":203,"target":217},{"source":203,"target":11},{"source":217,"target":3},{"source":204,"target":218},{"source":204,"target":11},{"source":205,"target":44},{"source":205,"target":219},{"source":205,"target":11},{"source":219,"target":44},{"source":206,"target":11},{"source":206,"target":220},{"source":206,"target":11},{"source":220,"target":11},{"source":207,"target":16},{"source":207,"target":221},{"source":207,"target":11},{"source":221,"target":16},{"source":208,"target":15},{"source":208,"target":222},{"source":208,"target":11},{"source":222,"target":15},{"source":209,"target":31},{"source":209,"target":223},{"source":209,"target":11},{"source":223,"target":224},{"source":223,"target":31},{"source":224,"target":11},{"source":210,"target":50},{"source":210,"target":225},{"source":210,"target":11},{"source":225,"target":226},{"source":225,"target":50},{"source":226,"target":11},{"source":211,"target":31},{"source":211,"target":227},{"source":211,"target":11},{"source":227,"target":228},{"source":227,"target":31},{"source":228,"target":11},{"source":212,"target":40},{"source":212,"target":229},{"source":212,"target":11},{"source":212,"target":230},{"source":229,"target":40},{"source":230,"target":16},{"source":230,"target":231},{"source":230,"target":212},{"source":231,"target":16},{"source":213,"target":40},{"source":213,"target":232},{"source":213,"target":11},{"source":213,"target":233},{"source":213,"target":234},{"source":232,"target":40},{"source":233,"target":16},{"source":233,"target":235},{"source":233,"target":213},{"source":235,"target":16},{"source":234,"target":236},{"source":234,"target":213},{"source":214,"target":11},{"source":214,"target":237},{"source":214,"target":238},{"source":237,"target":16},{"source":237,"target":239},{"source":237,"target":214},{"source":239,"target":16},{"source":238,"target":40},{"source":238,"target":240},{"source":238,"target":214},{"source":240,"target":40},{"source":215,"target":241},{"source":215,"target":11},{"source":215,"target":242},{"source":242,"target":16},{"source":242,"target":243},{"source":242,"target":215},{"source":243,"target":16},{"source":216,"target":11},{"source":216,"target":244},{"source":244,"target":16},{"source":244,"target":245},{"source":244,"target":216},{"source":245,"target":16},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":112},{"source":12,"target":246},{"source":12,"target":247},{"source":12,"target":248},{"source":12,"target":249},{"source":12,"target":250},{"source":112,"target":3},{"source":112,"target":251},{"source":112,"target":12},{"source":112,"target":81},{"source":251,"target":3},{"source":246,"target":52},{"source":246,"target":252},{"source":246,"target":12},{"source":252,"target":52},{"source":247,"target":14},{"source":247,"target":253},{"source":247,"target":12},{"source":247,"target":254},{"source":253,"target":14},{"source":248,"target":4},{"source":248,"target":255},{"source":248,"target":12},{"source":255,"target":4},{"source":249,"target":51},{"source":249,"target":256},{"source":249,"target":12},{"source":256,"target":51},{"source":250,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":257},{"source":13,"target":258},{"source":13,"target":259},{"source":13,"target":193},{"source":13,"target":145},{"source":13,"target":260},{"source":13,"target":261},{"source":13,"target":262},{"source":257,"target":4},{"source":257,"target":263},{"source":257,"target":13},{"source":257,"target":264},{"source":263,"target":4},{"source":264,"target":265},{"source":264,"target":257},{"source":258,"target":266},{"source":258,"target":13},{"source":259,"target":267},{"source":259,"target":13},{"source":193,"target":8},{"source":193,"target":268},{"source":193,"target":13},{"source":193,"target":177},{"source":268,"target":8},{"source":145,"target":4},{"source":145,"target":269},{"source":145,"target":13},{"source":145,"target":132},{"source":269,"target":4},{"source":260,"target":13},{"source":260,"target":270},{"source":260,"target":13},{"source":260,"target":261},{"source":270,"target":13},{"source":261,"target":13},{"source":261,"target":271},{"source":261,"target":13},{"source":261,"target":260},{"source":271,"target":13},{"source":262,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":254},{"source":14,"target":272},{"source":254,"target":12},{"source":254,"target":273},{"source":254,"target":14},{"source":254,"target":247},{"source":273,"target":12},{"source":272,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":274},{"source":15,"target":275},{"source":15,"target":276},{"source":15,"target":277},{"source":15,"target":278},{"source":15,"target":279},{"source":15,"target":280},{"source":274,"target":281},{"source":274,"target":15},{"source":275,"target":282},{"source":275,"target":15},{"source":276,"target":283},{"source":276,"target":15},{"source":277,"target":15},{"source":277,"target":284},{"source":277,"target":15},{"source":284,"target":15},{"source":278,"target":3},{"source":278,"target":285},{"source":278,"target":15},{"source":285,"target":3},{"source":279,"target":1},{"source":279,"target":286},{"source":279,"target":15},{"source":286,"target":1},{"source":280,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":287},{"source":16,"target":288},{"source":16,"target":289},{"source":16,"target":290},{"source":16,"target":291},{"source":16,"target":292},{"source":16,"target":293},{"source":16,"target":294},{"source":16,"target":295},{"source":16,"target":123},{"source":16,"target":296},{"source":287,"target":297},{"source":287,"target":16},{"source":288,"target":39},{"source":288,"target":298},{"source":288,"target":16},{"source":298,"target":299},{"source":298,"target":39},{"source":289,"target":300},{"source":289,"target":16},{"source":290,"target":301},{"source":290,"target":16},{"source":291,"target":302},{"source":291,"target":16},{"source":292,"target":303},{"source":292,"target":16},{"source":293,"target":40},{"source":293,"target":304},{"source":293,"target":16},{"source":304,"target":40},{"source":294,"target":305},{"source":294,"target":16},{"source":295,"target":306},{"source":295,"target":16},{"source":123,"target":3},{"source":123,"target":307},{"source":123,"target":16},{"source":123,"target":91},{"source":307,"target":3},{"source":296,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":308},{"source":17,"target":309},{"source":17,"target":310},{"source":17,"target":311},{"source":17,"target":312},{"source":17,"target":313},{"source":17,"target":314},{"source":17,"target":315},{"source":17,"target":316},{"source":308,"target":317},{"source":308,"target":17},{"source":309,"target":318},{"source":309,"target":17},{"source":310,"target":319},{"source":310,"target":17},{"source":311,"target":320},{"source":311,"target":17},{"source":312,"target":321},{"source":312,"target":17},{"source":313,"target":322},{"source":313,"target":17},{"source":314,"target":4},{"source":314,"target":323},{"source":314,"target":17},{"source":323,"target":4},{"source":315,"target":51},{"source":315,"target":324},{"source":315,"target":17},{"source":324,"target":51},{"source":316,"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":325},{"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":326},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":327},{"source":43,"target":328},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":329},{"source":49,"target":330},{"source":329,"target":331},{"source":329,"target":49},{"source":330,"target":332},{"source":330,"target":49},{"source":50,"target":0},{"source":50,"target":333},{"source":51,"target":0},{"source":51,"target":11},{"source":51,"target":334},{"source":51,"target":335},{"source":51,"target":336},{"source":51,"target":337},{"source":51,"target":338},{"source":51,"target":339},{"source":51,"target":340},{"source":334,"target":51},{"source":334,"target":341},{"source":334,"target":51},{"source":341,"target":51},{"source":335,"target":51},{"source":335,"target":342},{"source":335,"target":51},{"source":342,"target":51},{"source":336,"target":4},{"source":336,"target":343},{"source":336,"target":51},{"source":343,"target":4},{"source":337,"target":51},{"source":337,"target":344},{"source":337,"target":51},{"source":344,"target":51},{"source":338,"target":52},{"source":338,"target":345},{"source":338,"target":51},{"source":345,"target":52},{"source":339,"target":4},{"source":339,"target":346},{"source":339,"target":51},{"source":346,"target":4},{"source":340,"target":11},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":347},{"source":52,"target":348},{"source":347,"target":51},{"source":347,"target":349},{"source":347,"target":52},{"source":349,"target":51},{"source":348,"target":10},{"source":53,"target":0},{"source":53,"target":350},{"source":53,"target":351},{"source":53,"target":352},{"source":53,"target":353},{"source":53,"target":354},{"source":53,"target":355},{"source":53,"target":356},{"source":53,"target":357},{"source":53,"target":358},{"source":350,"target":29},{"source":350,"target":359},{"source":350,"target":53},{"source":359,"target":29},{"source":351,"target":54},{"source":351,"target":360},{"source":351,"target":53},{"source":360,"target":54},{"source":352,"target":37},{"source":352,"target":361},{"source":352,"target":53},{"source":361,"target":37},{"source":353,"target":25},{"source":353,"target":362},{"source":353,"target":53},{"source":362,"target":25},{"source":354,"target":35},{"source":354,"target":363},{"source":354,"target":53},{"source":363,"target":35},{"source":355,"target":41},{"source":355,"target":364},{"source":355,"target":53},{"source":364,"target":41},{"source":356,"target":37},{"source":356,"target":365},{"source":356,"target":53},{"source":365,"target":37},{"source":357,"target":54},{"source":357,"target":366},{"source":357,"target":53},{"source":366,"target":54},{"source":358,"target":55},{"source":358,"target":367},{"source":358,"target":53},{"source":358,"target":368},{"source":367,"target":55},{"source":54,"target":0},{"source":54,"target":369},{"source":54,"target":370},{"source":369,"target":54},{"source":370,"target":54},{"source":55,"target":0},{"source":55,"target":368},{"source":368,"target":53},{"source":368,"target":371},{"source":368,"target":55},{"source":368,"target":358},{"source":371,"target":53}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="datacompareModuleResult"
nsURI="http://www.ms.com/2011/Saturn/Modules/DataCompare/Result" nsPrefix="dataCompareModuleResult">
<eAnnotations>
<details key="appinfo" value="
 <sl:method name="genDataSet" xmlns:sl="http://www.ms.com/2011/pdsttools/xsd2scriptLib">
 my($ds)=@_;
 return unless defined $ds;
 if (blessed $ds){
 if($ds-&gt;isa('Saturn::Script::Types::DataSetResourceDefinition') || $ds-&gt;isa('Saturn::Resource::Reference') || $ds-&gt;isa('Saturn::Resource::DeviceFile')) { return $ds }
 elsif($ds-&gt;isa('Saturn::Resource::DeviceFile') || $ds-&gt;isa('Saturn::Script::Types::InlineDeviceResourceDefinition')) { return lineFile(deviceResource =&gt; $ds) }
 elsif($ds-&gt;isa('Saturn::Script::ComplexValue')) { return csv(fileName =&gt; $ds) }
 else
 {
 SAT::Exception-&gt;throw(message =&gt; "Invalid blessed dataSet parameter: $ds.");
 }
 }
 elsif(ref($ds) eq 'ARRAY')
 {
 return csv(fileName =&gt; complexValue(@$ds));
 }
 elsif(ref $ds)
 {
 SAT::Exception-&gt;throw(message =&gt; "Invalid dataSet parameter: $ds.");
 }

 if($ds =~ /\.csv$/i)
 {
 return csv(fileName =&gt; $ds);
 }
 elsif($ds =~ /\.xls$/i)
 {
 return excelWB(fileName =&gt; $ds);
 }
 elsif($ds =~ /\.ods$/i)
 {
 return ooCalcWB(fileName =&gt; $ds);
 }
 elsif($ds =~ /\.data$/i)
 {
 return data(fileName =&gt; $ds);
 }
 elsif($ds =~ /\.xml$/i)
 {
 return xmlFile(fileName =&gt; $ds);
 }
 else
 {
 SAT::Exception-&gt;throw(message =&gt; "Invalid dataset file name ($ds).");
 }
 </sl:method>
 "/>
</eAnnotations>
<eAnnotations source="http://www.ms.com/2006/pdsttools/xsd2perl">
<details key="nsPrefix" value="dataCompareModuleResult"/>
<details key="package" value="Saturn::Module::DataCompare::Result"/>
</eAnnotations>
<eAnnotations source="http://www.ms.com/2011/tdo-qa-tools/rcs">
<details key="author" value="$Author: vonpha $"/>
<details key="change" value="$Change: 5412061 $"/>
<details key="file" value="$File: //std/qaTools/saturn/trunk/eclipse/com.ms.qaTools.saturn.model/schema/modules/dataCompareResult.xsd $"/>
<details key="id" value="$Id: //std/qaTools/saturn/trunk/eclipse/com.ms.qaTools.saturn.model/schema/modules/dataCompareResult.xsd#5 $"/>
<details key="revision" value="$Revision: #5 $"/>
<details key="timestamp" value="$DateTime: 2012/09/17 14:34:53 $"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CellDiff">
<eAnnotations source="http://www.ms.com/2006/pdsttools/xsd2perl">
<details key="noObject" value="true"/>
<details key="package" value="QATools::DiffSet::CellDiff"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CellDiff"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="leftIdx" 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="leftIdx"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reason" 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="reason"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rightIdx" 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="rightIdx"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" 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="status"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnDefinition">
<eAnnotations source="http://www.ms.com/2006/pdsttools/xsd2perl">
<details key="noObject" value="true"/>
<details key="package" value="QATools::DiffSet::ColumnDefinition"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ColumnDefinition"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignored" 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="ignored"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreNull" 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="ignoreNull"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="leftColIdx" 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="leftColIdx"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="leftTypeFmt" 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="leftTypeFmt"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mapping" 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="mapping"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rightColIdx" 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="rightColIdx"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rightTypeFmt" 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="rightTypeFmt"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="threshold" 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="threshold"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="dataCompareResult">
<eAnnotations source="http://www.ms.com/2006/pdsttools/xsd2perl">
<details key="package" value="Saturn::Module::DataCompare::Result"/>
<details key="serializerSkip" value="dataCompareModuleResult:SampleDiffs,dataCompareModuleResult:ColumnDefinitions"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Result_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="different" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.ms.com/2011/pdsttools/xsd2report">
<details key="displayType" value="preview"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Different"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inLeftOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.ms.com/2011/pdsttools/xsd2report">
<details key="displayType" value="preview"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="InLeftOnly"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inRightOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.ms.com/2011/pdsttools/xsd2report">
<details key="displayType" value="preview"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="InRightOnly"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.ms.com/2011/pdsttools/xsd2report">
<details key="displayType" value="preview"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Left"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="right" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.ms.com/2011/pdsttools/xsd2report">
<details key="displayType" value="preview"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Right"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="explained" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.ms.com/2011/pdsttools/xsd2report">
<details key="displayType" value="preview"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Explained"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identical" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http://www.ms.com/2011/pdsttools/xsd2report">
<details key="displayType" value="preview"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="Identical"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="columnDefinitions" upperBound="-1"
eType="#//ColumnDefinition" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="ColumnDefinitions"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sampleDiffs" upperBound="-1"
eType="#//Diff" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="SampleDiffs"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Diff">
<eAnnotations source="http://www.ms.com/2006/pdsttools/xsd2perl">
<details key="noObject" value="true"/>
<details key="package" value="QATools::DiffSet::Diff"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Diff"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ignored" 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="ignored"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="leftKeyVals" 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="leftKeyVals"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="leftRow" 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="leftRow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reason" 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="reason"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rightKeyVals" 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="rightKeyVals"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rightRow" 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="rightRow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" 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="status"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="statusCode" 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="statusCode"/>
</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="result" upperBound="-2"
eType="#//dataCompareResult" 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="Result"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Morgan-Stanley/Saturn/com.ms.qaTools.saturn.model/model/datacompareModuleResult.ecore | ecore | datacompareModuleResult
CellDiff
leftIdx
reason
rightIdx
status
ColumnDefinition
ignored
ignoreNull
leftColIdx
leftTypeFmt
mapping
rightColIdx
rightTypeFmt
threshold
dataCompareResult
different
inLeftOnly
inRightOnly
left
right
explained
identical
columnDefinitions
sampleDiffs
Diff
ignored
leftKeyVals
leftRow
reason
rightKeyVals
rightRow
status
statusCode
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
result | null | {"directed":true,"nodes":[{"nsPrefix":"dataCompareModuleResult","nsURI":"http://www.ms.com/2011/Saturn/Modules/DataCompare/Result","name":"datacompareModuleResult","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellDiff","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnDefinition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"dataCompareResult","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diff","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"leftIdx","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":"reason","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rightIdx","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":"status","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"ignored","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"ignoreNull","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":"leftColIdx","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":"leftTypeFmt","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":"mapping","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":"rightColIdx","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":"rightTypeFmt","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"threshold","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"different","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":"inLeftOnly","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":"inRightOnly","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":"left","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":"right","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":"explained","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":"identical","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":"columnDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sampleDiffs","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"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"ignored","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":"leftKeyVals","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":"leftRow","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":"reason","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":"rightKeyVals","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":"rightRow","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":"status","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statusCode","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"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":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"derived":true},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":14,"target":22},{"source":14,"target":2},{"source":15,"target":23},{"source":15,"target":2},{"source":16,"target":24},{"source":16,"target":2},{"source":17,"target":25},{"source":17,"target":2},{"source":18,"target":26},{"source":18,"target":2},{"source":19,"target":27},{"source":19,"target":2},{"source":20,"target":28},{"source":20,"target":2},{"source":21,"target":29},{"source":21,"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":3,"target":37},{"source":3,"target":38},{"source":30,"target":39},{"source":30,"target":3},{"source":31,"target":40},{"source":31,"target":3},{"source":32,"target":41},{"source":32,"target":3},{"source":33,"target":42},{"source":33,"target":3},{"source":34,"target":43},{"source":34,"target":3},{"source":35,"target":44},{"source":35,"target":3},{"source":36,"target":45},{"source":36,"target":3},{"source":37,"target":2},{"source":37,"target":46},{"source":37,"target":3},{"source":46,"target":2},{"source":38,"target":4},{"source":38,"target":47},{"source":38,"target":3},{"source":47,"target":4},{"source":4,"target":0},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":48,"target":56},{"source":48,"target":4},{"source":49,"target":57},{"source":49,"target":4},{"source":50,"target":58},{"source":50,"target":4},{"source":51,"target":59},{"source":51,"target":4},{"source":52,"target":60},{"source":52,"target":4},{"source":53,"target":61},{"source":53,"target":4},{"source":54,"target":62},{"source":54,"target":4},{"source":55,"target":63},{"source":55,"target":4},{"source":5,"target":0},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":64,"target":68},{"source":64,"target":5},{"source":65,"target":69},{"source":65,"target":5},{"source":66,"target":70},{"source":66,"target":5},{"source":67,"target":3},{"source":67,"target":71},{"source":67,"target":5},{"source":71,"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="platform" nsURI="http://schemas.ogf.org/occi/platform/ecore"
nsPrefix="platform">
<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:EDataType" name="URL" instanceClassName="java.net.URL"/>
<eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="java.net.URI"/>
<eClassifiers xsi:type="ecore:EEnum" name="Status">
<eLiterals name="active" literal="active"/>
<eLiterals name="inactive" value="1" literal="inactive"/>
<eLiterals name="error" value="2" literal="error"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Application" 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="Application"/>
</eAnnotations>
<eOperations name="start">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Start the application."/>
</eAnnotations>
</eOperations>
<eOperations name="stop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stop the application."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiAppName" 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="Name of the application."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiAppContext" lowerBound="1"
eType="#//URL">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="URL for contextualizing the app."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiAppUrl" lowerBound="1"
eType="#//URL">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="DNS entry."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiAppState" lowerBound="1"
eType="#//Status">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="State of the application."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiAppStateMessage" 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="Human-readable explanation of the current instance state."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Component" 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="Component"/>
</eAnnotations>
<eOperations name="start">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Start the application."/>
</eAnnotations>
</eOperations>
<eOperations name="stop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Stop the application."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiComponentState" lowerBound="1"
eType="#//Status">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="State of the component."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiComponentStateMessage"
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="Human-readable explanation of the current instance state."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Componentlink" 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="ComponentLink"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="App_tpl" 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(platform::Application)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Res_tpl" 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(platform::Application) or self.entity.oclIsKindOf(platform::Component)"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Database" 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(platform::Component)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiDatabaseVersion" 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="Version of the database."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Databaselink" 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(platform::Componentlink)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiDatabaseUri" lowerBound="1"
eType="#//URI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Connection URI for the database."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiDatabaseUsername" eType="#//URI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Username."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="occiDatabaseToken" eType="#//URI">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Token."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/TrinhLK/OCCIBIP-Studio/plugins/org.eclipse.cmf.occi.platform/model/Platform.ecore | ecore | platform
URL
java.net.URL
java.net.URL
URI
java.net.URI
java.net.URI
Status
active
active
inactive
inactive
error
error
Application
start
stop
occiAppName
occiAppContext
occiAppUrl
occiAppState
occiAppStateMessage
Component
start
stop
occiComponentState
occiComponentStateMessage
Componentlink
App_tpl
Res_tpl
Database
occiDatabaseVersion
Databaselink
occiDatabaseUri
occiDatabaseUsername
occiDatabaseToken | null | {"directed":true,"nodes":[{"nsPrefix":"platform","nsURI":"http://schemas.ogf.org/occi/platform/ecore","name":"platform","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.net.URL","defaultValue":null,"instanceClassName":"java.net.URL","name":"URL","instanceClass":"java.net.URL","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.net.URI","defaultValue":null,"instanceClassName":"java.net.URI","name":"URI","instanceClass":"java.net.URI","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Status","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Componentlink","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"App_tpl","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Res_tpl","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Databaselink","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"name":"active","id":11,"value":0,"literal":"active","eClass":"EEnumLiteral"},{"name":"inactive","id":12,"value":1,"literal":"inactive","eClass":"EEnumLiteral"},{"name":"error","id":13,"value":2,"literal":"error","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":15,"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":"occiAppName","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"occiAppContext","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"occiAppUrl","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"occiAppState","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"occiAppStateMessage","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stop","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"occiComponentState","changeable":true,"lowerBound":1,"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":"occiComponentStateMessage","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"occiDatabaseVersion","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"occiDatabaseUri","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"occiDatabaseUsername","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":"occiDatabaseToken","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":12},{"source":3,"target":13},{"source":11,"target":3},{"source":12,"target":3},{"source":13,"target":3},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":14,"target":4},{"source":15,"target":4},{"source":16,"target":22},{"source":16,"target":4},{"source":17,"target":1},{"source":17,"target":23},{"source":17,"target":4},{"source":23,"target":1},{"source":18,"target":1},{"source":18,"target":24},{"source":18,"target":4},{"source":24,"target":1},{"source":19,"target":3},{"source":19,"target":25},{"source":19,"target":4},{"source":25,"target":3},{"source":20,"target":26},{"source":20,"target":4},{"source":5,"target":0},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":27,"target":5},{"source":28,"target":5},{"source":29,"target":3},{"source":29,"target":32},{"source":29,"target":5},{"source":32,"target":3},{"source":30,"target":33},{"source":30,"target":5},{"source":6,"target":0},{"source":6,"target":34},{"source":7,"target":0},{"source":7,"target":35},{"source":8,"target":0},{"source":8,"target":36},{"source":9,"target":0},{"source":9,"target":37},{"source":9,"target":38},{"source":37,"target":39},{"source":37,"target":9},{"source":10,"target":0},{"source":10,"target":40},{"source":10,"target":41},{"source":10,"target":42},{"source":10,"target":43},{"source":40,"target":2},{"source":40,"target":44},{"source":40,"target":10},{"source":44,"target":2},{"source":41,"target":2},{"source":41,"target":45},{"source":41,"target":10},{"source":45,"target":2},{"source":42,"target":2},{"source":42,"target":46},{"source":42,"target":10},{"source":46,"target":2}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gcoreDatabase" nsURI="http://www.eclipse.org/emf/2002/GcoreDatabase"
nsPrefix="gcoreDatabase">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="PageContainer" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage">
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1"
eType="#//Page" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="menuablePages" upperBound="-1"
eType="#//MenuablePage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="menues" upperBound="-1"
eType="#//Menu" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listablePages" upperBound="-1"
eType="#//ListablePage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="styleSettings" upperBound="-1"
eType="#//StyleSetting" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectablePages" upperBound="-1"
eType="#//SelectablePage" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Page" abstract="true" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//ENamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="pageStyle" lowerBound="1"
eType="#//StylePageSettings"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RGBColor" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//ENamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="validRGB"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="validRGB" value="0 <= self.blue and self.blue <= 255 and 0 <= self.green and self.green <= 255 and 0 <= self.red and self.red <= 255"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="red" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="green" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EditPage" eSuperTypes="#//Page"/>
<eClassifiers xsi:type="ecore:EClass" name="ListPage" eSuperTypes="#//Page #//ListablePage #//MenuablePage">
<eStructuralFeatures xsi:type="ecore:EReference" name="menu" eType="#//Menu"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listablepageStyle" lowerBound="1"
eType="#//StyleListSettings"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ViewPage" eSuperTypes="#//Page #//MenuablePage">
<eStructuralFeatures xsi:type="ecore:EReference" name="menu" eType="#//Menu"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomPage" eSuperTypes="#//Page"/>
<eClassifiers xsi:type="ecore:EClass" name="LoginPage" eSuperTypes="#//Page"/>
<eClassifiers xsi:type="ecore:EClass" name="ProcessSelectorPage" eSuperTypes="#//Page #//MenuablePage">
<eStructuralFeatures xsi:type="ecore:EReference" name="menu" eType="#//Menu"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectableListPage" eSuperTypes="#//Page #//SelectablePage #//ListablePage">
<eStructuralFeatures xsi:type="ecore:EReference" name="listablepageStyle" lowerBound="1"
eType="#//StyleListSettings"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectablepageStyle" lowerBound="1"
eType="#//StyleSelectionSettings"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListablePage" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectablePage" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiSelection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MenuablePage" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Menu" eSuperTypes="../../org.eclipse.emf.ecore/model/Ecore.ecore#//ENamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="menuStyle" lowerBound="1"
eType="#//StyleMenuSettings"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StyleSetting">
<eStructuralFeatures xsi:type="ecore:EReference" name="rgbColors" upperBound="-1"
eType="#//RGBColor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="menuStyle" eType="#//StyleMenuSettings"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectionStyle" eType="#//StyleSelectionSettings"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pageStyle" lowerBound="1"
eType="#//StylePageSettings" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fontColor" lowerBound="1"
eType="#//RGBColor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="backColor" lowerBound="1"
eType="#//RGBColor"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listStyle" eType="#//StyleListSettings"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StylePageSettings">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imagePosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="frame" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="frameColor" lowerBound="1"
eType="#//RGBColor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StyleListSettings">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="separatorShow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="listStyle" eType="#//ListStyle"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="separatorColor" lowerBound="1"
eType="#//RGBColor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StyleMenuSettings">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="menuStyle" eType="#//MenuStyle"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fixedMenu" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StyleSelectionSettings">
<eStructuralFeatures xsi:type="ecore:EReference" name="selectionColor" lowerBound="1"
eType="#//RGBColor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapPage" eSuperTypes="#//Page"/>
<eClassifiers xsi:type="ecore:EClass" name="MediaPage" eSuperTypes="#//Page"/>
<eClassifiers xsi:type="ecore:EClass" name="ELearningPage" eSuperTypes="#//Page #//MenuablePage">
<eStructuralFeatures xsi:type="ecore:EReference" name="menu" eType="#//Menu"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TakePicturePage" eSuperTypes="#//Page"/>
<eClassifiers xsi:type="ecore:EClass" name="RecordAudioPage" eSuperTypes="#//Page"/>
<eClassifiers xsi:type="ecore:EClass" name="ARPage" eSuperTypes="#//Page"/>
<eClassifiers xsi:type="ecore:EEnum" name="MenuStyle">
<eLiterals name="TILE"/>
<eLiterals name="GRID" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ListStyle">
<eLiterals name="GRID"/>
<eLiterals name="LIST" value="1"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/ParisaMousavi/pimar/pimar.language/model/GcoreDatabase.ecore | ecore | gcoreDatabase
PageContainer
pages
menuablePages
menues
listablePages
styleSettings
selectablePages
Page
pageStyle
RGBColor
blue
red
green
EditPage
ListPage
menu
listablepageStyle
ViewPage
menu
CustomPage
LoginPage
ProcessSelectorPage
menu
SelectableListPage
listablepageStyle
selectablepageStyle
ListablePage
SelectablePage
multiSelection
MenuablePage
Menu
menuStyle
StyleSetting
rgbColors
menuStyle
selectionStyle
pageStyle
fontColor
backColor
listStyle
StylePageSettings
imagePosition
textPosition
frame
frameColor
StyleListSettings
separatorShow
listStyle
separatorColor
StyleMenuSettings
menuStyle
fixedMenu
StyleSelectionSettings
selectionColor
MapPage
MediaPage
ELearningPage
menu
TakePicturePage
RecordAudioPage
ARPage
MenuStyle
TILE
TILE
GRID
GRID
ListStyle
GRID
GRID
LIST
LIST | null | {"directed":true,"nodes":[{"nsPrefix":"gcoreDatabase","nsURI":"http://www.eclipse.org/emf/2002/GcoreDatabase","name":"gcoreDatabase","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageContainer","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RGBColor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditPage","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListPage","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewPage","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomPage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoginPage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSelectorPage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectableListPage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListablePage","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectablePage","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuablePage","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleSetting","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StylePageSettings","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleListSettings","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleMenuSettings","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleSelectionSettings","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapPage","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MediaPage","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELearningPage","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TakePicturePage","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordAudioPage","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ARPage","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MenuStyle","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ListStyle","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"menuablePages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menues","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":"listablePages","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":"styleSettings","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":"selectablePages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pageStyle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blue","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"red","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"green","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menu","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"listablepageStyle","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menu","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"listablepageStyle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectablepageStyle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiSelection","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menuStyle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"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":"rgbColors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menuStyle","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":"selectionStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pageStyle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fontColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"backColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imagePosition","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textPosition","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"frame","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frameColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"separatorShow","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"listStyle","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"separatorColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"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":null,"unsettable":false,"transient":false,"unique":true,"name":"menuStyle","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fixedMenu","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectionColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"name":"TILE","id":124,"value":0,"literal":"TILE","eClass":"EEnumLiteral"},{"name":"GRID","id":125,"value":1,"literal":"GRID","eClass":"EEnumLiteral"},{"name":"GRID","id":126,"value":0,"literal":"GRID","eClass":"EEnumLiteral"},{"name":"LIST","id":127,"value":1,"literal":"LIST","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":28,"target":2},{"source":28,"target":35},{"source":28,"target":1},{"source":35,"target":2},{"source":29,"target":13},{"source":29,"target":36},{"source":29,"target":1},{"source":36,"target":13},{"source":30,"target":14},{"source":30,"target":37},{"source":30,"target":1},{"source":37,"target":14},{"source":31,"target":11},{"source":31,"target":38},{"source":31,"target":1},{"source":38,"target":11},{"source":32,"target":15},{"source":32,"target":39},{"source":32,"target":1},{"source":39,"target":15},{"source":33,"target":12},{"source":33,"target":40},{"source":33,"target":1},{"source":40,"target":12},{"source":2,"target":0},{"source":2,"target":41},{"source":2,"target":42},{"source":41,"target":16},{"source":41,"target":43},{"source":41,"target":2},{"source":43,"target":16},{"source":3,"target":0},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":44,"target":48},{"source":44,"target":3},{"source":45,"target":49},{"source":45,"target":3},{"source":46,"target":50},{"source":46,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":51},{"source":51,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":11},{"source":5,"target":13},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":52,"target":14},{"source":52,"target":57},{"source":52,"target":5},{"source":57,"target":14},{"source":53,"target":17},{"source":53,"target":58},{"source":53,"target":5},{"source":58,"target":17},{"source":54,"target":2},{"source":55,"target":11},{"source":56,"target":13},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":13},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":59,"target":14},{"source":59,"target":62},{"source":59,"target":6},{"source":62,"target":14},{"source":60,"target":2},{"source":61,"target":13},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":63},{"source":63,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":64},{"source":64,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":65},{"source":9,"target":66},{"source":9,"target":67},{"source":65,"target":14},{"source":65,"target":68},{"source":65,"target":9},{"source":68,"target":14},{"source":66,"target":2},{"source":67,"target":13},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":12},{"source":10,"target":11},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":69,"target":17},{"source":69,"target":74},{"source":69,"target":10},{"source":74,"target":17},{"source":70,"target":19},{"source":70,"target":75},{"source":70,"target":10},{"source":75,"target":19},{"source":71,"target":2},{"source":72,"target":12},{"source":73,"target":11},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":76},{"source":76,"target":77},{"source":76,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":78},{"source":14,"target":79},{"source":78,"target":18},{"source":78,"target":80},{"source":78,"target":14},{"source":80,"target":18},{"source":15,"target":0},{"source":15,"target":81},{"source":15,"target":82},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":15,"target":86},{"source":15,"target":87},{"source":81,"target":3},{"source":81,"target":88},{"source":81,"target":15},{"source":88,"target":3},{"source":82,"target":18},{"source":82,"target":89},{"source":82,"target":15},{"source":89,"target":18},{"source":83,"target":19},{"source":83,"target":90},{"source":83,"target":15},{"source":90,"target":19},{"source":84,"target":16},{"source":84,"target":91},{"source":84,"target":15},{"source":91,"target":16},{"source":85,"target":3},{"source":85,"target":92},{"source":85,"target":15},{"source":92,"target":3},{"source":86,"target":3},{"source":86,"target":93},{"source":86,"target":15},{"source":93,"target":3},{"source":87,"target":17},{"source":87,"target":94},{"source":87,"target":15},{"source":94,"target":17},{"source":16,"target":0},{"source":16,"target":95},{"source":16,"target":96},{"source":16,"target":97},{"source":16,"target":98},{"source":95,"target":99},{"source":95,"target":16},{"source":96,"target":100},{"source":96,"target":16},{"source":97,"target":101},{"source":97,"target":16},{"source":98,"target":3},{"source":98,"target":102},{"source":98,"target":16},{"source":102,"target":3},{"source":17,"target":0},{"source":17,"target":103},{"source":17,"target":104},{"source":17,"target":105},{"source":103,"target":106},{"source":103,"target":17},{"source":104,"target":27},{"source":104,"target":107},{"source":104,"target":17},{"source":107,"target":27},{"source":105,"target":3},{"source":105,"target":108},{"source":105,"target":17},{"source":108,"target":3},{"source":18,"target":0},{"source":18,"target":109},{"source":18,"target":110},{"source":109,"target":26},{"source":109,"target":111},{"source":109,"target":18},{"source":111,"target":26},{"source":110,"target":112},{"source":110,"target":18},{"source":19,"target":0},{"source":19,"target":113},{"source":113,"target":3},{"source":113,"target":114},{"source":113,"target":19},{"source":114,"target":3},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":115},{"source":115,"target":2},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":116},{"source":116,"target":2},{"source":22,"target":0},{"source":22,"target":2},{"source":22,"target":13},{"source":22,"target":117},{"source":22,"target":118},{"source":22,"target":119},{"source":117,"target":14},{"source":117,"target":120},{"source":117,"target":22},{"source":120,"target":14},{"source":118,"target":2},{"source":119,"target":13},{"source":23,"target":0},{"source":23,"target":2},{"source":23,"target":121},{"source":121,"target":2},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":122},{"source":122,"target":2},{"source":25,"target":0},{"source":25,"target":2},{"source":25,"target":123},{"source":123,"target":2},{"source":26,"target":0},{"source":26,"target":124},{"source":26,"target":125},{"source":124,"target":26},{"source":125,"target":26},{"source":27,"target":0},{"source":27,"target":126},{"source":27,"target":127},{"source":126,"target":27},{"source":127,"target":27}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="standard"
nsURI="http:///org/eclipse/stem/populationmodels/standard" nsPrefix="org.eclipse.stem.populationmodels.standard">
<eClassifiers xsi:type="ecore:EClass" name="PopulationModel" abstract="true" eSuperTypes="../../org.eclipse.stem.core/model/model.ecore#//NodeDecorator ../../org.eclipse.stem.core/model/modifier.ecore#//Modifiable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="populationIdentifier" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="human"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="HumanPopulationModel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetISOKey" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StandardPopulationModel" eSuperTypes="#//PopulationModel #//IntegrationDecorator">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="birthRate" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deathRate" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timePeriod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="86400000"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PopulationModelLabel" eSuperTypes="../../org.eclipse.stem.core/model/graph.ecore#//DynamicNodeLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="populationLabel" eType="ecore:EClass ../../org.eclipse.stem.definitions/model/labels.ecore#//PopulationLabel"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="populationIdentifier" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StandardPopulationModelLabel" eSuperTypes="#//PopulationModelLabel #//IntegrationLabel">
<eStructuralFeatures xsi:type="ecore:EReference" name="deltaValue" eType="#//StandardPopulationModelLabelValue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="probeValue" eType="#//StandardPopulationModelLabelValue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tempValue" eType="#//StandardPopulationModelLabelValue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="originalValue" eType="#//StandardPopulationModelLabelValue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorScale" eType="#//StandardPopulationModelLabelValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegrationLabel" instanceClassName="org.eclipse.stem.core.graph.IntegrationLabel"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegrationLabelValue" instanceClassName="org.eclipse.stem.core.graph.IntegrationLabelValue"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegrationDecorator" instanceClassName="org.eclipse.stem.core.model.IntegrationDecorator"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="PopulationModelLabelValue" eSuperTypes="../../org.eclipse.stem.core/model/graph.ecore#//LabelValue"/>
<eClassifiers xsi:type="ecore:EClass" name="StandardPopulationModelLabelValue" eSuperTypes="#//PopulationModelLabelValue #//IntegrationLabelValue">
<eOperations name="adjustDelta" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eParameters name="value" eType="#//IntegrationLabelValue"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="count" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="incidence" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="births" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deaths" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="density" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"
changeable="false" volatile="true" defaultValueLiteral="0.0" unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StochasticStandardPopulationModel" eSuperTypes="#//StandardPopulationModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gain" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"
defaultValueLiteral="0.01"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DemographicPopulationModel" eSuperTypes="#//StandardPopulationModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="populationGroups" lowerBound="1"
upperBound="-1" eType="#//PopulationGroup" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PopulationGroup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fraction" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"
defaultValueLiteral="0.5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PopulationInitializer" abstract="true"
eSuperTypes="../../org.eclipse.stem.core/model/model.ecore#//NodeDecorator ../../org.eclipse.stem.core/model/modifier.ecore#//Modifiable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetISOKey" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="populationIdentifier" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"
defaultValueLiteral="human"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StandardPopulationInitializer" eSuperTypes="#//PopulationInitializer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="individuals" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useDensity" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SeasonalPopulationModel" eSuperTypes="#//StandardPopulationModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="phase" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"
defaultValueLiteral="0.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modulationAmplitude" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"
defaultValueLiteral="1.0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"
changeable="false" defaultValueLiteral="365.25"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useLatitude" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EarthSciencePopulationInitializer" abstract="true"
eSuperTypes="#//PopulationInitializer"/>
<eClassifiers xsi:type="ecore:EClass" name="YetiPopulationInitializer" eSuperTypes="#//EarthSciencePopulationInitializer"/>
</ecore:EPackage>
| github:ecore:/data/teropa/stem/org.eclipse.stem.populationmodels/model/standard.ecore | ecore | standard
PopulationModel
populationIdentifier
human
name
HumanPopulationModel
targetISOKey
StandardPopulationModel
birthRate
0.0
deathRate
0.0
timePeriod
86400000
PopulationModelLabel
populationLabel
populationIdentifier
StandardPopulationModelLabel
deltaValue
probeValue
tempValue
originalValue
errorScale
IntegrationLabel
org.eclipse.stem.core.graph.IntegrationLabel
org.eclipse.stem.core.graph.IntegrationLabel
IntegrationLabelValue
org.eclipse.stem.core.graph.IntegrationLabelValue
org.eclipse.stem.core.graph.IntegrationLabelValue
IntegrationDecorator
org.eclipse.stem.core.model.IntegrationDecorator
org.eclipse.stem.core.model.IntegrationDecorator
PopulationModelLabelValue
StandardPopulationModelLabelValue
adjustDelta
value
count
incidence
births
deaths
density
0.0
StochasticStandardPopulationModel
gain
0.01
DemographicPopulationModel
populationGroups
PopulationGroup
identifier
fraction
0.5
PopulationInitializer
targetISOKey
populationIdentifier
human
StandardPopulationInitializer
individuals
1
useDensity
false
SeasonalPopulationModel
phase
0.0
modulationAmplitude
1.0
period
365.25
useLatitude
true
EarthSciencePopulationInitializer
YetiPopulationInitializer | null | {"directed":true,"nodes":[{"nsPrefix":"org.eclipse.stem.populationmodels.standard","nsURI":"http:///org/eclipse/stem/populationmodels/standard","name":"standard","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PopulationModel","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandardPopulationModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PopulationModelLabel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandardPopulationModelLabel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.stem.core.graph.IntegrationLabel","defaultValue":null,"instanceClassName":"org.eclipse.stem.core.graph.IntegrationLabel","name":"IntegrationLabel","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.stem.core.graph.IntegrationLabelValue","defaultValue":null,"instanceClassName":"org.eclipse.stem.core.graph.IntegrationLabelValue","name":"IntegrationLabelValue","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.stem.core.model.IntegrationDecorator","defaultValue":null,"instanceClassName":"org.eclipse.stem.core.model.IntegrationDecorator","name":"IntegrationDecorator","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PopulationModelLabelValue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandardPopulationModelLabelValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StochasticStandardPopulationModel","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DemographicPopulationModel","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PopulationGroup","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PopulationInitializer","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StandardPopulationInitializer","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeasonalPopulationModel","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EarthSciencePopulationInitializer","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"YetiPopulationInitializer","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"human","unsettable":false,"transient":false,"unique":true,"name":"populationIdentifier","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":"HumanPopulationModel","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"targetISOKey","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"birthRate","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"deathRate","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":86400000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"86400000","unsettable":false,"transient":false,"unique":true,"name":"timePeriod","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"populationLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"populationIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deltaValue","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":"probeValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tempValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"errorScale","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"adjustDelta","lowerBound":0,"id":52,"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":"count","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":"incidence","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"births","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":"deaths","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":true,"transient":false,"unique":true,"name":"density","changeable":false,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.01","unsettable":false,"transient":false,"unique":true,"name":"gain","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"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":"populationGroups","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","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":"0.5","unsettable":false,"transient":false,"unique":true,"name":"fraction","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":"targetISOKey","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"human","unsettable":false,"transient":false,"unique":true,"name":"populationIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"individuals","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"useDensity","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"phase","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":"1.0","unsettable":false,"transient":false,"unique":true,"name":"modulationAmplitude","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":"365.25","unsettable":false,"transient":false,"unique":true,"name":"period","changeable":false,"lowerBound":0,"iD":false,"id":91,"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":"useLatitude","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":18,"target":23},{"source":18,"target":1},{"source":19,"target":24},{"source":19,"target":1},{"source":20,"target":25},{"source":20,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":7},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":26,"target":31},{"source":26,"target":2},{"source":27,"target":32},{"source":27,"target":2},{"source":28,"target":33},{"source":28,"target":2},{"source":29,"target":1},{"source":30,"target":7},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":34,"target":37},{"source":34,"target":3},{"source":35,"target":38},{"source":35,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":5},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":39,"target":9},{"source":39,"target":46},{"source":39,"target":4},{"source":46,"target":9},{"source":40,"target":9},{"source":40,"target":47},{"source":40,"target":4},{"source":47,"target":9},{"source":41,"target":9},{"source":41,"target":48},{"source":41,"target":4},{"source":48,"target":9},{"source":42,"target":9},{"source":42,"target":49},{"source":42,"target":4},{"source":49,"target":9},{"source":43,"target":9},{"source":43,"target":50},{"source":43,"target":4},{"source":50,"target":9},{"source":44,"target":3},{"source":45,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":51},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":6},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":9,"target":56},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":52,"target":60},{"source":52,"target":9},{"source":52,"target":61},{"source":61,"target":6},{"source":61,"target":62},{"source":61,"target":52},{"source":62,"target":6},{"source":53,"target":63},{"source":53,"target":9},{"source":54,"target":64},{"source":54,"target":9},{"source":55,"target":65},{"source":55,"target":9},{"source":56,"target":66},{"source":56,"target":9},{"source":57,"target":67},{"source":57,"target":9},{"source":58,"target":8},{"source":59,"target":6},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":68},{"source":10,"target":69},{"source":68,"target":70},{"source":68,"target":10},{"source":69,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":71},{"source":11,"target":72},{"source":71,"target":12},{"source":71,"target":73},{"source":71,"target":11},{"source":73,"target":12},{"source":72,"target":2},{"source":12,"target":0},{"source":12,"target":74},{"source":12,"target":75},{"source":74,"target":76},{"source":74,"target":12},{"source":75,"target":77},{"source":75,"target":12},{"source":13,"target":0},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":78,"target":82},{"source":78,"target":13},{"source":79,"target":83},{"source":79,"target":13},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":84},{"source":14,"target":85},{"source":14,"target":86},{"source":84,"target":87},{"source":84,"target":14},{"source":85,"target":88},{"source":85,"target":14},{"source":86,"target":13},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":89},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":89,"target":94},{"source":89,"target":15},{"source":90,"target":95},{"source":90,"target":15},{"source":91,"target":96},{"source":91,"target":15},{"source":92,"target":97},{"source":92,"target":15},{"source":93,"target":2},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":98},{"source":98,"target":13},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":99},{"source":99,"target":16}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="jbi"
nsURI="http://java.sun.com/xml/ns/jbi" nsPrefix="jbi">
<eClassifiers xsi:type="ecore:EClass" name="AbstractExtensibleElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="other" unique="false" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.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=":2"/>
<details key="processing" value="skip"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="local" unique="false" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.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="##local"/>
<details key="name" value=":3"/>
<details key="processing" value="skip"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassPath">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ClassPath"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pathElement" unique="false"
lowerBound="1" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="path-element"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Component">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Component"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="identification" lowerBound="1"
eType="#//Identification" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="identification"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentClassName" lowerBound="1"
eType="#//ComponentClassName" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="component-class-name"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentClassPath" lowerBound="1"
eType="#//ClassPath" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="component-class-path"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bootstrapClassName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="bootstrap-class-name"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="bootstrapClassPath" lowerBound="1"
eType="#//ClassPath" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="bootstrap-class-path"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sharedLibraryList" unique="false"
upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EFeatureMapEntry">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="group"/>
<details key="name" value="SharedLibraryList:5"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sharedLibrary" upperBound="-1"
eType="#//SharedLibraryType1" 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="shared-library"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#SharedLibraryList:5"/>
</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:7"/>
</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=":8"/>
<details key="processing" value="skip"/>
<details key="group" value="#group:7"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="any1" 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="##local"/>
<details key="name" value=":9"/>
<details key="processing" value="skip"/>
<details key="group" value="#group:7"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bootstrapClassLoaderDelegation"
eType="#//ClassLoaderDelegationType" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="bootstrap-class-loader-delegation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentClassLoaderDelegation"
eType="#//ClassLoaderDelegationType" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="component-class-loader-delegation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ComponentType"
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="ComponentClassName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ComponentClassName"/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.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="description" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//AnySimpleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="description"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connection">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Connection"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="consumer" lowerBound="1"
eType="#//Consumer" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="consumer"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="provider" lowerBound="1"
eType="#//Provider" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="provider"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connections" eSuperTypes="#//AbstractExtensibleElement">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Connections"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="connection" upperBound="-1"
eType="#//Connection" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="connection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Consumer">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Consumer"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endpointName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="endpoint-name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//QName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="interface-name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//QName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="service-name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentRoot">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value=""/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.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 platform:/plugin/org.eclipse.emf.ecore/model/Ecore.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 platform:/plugin/org.eclipse.emf.ecore/model/Ecore.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="jbi" upperBound="-2" eType="#//Jbi"
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="jbi"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Identification" eSuperTypes="#//AbstractExtensibleElement">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Identification"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//NCName">
<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 platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="description"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Jbi">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="jbi"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="#//Component"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="component"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sharedLibrary" eType="#//SharedLibraryType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="shared-library"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceAssembly" eType="#//ServiceAssembly"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="service-assembly"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" eType="#//Services"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="services"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//Decimal">
<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="Services" eSuperTypes="#//AbstractExtensibleElement">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Services"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="provides" upperBound="-1"
eType="#//Provides" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="provides"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="consumes" upperBound="-1"
eType="#//Consumes" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="consumes"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bindingComponent" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//Boolean"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="binding-component"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractEndpoint" abstract="true" eSuperTypes="#//AbstractExtensibleElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endpointName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="endpoint-name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//QName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="interface-name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//QName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="service-name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Consumes" eSuperTypes="#//AbstractEndpoint">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Consumes"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Provides" eSuperTypes="#//AbstractEndpoint">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Provides"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Provider">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Provider"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endpointName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="endpoint-name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//QName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="service-name"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceAssembly" eSuperTypes="#//AbstractExtensibleElement">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceAssembly"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="identification" lowerBound="1"
eType="#//Identification" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="identification"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceUnit" upperBound="-1"
eType="#//ServiceUnit" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="service-unit"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" eType="#//Connections"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="connections"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceUnit" eSuperTypes="#//AbstractExtensibleElement">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ServiceUnit"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="identification" lowerBound="1"
eType="#//Identification" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="identification"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Target" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="target"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SharedLibraryType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="shared-library_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="identification" lowerBound="1"
eType="#//Identification" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="identification"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sharedLibraryClassPath"
lowerBound="1" eType="#//ClassPath" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="shared-library-class-path"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classLoaderDelegation"
eType="#//ClassLoaderDelegationType" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="class-loader-delegation"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//AnySimpleType">
<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="SharedLibraryType1">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="shared-library_._1_._type"/>
<details key="kind" value="mixed"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.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="version" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//AnySimpleType">
<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="Target">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Target"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="artifactsZip" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="artifacts-zip"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentName" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/XMLType.ecore#//NCName">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="component-name"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ClassLoaderDelegationType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ClassLoaderDelegationType"/>
</eAnnotations>
<eLiterals name="parentFirst" literal="parent-first"/>
<eLiterals name="selfFirst" value="1" literal="self-first"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ComponentType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ComponentType"/>
</eAnnotations>
<eLiterals name="serviceEngine" literal="service-engine"/>
<eLiterals name="bindingComponent" value="1" literal="binding-component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LinkType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="LinkType"/>
</eAnnotations>
<eLiterals name="standard"/>
<eLiterals name="hard" value="1"/>
<eLiterals name="soft" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ClassLoaderDelegationTypeObject"
instanceClassName="com.sun.java.xml.ns.jbi.ClassLoaderDelegationType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ClassLoaderDelegationType:Object"/>
<details key="baseType" value="ClassLoaderDelegationType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ComponentTypeObject" instanceClassName="com.sun.java.xml.ns.jbi.ComponentType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ComponentType:Object"/>
<details key="baseType" value="ComponentType"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="LinkTypeObject" instanceClassName="com.sun.java.xml.ns.jbi.LinkType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="LinkType:Object"/>
<details key="baseType" value="LinkType"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/petalslink/petals-studio/plugins/com.ebmwebsourcing.jbi.core.metamodel/model/jbi.ecore | ecore | jbi
AbstractExtensibleElement
group
other
local
ClassPath
pathElement
Component
identification
componentClassName
componentClassPath
bootstrapClassName
bootstrapClassPath
sharedLibraryList
sharedLibrary
group
any
any1
bootstrapClassLoaderDelegation
componentClassLoaderDelegation
type
ComponentClassName
mixed
description
Connection
consumer
provider
Connections
connection
Consumer
endpointName
interfaceName
serviceName
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
jbi
Identification
name
description
Jbi
component
sharedLibrary
serviceAssembly
services
version
Services
provides
consumes
bindingComponent
AbstractEndpoint
endpointName
interfaceName
serviceName
Consumes
Provides
Provider
endpointName
serviceName
ServiceAssembly
identification
serviceUnit
connections
ServiceUnit
identification
target
SharedLibraryType
identification
sharedLibraryClassPath
classLoaderDelegation
version
SharedLibraryType1
mixed
version
Target
artifactsZip
componentName
ClassLoaderDelegationType
parentFirst
parent-first
selfFirst
self-first
ComponentType
serviceEngine
service-engine
bindingComponent
binding-component
LinkType
standard
standard
hard
hard
soft
soft
ClassLoaderDelegationTypeObject
com.sun.java.xml.ns.jbi.ClassLoaderDelegationType
com.sun.java.xml.ns.jbi.ClassLoaderDelegationType
ComponentTypeObject
com.sun.java.xml.ns.jbi.ComponentType
com.sun.java.xml.ns.jbi.ComponentType
LinkTypeObject
com.sun.java.xml.ns.jbi.LinkType
com.sun.java.xml.ns.jbi.LinkType | null | {"directed":true,"nodes":[{"nsPrefix":"jbi","nsURI":"http://java.sun.com/xml/ns/jbi","name":"jbi","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractExtensibleElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassPath","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentClassName","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connections","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Consumer","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identification","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jbi","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Services","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractEndpoint","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Consumes","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provides","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provider","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceAssembly","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceUnit","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SharedLibraryType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SharedLibraryType1","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ClassLoaderDelegationType","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LinkType","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"com.sun.java.xml.ns.jbi.ClassLoaderDelegationType","defaultValue":null,"instanceClassName":"com.sun.java.xml.ns.jbi.ClassLoaderDelegationType","name":"ClassLoaderDelegationTypeObject","instanceClass":null,"id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.sun.java.xml.ns.jbi.ComponentType","defaultValue":null,"instanceClassName":"com.sun.java.xml.ns.jbi.ComponentType","name":"ComponentTypeObject","instanceClass":null,"id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"com.sun.java.xml.ns.jbi.LinkType","defaultValue":null,"instanceClassName":"com.sun.java.xml.ns.jbi.LinkType","name":"LinkTypeObject","instanceClass":null,"id":26,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":27,"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":"other","changeable":true,"lowerBound":0,"iD":false,"id":28,"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":"local","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":true},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"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":"pathElement","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"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":"identification","changeable":true,"resolveProxies":false,"lowerBound":1,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentClassName","changeable":true,"resolveProxies":false,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentClassPath","changeable":true,"resolveProxies":false,"lowerBound":1,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bootstrapClassName","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bootstrapClassPath","changeable":true,"resolveProxies":false,"lowerBound":1,"id":39,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sharedLibraryList","changeable":true,"lowerBound":0,"iD":false,"id":40,"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":"sharedLibrary","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":43,"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":"any1","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"bootstrapClassLoaderDelegation","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"componentClassLoaderDelegation","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","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":"description","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consumer","changeable":true,"resolveProxies":false,"lowerBound":1,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"resolveProxies":false,"lowerBound":1,"id":66,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"connection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endpointName","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":"interfaceName","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":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"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":"jbi","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":true},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component","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":"sharedLibrary","changeable":true,"resolveProxies":false,"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":"serviceAssembly","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":false,"lowerBound":0,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"provides","changeable":true,"resolveProxies":false,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consumes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"bindingComponent","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"interfaceName","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":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endpointName","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identification","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"serviceUnit","changeable":true,"resolveProxies":false,"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":"connections","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identification","changeable":true,"resolveProxies":false,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":false,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identification","changeable":true,"resolveProxies":false,"lowerBound":1,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sharedLibraryClassPath","changeable":true,"resolveProxies":false,"lowerBound":1,"id":134,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"classLoaderDelegation","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","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"},{"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":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":"version","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"artifactsZip","changeable":true,"lowerBound":1,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentName","changeable":true,"lowerBound":1,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"name":"parentFirst","id":149,"value":0,"literal":"parent-first","eClass":"EEnumLiteral"},{"name":"selfFirst","id":150,"value":1,"literal":"self-first","eClass":"EEnumLiteral"},{"name":"serviceEngine","id":151,"value":0,"literal":"service-engine","eClass":"EEnumLiteral"},{"name":"bindingComponent","id":152,"value":1,"literal":"binding-component","eClass":"EEnumLiteral"},{"name":"standard","id":153,"value":0,"literal":"standard","eClass":"EEnumLiteral"},{"name":"hard","id":154,"value":1,"literal":"hard","eClass":"EEnumLiteral"},{"name":"soft","id":155,"value":2,"literal":"soft","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":1,"target":0},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":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":33,"target":34},{"source":33,"target":2},{"source":3,"target":0},{"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":35,"target":9},{"source":35,"target":48},{"source":35,"target":3},{"source":48,"target":9},{"source":36,"target":4},{"source":36,"target":49},{"source":36,"target":3},{"source":49,"target":4},{"source":37,"target":2},{"source":37,"target":50},{"source":37,"target":3},{"source":50,"target":2},{"source":38,"target":51},{"source":38,"target":3},{"source":39,"target":2},{"source":39,"target":52},{"source":39,"target":3},{"source":52,"target":2},{"source":40,"target":53},{"source":40,"target":3},{"source":41,"target":19},{"source":41,"target":54},{"source":41,"target":3},{"source":54,"target":19},{"source":42,"target":55},{"source":42,"target":3},{"source":43,"target":56},{"source":43,"target":3},{"source":44,"target":57},{"source":44,"target":3},{"source":45,"target":21},{"source":45,"target":58},{"source":45,"target":3},{"source":58,"target":21},{"source":46,"target":21},{"source":46,"target":59},{"source":46,"target":3},{"source":59,"target":21},{"source":47,"target":22},{"source":47,"target":60},{"source":47,"target":3},{"source":60,"target":22},{"source":4,"target":0},{"source":4,"target":61},{"source":4,"target":62},{"source":61,"target":63},{"source":61,"target":4},{"source":62,"target":64},{"source":62,"target":4},{"source":5,"target":0},{"source":5,"target":65},{"source":5,"target":66},{"source":65,"target":7},{"source":65,"target":67},{"source":65,"target":5},{"source":67,"target":7},{"source":66,"target":15},{"source":66,"target":68},{"source":66,"target":5},{"source":68,"target":15},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":69},{"source":6,"target":70},{"source":69,"target":5},{"source":69,"target":71},{"source":69,"target":6},{"source":71,"target":5},{"source":70,"target":1},{"source":7,"target":0},{"source":7,"target":72},{"source":7,"target":73},{"source":7,"target":74},{"source":72,"target":75},{"source":72,"target":7},{"source":73,"target":76},{"source":73,"target":7},{"source":74,"target":77},{"source":74,"target":7},{"source":8,"target":0},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":78,"target":82},{"source":78,"target":8},{"source":79,"target":83},{"source":79,"target":8},{"source":80,"target":84},{"source":80,"target":8},{"source":81,"target":10},{"source":81,"target":85},{"source":81,"target":8},{"source":85,"target":10},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":86,"target":89},{"source":86,"target":9},{"source":87,"target":90},{"source":87,"target":9},{"source":88,"target":1},{"source":10,"target":0},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":10,"target":94},{"source":10,"target":95},{"source":91,"target":3},{"source":91,"target":96},{"source":91,"target":10},{"source":96,"target":3},{"source":92,"target":18},{"source":92,"target":97},{"source":92,"target":10},{"source":97,"target":18},{"source":93,"target":16},{"source":93,"target":98},{"source":93,"target":10},{"source":98,"target":16},{"source":94,"target":11},{"source":94,"target":99},{"source":94,"target":10},{"source":99,"target":11},{"source":95,"target":100},{"source":95,"target":10},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":101},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":101,"target":14},{"source":101,"target":105},{"source":101,"target":11},{"source":105,"target":14},{"source":102,"target":13},{"source":102,"target":106},{"source":102,"target":11},{"source":106,"target":13},{"source":103,"target":107},{"source":103,"target":11},{"source":104,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":12,"target":111},{"source":108,"target":112},{"source":108,"target":12},{"source":109,"target":113},{"source":109,"target":12},{"source":110,"target":114},{"source":110,"target":12},{"source":111,"target":1},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":115},{"source":115,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":116},{"source":116,"target":12},{"source":15,"target":0},{"source":15,"target":117},{"source":15,"target":118},{"source":117,"target":119},{"source":117,"target":15},{"source":118,"target":120},{"source":118,"target":15},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":121},{"source":16,"target":122},{"source":16,"target":123},{"source":16,"target":124},{"source":121,"target":9},{"source":121,"target":125},{"source":121,"target":16},{"source":125,"target":9},{"source":122,"target":17},{"source":122,"target":126},{"source":122,"target":16},{"source":126,"target":17},{"source":123,"target":6},{"source":123,"target":127},{"source":123,"target":16},{"source":127,"target":6},{"source":124,"target":1},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":128},{"source":17,"target":129},{"source":17,"target":130},{"source":128,"target":9},{"source":128,"target":131},{"source":128,"target":17},{"source":131,"target":9},{"source":129,"target":20},{"source":129,"target":132},{"source":129,"target":17},{"source":132,"target":20},{"source":130,"target":1},{"source":18,"target":0},{"source":18,"target":133},{"source":18,"target":134},{"source":18,"target":135},{"source":18,"target":136},{"source":133,"target":9},{"source":133,"target":137},{"source":133,"target":18},{"source":137,"target":9},{"source":134,"target":2},{"source":134,"target":138},{"source":134,"target":18},{"source":138,"target":2},{"source":135,"target":21},{"source":135,"target":139},{"source":135,"target":18},{"source":139,"target":21},{"source":136,"target":140},{"source":136,"target":18},{"source":19,"target":0},{"source":19,"target":141},{"source":19,"target":142},{"source":141,"target":143},{"source":141,"target":19},{"source":142,"target":144},{"source":142,"target":19},{"source":20,"target":0},{"source":20,"target":145},{"source":20,"target":146},{"source":145,"target":147},{"source":145,"target":20},{"source":146,"target":148},{"source":146,"target":20},{"source":21,"target":0},{"source":21,"target":149},{"source":21,"target":150},{"source":149,"target":21},{"source":150,"target":21},{"source":22,"target":0},{"source":22,"target":151},{"source":22,"target":152},{"source":151,"target":22},{"source":152,"target":22},{"source":23,"target":0},{"source":23,"target":153},{"source":23,"target":154},{"source":23,"target":155},{"source":153,"target":23},{"source":154,"target":23},{"source":155,"target":23},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0}],"multigraph":true} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.